| Index: third_party/WebKit/LayoutTests/screen_orientation/orientationchange-event-subframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/screen_orientation/orientationchange-event-subframe.html b/third_party/WebKit/LayoutTests/screen_orientation/orientationchange-event-subframe.html
|
| index d26090b74ef6d2c47207bd6541aeeda721a6ad0a..0e19bbbf66fdd8d133518bfc096356b488010635 100644
|
| --- a/third_party/WebKit/LayoutTests/screen_orientation/orientationchange-event-subframe.html
|
| +++ b/third_party/WebKit/LayoutTests/screen_orientation/orientationchange-event-subframe.html
|
| @@ -17,7 +17,7 @@
|
| 'landscape-secondary'
|
| ];
|
|
|
| - var currentIndex = orientations.indexOf(window.screen.orientation.type);
|
| + var currentIndex = 0; // Default orientation for testRunner is 'portrait-primary'.
|
| var eventsReceived = 0;
|
|
|
| function getNextIndex() {
|
|
|