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

Side by Side Diff: LayoutTests/webexposed/global-constructors-listing-expected.txt

Issue 16020003: Blink-side Device Motion API testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed window-property layout test 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
OLDNEW
1 CONSOLE MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 This test documents the Constructor properties on the global window object. 2 This test documents the Constructor properties on the global window object.
3 3
4 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 ".
5 5
6 6
7 AnalyserNode 7 AnalyserNode
8 Array 8 Array
9 ArrayBuffer 9 ArrayBuffer
10 Attr 10 Attr
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 DOMException 56 DOMException
57 DOMImplementation 57 DOMImplementation
58 DOMParser 58 DOMParser
59 DOMSettableTokenList 59 DOMSettableTokenList
60 DOMStringList 60 DOMStringList
61 DOMStringMap 61 DOMStringMap
62 DOMTokenList 62 DOMTokenList
63 DataView 63 DataView
64 Date 64 Date
65 DelayNode 65 DelayNode
66 DeviceMotionEvent
66 DeviceOrientationEvent 67 DeviceOrientationEvent
67 Document 68 Document
68 DocumentFragment 69 DocumentFragment
69 DocumentType 70 DocumentType
70 DynamicsCompressorNode 71 DynamicsCompressorNode
71 Element 72 Element
72 Entity 73 Entity
73 Error 74 Error
74 ErrorEvent 75 ErrorEvent
75 EvalError 76 EvalError
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 webkitSpeechGrammar 486 webkitSpeechGrammar
486 webkitSpeechGrammarList 487 webkitSpeechGrammarList
487 webkitSpeechRecognition 488 webkitSpeechRecognition
488 webkitSpeechRecognitionError 489 webkitSpeechRecognitionError
489 webkitSpeechRecognitionEvent 490 webkitSpeechRecognitionEvent
490 webkitURL 491 webkitURL
491 PASS successfullyParsed is true 492 PASS successfullyParsed is true
492 493
493 TEST COMPLETE 494 TEST COMPLETE
494 495
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698