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

Side by Side Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent-expected.txt

Issue 2895953002: Update dangling markup mitigations. (Closed)
Patch Set: Test. 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 CONSOLE WARNING: Resource requests whose URLs contain raw newline characters are deprecated, and may be blocked in M60, around August 2017. Please remove newlin es from places like element attribute values in order to continue loading those resources. See https://www.chromestatus.com/features/5735596811091968 for more d etails.
2 Test entering full screen security restrictions. An iframe without an allow attr ibute is still permitted to fullscreen if the request comes from the containing document. 1 Test entering full screen security restrictions. An iframe without an allow attr ibute is still permitted to fullscreen if the request comes from the containing document.
3 2
4 To test manually, press any key - the page should enter full screen mode. 3 To test manually, press any key - the page should enter full screen mode.
5 4
6 TEST(document.webkitFullscreenEnabled) OK 5 TEST(document.webkitFullscreenEnabled) OK
7 iframe's webkitFullscreenEnabled should be false: 6 iframe's webkitFullscreenEnabled should be false:
8 TEST(iframeMessage == 'document.webkitFullscreenEnabled == false') OK 7 TEST(iframeMessage == 'document.webkitFullscreenEnabled == false') OK
9 EVENT(webkitfullscreenchange) 8 EVENT(webkitfullscreenchange)
10 SUCCEED - entered full screen! 9 SUCCEED - entered full screen!
11 END OF TEST 10 END OF TEST
12 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698