blob: 27cf25ae782323d723267b752850ff84725caad0 [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.zst');
assert_equals(frame.contentDocument.body.textContent, 'Hello world');
}, `Naigation to zstd encoded page`);