| Index: LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
|
| diff --git a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
|
| index a664681301980290333b36e8d150f14f94936c66..238ea9b783bb5eaa307a0e1bfbb183efeb9be1af 100644
|
| --- a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
|
| +++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
|
| @@ -1,3 +1,4 @@
|
| +<!DOCTYPE html>
|
| <script src="../resources/js-test.js"></script>
|
| <script>
|
| if (window.testRunner) {
|
| @@ -39,6 +40,6 @@ function goFullScreen() {
|
| }
|
| </script>
|
| <body onload="init()">
|
| - <iframe webkitallowfullscreen src="resources/inner.html" id="block1"></iframe>
|
| + <iframe allowfullscreen src="resources/inner.html" id="block1"></iframe>
|
| PASS
|
| </body>
|
|
|