Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy/fullscreen-allowed-by-container-policy-relocate-expected.txt

Issue 2898503002: Reenable feature policy control over fullscreen (Closed)
Patch Set: Fixing last test nits Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
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 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 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 src set to resources/feature-policy-fullscreen-relocate.html, allowp aymentrequest = false, allow = fullscreen, fullscreen is disabled by container p olicy.
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 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.
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698