blob: 6fbb42ad3ab6bbd0c7500a52a93a3b87ed6043f0 [file] [log] [blame] [edit]
// META: script=../../../service-workers/service-worker/resources/test-helpers.sub.js
promise_test(async t => {
const frame = await with_iframe('./resources/hello.html.br');
assert_equals(frame.contentDocument.body.textContent, 'Hello world');
}, `Naigation to br encoded page`);