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

Side by Side Diff: LayoutTests/fast/dom/DeviceMotion/create-event-expected.txt

Issue 18445003: Some rebaselines in the spirit of https://groups.google.com/a/chromium.org/forum/#!search/on$20layo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 CONSOLE MESSAGE: line 3: Uncaught NotSupportedError: The implementation did not support the requested type of object or operation.
1 Tests that document.createEvent() works with DeviceMotionEvent. 2 Tests that document.createEvent() works with DeviceMotionEvent.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS typeof event == 'object' is true 7 FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
7 PASS 'type' in event is true
8 PASS 'bubbles' in event is true
9 PASS 'cancelable' in event is true
10 PASS 'acceleration' in event is true
11 PASS 'accelerationIncludingGravity' in event is true
12 PASS 'rotationRate' in event is true
13 PASS 'interval' in event is true
14 PASS typeof event.type == 'string' is true
15 PASS typeof event.bubbles == 'boolean' is true
16 PASS typeof event.cancelable == 'boolean' is true
17 PASS typeof event.acceleration == 'object' is true
18 PASS typeof event.accelerationIncludingGravity == 'object' is true
19 PASS typeof event.rotationRate == 'object' is true
20 PASS typeof event.interval == 'object' is true
21 PASS successfullyParsed is true
22 8
23 TEST COMPLETE 9 TEST COMPLETE
24 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698