| Index: LayoutTests/fullscreen/full-screen-restrictions.html
|
| diff --git a/LayoutTests/fullscreen/full-screen-restrictions.html b/LayoutTests/fullscreen/full-screen-restrictions.html
|
| index 4ad844030b722690099a15d66af19424453d2c25..c146b0db20c484c8eb0342729e9f8a0ce33e9841 100644
|
| --- a/LayoutTests/fullscreen/full-screen-restrictions.html
|
| +++ b/LayoutTests/fullscreen/full-screen-restrictions.html
|
| @@ -41,7 +41,7 @@
|
| var step4 = function() {
|
| consoleWrite('"A descendant browsing context\'s document has a non-empty fullscreen element stack."');
|
| var iframe = document.documentElement.appendChild(document.createElement('iframe'));
|
| - iframe.setAttribute('webkitallowfullscreen', 'true');
|
| + iframe.setAttribute('allowfullscreen', 'true');
|
| var div = iframe.contentDocument.documentElement.appendChild(iframe.contentDocument.createElement('div'));
|
| var div2 = document.documentElement.appendChild(document.createElement('div'));
|
| waitForEventOnce(iframe.contentDocument, 'webkitfullscreenchange', function() {
|
|
|