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

Unified Diff: LayoutTests/fullscreen/exit-full-screen-iframe.html

Issue 336313015: Remove the webkitallowfullscreen content attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: LayoutTests/fullscreen/exit-full-screen-iframe.html
diff --git a/LayoutTests/fullscreen/exit-full-screen-iframe.html b/LayoutTests/fullscreen/exit-full-screen-iframe.html
index 80d66ca4fef135a67ab9ac547c41502c8a8b0eeb..c63b95fe234b0e9a4fc8d6b210b7c260b0442a77 100644
--- a/LayoutTests/fullscreen/exit-full-screen-iframe.html
+++ b/LayoutTests/fullscreen/exit-full-screen-iframe.html
@@ -21,5 +21,5 @@ function runTest() {
});
}
</script>
-<iframe id="frame" src="resources/inner.html" width="300" height="100" onload="runTest()" webkitallowfullscreen>
+<iframe id="frame" src="resources/inner.html" width="300" height="100" onload="runTest()" allowfullscreen>
</iframe>

Powered by Google App Engine
This is Rietveld 408576698