OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 FAIL iframe f1 relocated to URL: http://localhost:8000/feature-policy/resources/
feature-policy-fullscreen.html with allowfullscreen = false is enabled by contai
ner policy. assert_true: Document.fullscreenEnabled: expected true got false | 2 FAIL Iframe src set to http://localhost:8000/feature-policy/resources/feature-po
licy-fullscreen.html, allowpaymentrequest = false, allow = fullscreen, fullscree
n is enabled by container policy. assert_true: Document.fullscreenEnabled: expec
ted true got false |
3 PASS iframe f2 relocated to URL: http://localhost:8000/feature-policy/resources/
feature-policy-fullscreen.html with allowfullscreen = true is enabled by contain
er policy. | 3 PASS Iframe src set to http://localhost:8000/feature-policy/resources/feature-po
licy-fullscreen.html, allowpaymentrequest = true, allow = fullscreen, fullscreen
is enabled by container policy. |
4 PASS iframe f3 relocated to URL: http://localhost:8000/feature-policy/resources/
feature-policy-fullscreen.html with allowfullscreen = true is enabled by contain
er policy. | 4 PASS Iframe src set to http://localhost:8000/feature-policy/resources/feature-po
licy-fullscreen.html, allowpaymentrequest = true, allow = undefined, fullscreen
is enabled by container policy. |
5 PASS iframe f4 relocated to URL: resources/feature-policy-fullscreen-relocate.ht
ml with allowfullscreen = false is disabled by container policy. | 5 PASS Iframe src set to resources/feature-policy-fullscreen-relocate.html, allowp
aymentrequest = false, allow = fullscreen, fullscreen is disabled by container p
olicy. |
6 FAIL iframe f5 relocated to URL: resources/feature-policy-fullscreen-relocate.ht
ml with allowfullscreen = true is disabled by container policy. assert_false: Do
cument.fullscreenEnabled: expected false got true | 6 FAIL Iframe src set to resources/feature-policy-fullscreen-relocate.html, allowp
aymentrequest = true, allow = fullscreen, fullscreen is disabled by container po
licy. assert_false: Document.fullscreenEnabled: expected false got true |
7 PASS iframe f6 relocated to URL: resources/feature-policy-fullscreen-relocate.ht
ml with allowfullscreen = true is enabled by container policy. | 7 PASS Iframe src set to resources/feature-policy-fullscreen-relocate.html, allowp
aymentrequest = true, allow = undefined, fullscreen is enabled by container poli
cy. |
8 Harness: the test ran to completion. | 8 Harness: the test ran to completion. |
9 | 9 |
OLD | NEW |