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

Side by Side 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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present. 1 Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS typeof window.DeviceMotionEvent == 'object' is true 6 FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false.
7 PASS typeof window.DeviceMotionEvent == 'function' is false 7 PASS typeof window.DeviceMotionEvent == 'function' is false
8 PASS hasDeviceMotionEventProperty() is true 8 FAIL hasDeviceMotionEventProperty() should be true. Was false.
9 PASS 'DeviceMotionEvent' in window is true 9 FAIL 'DeviceMotionEvent' in window should be true. Was false.
10 PASS window.hasOwnProperty('DeviceMotionEvent') is true 10 FAIL window.hasOwnProperty('DeviceMotionEvent') should be true. Was false.
11 PASS typeof window.ondevicemotion == 'object' is true 11 FAIL typeof window.ondevicemotion == 'object' should be true. Was false.
12 PASS hasOnDeviceMotionProperty() is true 12 FAIL hasOnDeviceMotionProperty() should be true. Was false.
13 PASS 'ondevicemotion' in window is true 13 FAIL 'ondevicemotion' in window should be true. Was false.
14 PASS window.hasOwnProperty('ondevicemotion') is true 14 FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false.
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW
« 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