br-navigation.https.window.js (285B)
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.br'); 5 assert_equals(frame.contentDocument.body.textContent, 'Hello world'); 6 }, `Naigation to br encoded page`);