| Index: LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| diff --git a/LayoutTests/fullscreen/exit-full-screen-iframe.html b/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| index 80d66ca4fef135a67ab9ac547c41502c8a8b0eeb..e753659acff1d9c8cafc62730455beee00e40367 100644
|
| --- a/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| +++ b/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| @@ -1,3 +1,4 @@
|
| +<!DOCTYPE html>
|
| <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=90327">bug 90327</a>:
|
| webkitCancelFullScreen for iframes</p>
|
| <p>To test manually, click the "Go full screen" button - the page should enter full screen mode and immediately exit again, without crashing.</p>
|
| @@ -21,5 +22,5 @@ function runTest() {
|
| });
|
| }
|
| </script>
|
| -<iframe id="frame" src="resources/inner.html" width="300" height="100" onload="runTest()" webkitallowfullscreen>
|
| +<iframe id="frame" src="resources/inner.html" width="300" height="100" onload="runTest()" allowfullscreen>
|
| </iframe>
|
|
|