Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
index 612580ef5a39a07b659b33e6d34082a8b097f11e..f7ff86c5cc94eda8c3e0dfc74e1bfc7afb0d587f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
@@ -6,7 +6,7 @@
description('Tests that events are never fired synchronously from a call to window.addEventListener().');
if (window.testRunner)
- testRunner.setMockDeviceOrientation(true, 1.1, true, 2.2, true, 3.3, true, true);
+ testRunner.setMockDeviceOrientation(true, 1.1, true, 2.2, true, 3.3, true);
else
debug('This test can not be run without the TestRunner');

Powered by Google App Engine
This is Rietveld 408576698