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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy.html

Issue 2898503002: Reenable feature policy control over fullscreen (Closed)
Patch Set: Reinstate original (same-origin) wpt tests with failing expectations 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy.html b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy.html
index 3c0aa98b7a2d6bfbb12ccef6142839119696118c..c6f89424746776c5abedb61030ddea9a2d741750 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy.html
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy.html
@@ -1,4 +1,4 @@
-<p>HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscreen attribute</p>
+<p>HTMLVideoElement.webkitEnterFullScreen() in a same-origin iframe does not require the allowfullscreen attribute</p>
<script src="full-screen-test.js"></script>
<script src="../media/media-file.js"></script>
<script>
@@ -9,7 +9,7 @@ function canplaythrough() {
runWithKeyDown(function() {
video.webkitEnterFullScreen();
});
- waitForEventAndEnd(frame.contentDocument, "webkitfullscreenerror");
+ waitForEventAndEnd(frame.contentDocument, "webkitfullscreenchange");
}
function runTest() {

Powered by Google App Engine
This is Rietveld 408576698