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

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

Issue 183743013: Rename Clipboard.idl to DataTransfer.idl to match the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 ApplicationCache 10 ApplicationCache
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 CSSValueList 44 CSSValueList
45 CSSViewportRule 45 CSSViewportRule
46 CanvasGradient 46 CanvasGradient
47 CanvasPattern 47 CanvasPattern
48 CanvasRenderingContext2D 48 CanvasRenderingContext2D
49 ChannelMergerNode 49 ChannelMergerNode
50 ChannelSplitterNode 50 ChannelSplitterNode
51 CharacterData 51 CharacterData
52 ClientRect 52 ClientRect
53 ClientRectList 53 ClientRectList
54 Clipboard
55 CloseEvent 54 CloseEvent
56 Comment 55 Comment
57 CompositionEvent 56 CompositionEvent
58 ConvolverNode 57 ConvolverNode
59 Counter 58 Counter
60 CustomEvent 59 CustomEvent
61 DOMException 60 DOMException
62 DOMImplementation 61 DOMImplementation
63 DOMParser 62 DOMParser
64 DOMSettableTokenList 63 DOMSettableTokenList
65 DOMStringList 64 DOMStringList
66 DOMStringMap 65 DOMStringMap
67 DOMTokenList 66 DOMTokenList
67 DataTransfer
68 DataTransferItemList 68 DataTransferItemList
69 DataView 69 DataView
70 Date 70 Date
71 DelayNode 71 DelayNode
72 DeviceMotionEvent 72 DeviceMotionEvent
73 DeviceOrientationEvent 73 DeviceOrientationEvent
74 Document 74 Document
75 DocumentFragment 75 DocumentFragment
76 DocumentType 76 DocumentType
77 DynamicsCompressorNode 77 DynamicsCompressorNode
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 webkitSpeechGrammar 495 webkitSpeechGrammar
496 webkitSpeechGrammarList 496 webkitSpeechGrammarList
497 webkitSpeechRecognition 497 webkitSpeechRecognition
498 webkitSpeechRecognitionError 498 webkitSpeechRecognitionError
499 webkitSpeechRecognitionEvent 499 webkitSpeechRecognitionEvent
500 webkitURL 500 webkitURL
501 PASS successfullyParsed is true 501 PASS successfullyParsed is true
502 502
503 TEST COMPLETE 503 TEST COMPLETE
504 504
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698