| Index: content/test/data/fullscreen_frame.html
|
| diff --git a/content/test/data/fullscreen_frame.html b/content/test/data/fullscreen_frame.html
|
| index 38688dc0d17bc98043a9a9338220b52ac5e30ca1..e70526adb65f5b0f229c6a7c44675bf604eb7962 100644
|
| --- a/content/test/data/fullscreen_frame.html
|
| +++ b/content/test/data/fullscreen_frame.html
|
| @@ -7,7 +7,6 @@ var expectedWidth, expectedHeight;
|
|
|
| function onResize() {
|
| if (window.innerWidth == expectedWidth && window.innerHeight == expectedHeight) {
|
| - domAutomationController.setAutomationId(0);
|
| domAutomationController.send("resize");
|
| removeResizeListener();
|
| }
|
|
|