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> |
- |