| Index: LayoutTests/inspector/device-orientation-success.html
|
| diff --git a/LayoutTests/inspector/device-orientation-success.html b/LayoutTests/inspector/device-orientation-success.html
|
| index bb7082fbd57747981ddd6362ea62ee743eff31ee..c50688b206dc4ad1536e414e9c3dafd3d839a4bf 100644
|
| --- a/LayoutTests/inspector/device-orientation-success.html
|
| +++ b/LayoutTests/inspector/device-orientation-success.html
|
| @@ -6,9 +6,10 @@
|
| var mockAlpha = 1.1;
|
| var mockBeta = 2.2;
|
| var mockGamma = 3.3;
|
| +var absolute = true;
|
|
|
| if (window.testRunner)
|
| - testRunner.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma);
|
| + testRunner.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma, true, absolute);
|
| else
|
| debug('This test can not be run without the LayoutTestController');
|
|
|
|
|