| Index: LayoutTests/fast/events/page-visibility-iframe-delete-test.html
|
| ===================================================================
|
| --- LayoutTests/fast/events/page-visibility-iframe-delete-test.html (revision 88002)
|
| +++ LayoutTests/fast/events/page-visibility-iframe-delete-test.html (working copy)
|
| @@ -35,9 +35,9 @@
|
| subFrame2 = frame3.contentDocument.getElementById("subIframe2");
|
|
|
| document.addEventListener(
|
| - "webkitvisibilitystatechange", onMainPageVisibilityChange, false);
|
| + "webkitvisibilitychange", onMainPageVisibilityChange, false);
|
| frame2.contentDocument.addEventListener(
|
| - "webkitvisibilitystatechange", onFrame2VisibilityChange, false);
|
| + "webkitvisibilitychange", onFrame2VisibilityChange, false);
|
| // Change the visibility of the current page to invisible.
|
| if (window.layoutTestController) {
|
| numVisibilityChanges++;
|
|
|