| Index: LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested1.html
|
| diff --git a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html b/LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested1.html
|
| similarity index 59%
|
| rename from LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html
|
| rename to LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested1.html
|
| index 08cf6b3415c7e97f0e72a24c3ab6b76d6136f4fd..002ddec28a6b8e94e072a24c07bd956febe5e4aa 100644
|
| --- a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html
|
| +++ b/LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested1.html
|
| @@ -1,5 +1,5 @@
|
| iframe1
|
| -<iframe allowfullscreen src="full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html">
|
| +<iframe allowfullscreen src="full-screen-iframe-allowed-nested2.html">
|
| </iframe>
|
| <script>
|
| window.onmessage = function (messageEvent) {
|
|
|