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

Unified Diff: LayoutTests/fullscreen/full-screen-enabled-prefixed.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
Index: LayoutTests/fullscreen/full-screen-enabled-prefixed.html
diff --git a/LayoutTests/fullscreen/full-screen-enabled-prefixed.html b/LayoutTests/fullscreen/full-screen-enabled-prefixed.html
deleted file mode 100644
index 6d10be52551f4f8efa6b9248914f1684d64c992b..0000000000000000000000000000000000000000
--- a/LayoutTests/fullscreen/full-screen-enabled-prefixed.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<body>
-<div>This tests the <code>fullscreenEnabled</code> property laid out in section 4 of the W3C
-<a href="http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html">Full Screen API</a></div>
-<script src="full-screen-test.js"></script>
-<script>
- var iframe = document.documentElement.appendChild(document.createElement('iframe'));
- iframe.setAttribute('webkitallowfullscreen', 'true');
- var iframe2 = document.documentElement.appendChild(document.createElement('iframe'));
- testExpected('iframe.contentDocument.webkitFullscreenEnabled', true);
- testExpected('iframe2.contentDocument.webkitFullscreenEnabled', false);
- endTest();
-</script>
« no previous file with comments | « LayoutTests/fullscreen/exit-full-screen-iframe.html ('k') | LayoutTests/fullscreen/full-screen-enabled-prefixed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698