blob: 0ef68766098fe4e346ad14f3c67f07c796759281 [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.gz');
assert_equals(frame.contentDocument.body.textContent, 'Hello world');
}, `Naigation to gzip encoded page`);