gzip-navigation.https.window.js (287B)
1 // META: script=../../../service-workers/service-worker/resources/test-helpers.sub.js 2 3 promise_test(async t => { 4 const frame = await with_iframe('./resources/hello.html.gz'); 5 assert_equals(frame.contentDocument.body.textContent, 'Hello world'); 6 }, `Naigation to gzip encoded page`);