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

Unified Diff: LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.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/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html
diff --git a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html b/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html
deleted file mode 100644
index 08cf6b3415c7e97f0e72a24c3ab6b76d6136f4fd..0000000000000000000000000000000000000000
--- a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html
+++ /dev/null
@@ -1,9 +0,0 @@
-iframe1
-<iframe allowfullscreen src="full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html">
-</iframe>
-<script>
-window.onmessage = function (messageEvent) {
- parent.postMessage(messageEvent.data, "*");
-}
-</script>
-

Powered by Google App Engine
This is Rietveld 408576698