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

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

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: 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 391677a02cc4b65a1153f47e0267405f439089b4..ae1855aac5847a0f5b2e72722810ccd0a55fb64f 100644
--- a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
+++ b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
@@ -3,15 +3,15 @@ Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS typeof window.DeviceMotionEvent == 'object' is true
+FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false.
PASS typeof window.DeviceMotionEvent == 'function' is false
-PASS hasDeviceMotionEventProperty() is true
-PASS 'DeviceMotionEvent' in window is true
-PASS window.hasOwnProperty('DeviceMotionEvent') is true
-PASS typeof window.ondevicemotion == 'object' is true
-PASS hasOnDeviceMotionProperty() is true
-PASS 'ondevicemotion' in window is true
-PASS window.hasOwnProperty('ondevicemotion') is true
+FAIL hasDeviceMotionEventProperty() should be true. Was false.
+FAIL 'DeviceMotionEvent' in window should be true. Was false.
+FAIL window.hasOwnProperty('DeviceMotionEvent') should be true. Was false.
+FAIL typeof window.ondevicemotion == 'object' should be true. Was false.
+FAIL hasOnDeviceMotionProperty() should be true. Was false.
+FAIL 'ondevicemotion' in window should be true. Was false.
+FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/font-weight-1-expected.txt ('k') | LayoutTests/fast/dom/Range/getClientRects-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698