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

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: fix quirks mode test 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fullscreen/full-screen-enabled-prefixed.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e753659acff1d9c8cafc62730455beee00e40367 100644
--- a/LayoutTests/fullscreen/exit-full-screen-iframe.html
+++ b/LayoutTests/fullscreen/exit-full-screen-iframe.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=90327">bug 90327</a>:
webkitCancelFullScreen for iframes</p>
<p>To test manually, click the "Go full screen" button - the page should enter full screen mode and immediately exit again, without crashing.</p>
@@ -21,5 +22,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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fullscreen/full-screen-enabled-prefixed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698