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

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

Issue 143823004: Implement DeviceLight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Layout test fix Created 6 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: '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 Animation 8 Animation
9 AnimationEvent 9 AnimationEvent
10 AnimationPlayer 10 AnimationPlayer
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 DOMParser 67 DOMParser
68 DOMSettableTokenList 68 DOMSettableTokenList
69 DOMStringList 69 DOMStringList
70 DOMStringMap 70 DOMStringMap
71 DOMTokenList 71 DOMTokenList
72 DataTransfer 72 DataTransfer
73 DataTransferItemList 73 DataTransferItemList
74 DataView 74 DataView
75 Date 75 Date
76 DelayNode 76 DelayNode
77 DeviceLightEvent
77 DeviceMotionEvent 78 DeviceMotionEvent
78 DeviceOrientationEvent 79 DeviceOrientationEvent
79 Document 80 Document
80 DocumentFragment 81 DocumentFragment
81 DocumentType 82 DocumentType
82 DynamicsCompressorNode 83 DynamicsCompressorNode
83 Element 84 Element
84 Error 85 Error
85 ErrorEvent 86 ErrorEvent
86 EvalError 87 EvalError
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 webkitSpeechGrammar 503 webkitSpeechGrammar
503 webkitSpeechGrammarList 504 webkitSpeechGrammarList
504 webkitSpeechRecognition 505 webkitSpeechRecognition
505 webkitSpeechRecognitionError 506 webkitSpeechRecognitionError
506 webkitSpeechRecognitionEvent 507 webkitSpeechRecognitionEvent
507 webkitURL 508 webkitURL
508 PASS successfullyParsed is true 509 PASS successfullyParsed is true
509 510
510 TEST COMPLETE 511 TEST COMPLETE
511 512
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698