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

Unified Diff: LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt

Issue 1333853002: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
diff --git a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
index e5f14324457ff39c76a948409373858af9f84e0a..a8917856c6648f3e0d6ea4371b4bcccccbdc54b7 100644
--- a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
+++ b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
@@ -11,7 +11,7 @@ PASS window.hasOwnProperty('DeviceMotionEvent') is true
PASS typeof window.ondevicemotion == 'object' is true
PASS hasOnDeviceMotionProperty() is true
PASS 'ondevicemotion' in window is true
-FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false.
+PASS window.hasOwnProperty('ondevicemotion') is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698