| Index: LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html
|
| diff --git a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html b/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html
|
| deleted file mode 100644
|
| index c064aa206b425d056132dd328013c6ed583ac1c3..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<body onload='parent.postMessage("onload", "*");'>
|
| - iframe2<br>
|
| - Manual test: click here.
|
| - <script src="../full-screen-test.js"></script>
|
| - <script>
|
| - document.body.onclick = function() {
|
| - document.body.webkitRequestFullScreen();
|
| - };
|
| - waitForEvent(document, 'webkitfullscreenchange', function() {
|
| - parent.postMessage("SUCCEED - entered full screen!", "*");
|
| - });
|
| - </script>
|
| -</body>
|
|
|