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

Unified Diff: third_party/WebKit/LayoutTests/inspector/device-orientation-success.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/inspector/device-orientation-success.html
diff --git a/third_party/WebKit/LayoutTests/inspector/device-orientation-success.html b/third_party/WebKit/LayoutTests/inspector/device-orientation-success.html
index c6f58c54ce5b5091e9815f7c0364f075e9d5d297..cb4ac680530bd24671ae7b7e9e2836d7cfb3ce79 100644
--- a/third_party/WebKit/LayoutTests/inspector/device-orientation-success.html
+++ b/third_party/WebKit/LayoutTests/inspector/device-orientation-success.html
@@ -14,7 +14,7 @@ if (!window.testRunner)
function setup()
{
if (window.testRunner)
- testRunner.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma, true, absolute);
+ testRunner.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma, absolute);
window.addEventListener("deviceorientation", handler, false);
}

Powered by Google App Engine
This is Rietveld 408576698