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

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

Issue 2855133004: Re-enable feature policy layout tests after bug fix. (Closed)
Patch Set: Rebased FlagExpectations/site-per-process Created 3 years, 7 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
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 relocated to URL: http://localhost:8000/feature-policy/resources/fea ture-policy-fullscreen.html with allowpaymentrequest = falseallow = fullscreen i s enabled by container policy. assert_true: Document.fullscreenEnabled: expected true got false
iclelland 2017/05/18 19:36:12 Is there a space missing in the middle of "falseal
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 relocated to URL: http://localhost:8000/feature-policy/resources/fea ture-policy-fullscreen.html with allowpaymentrequest = trueallow = 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 relocated to URL: http://localhost:8000/feature-policy/resources/fea ture-policy-fullscreen.html with allowpaymentrequest = trueallow = undefined 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 relocated to URL: resources/feature-policy-fullscreen-relocate.html with allowpaymentrequest = falseallow = fullscreen is disabled by container poli cy.
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 relocated to URL: resources/feature-policy-fullscreen-relocate.html with allowpaymentrequest = trueallow = fullscreen is disabled by container polic y. 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 relocated to URL: resources/feature-policy-fullscreen-relocate.html with allowpaymentrequest = trueallow = undefined is enabled by container policy.
8 Harness: the test ran to completion. 8 Harness: the test ran to completion.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698