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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt

Issue 1360233007: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/window-property-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
index 3361eef85f16d7235d4943f885d7ee940ceb688f..5914d6b481c794ced334f512edf032b524e4e19e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
@@ -11,7 +11,7 @@ PASS window.hasOwnProperty('DeviceOrientationEvent') is true
PASS typeof window.ondeviceorientation == 'object' is true
PASS hasOnDeviceOrientationProperty() is true
PASS 'ondeviceorientation' in window is true
-FAIL window.hasOwnProperty('ondeviceorientation') should be true. Was false.
+PASS window.hasOwnProperty('ondeviceorientation') is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698