Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html

Issue 1737443002: Make DeviceOrientationEvent.prototype.absolute non-nullable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address feedback Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
index e1d7e8940d7d3750f9102670415baaee8996c4cf..c61adc7ed116fd402378f6133db269caab86e68d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
@@ -45,7 +45,7 @@ function deviceOrientationListener(event) {
}
if (window.testRunner)
- testRunner.setMockDeviceOrientation(true, 1, true, 2, true, 3, true, true);
+ testRunner.setMockDeviceOrientation(true, 1, true, 2, true, 3, true);
debug("* Page is visible");
window.addEventListener('deviceorientation', deviceOrientationListener);

Powered by Google App Engine