| 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..c63b95fe234b0e9a4fc8d6b210b7c260b0442a77 100644
|
| --- a/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| +++ b/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| @@ -21,5 +21,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>
|
|
|