1
0
Fork 0
firefox/testing/web-platform/tests/fetch/content-encoding/zstd/zstd-navigation.https.window.js
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

6 lines
288 B
JavaScript

// 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`);