Index: LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html |
diff --git a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html b/LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html |
similarity index 88% |
rename from LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html |
rename to LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html |
index c064aa206b425d056132dd328013c6ed583ac1c3..4523d54ec0cb6b2660022a239c18aa8894d50360 100644 |
--- a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html |
+++ b/LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html |
@@ -1,9 +1,10 @@ |
+<!DOCTYPE html> |
<body onload='parent.postMessage("onload", "*");'> |
iframe2<br> |
Manual test: click here. |
<script src="../full-screen-test.js"></script> |
<script> |
- document.body.onclick = function() { |
+ window.onclick = function() { |
document.body.webkitRequestFullScreen(); |
}; |
waitForEvent(document, 'webkitfullscreenchange', function() { |