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

Side by Side Diff: LayoutTests/virtual/stable/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 ApplicationCache 8 ApplicationCache
9 Array 9 Array
10 ArrayBuffer 10 ArrayBuffer
(...skipping 30 matching lines...) Expand all
41 CSSValueList 41 CSSValueList
42 CSSViewportRule 42 CSSViewportRule
43 CanvasGradient 43 CanvasGradient
44 CanvasPattern 44 CanvasPattern
45 CanvasRenderingContext2D 45 CanvasRenderingContext2D
46 ChannelMergerNode 46 ChannelMergerNode
47 ChannelSplitterNode 47 ChannelSplitterNode
48 CharacterData 48 CharacterData
49 ClientRect 49 ClientRect
50 ClientRectList 50 ClientRectList
51 Clipboard
52 CloseEvent 51 CloseEvent
53 Comment 52 Comment
54 CompositionEvent 53 CompositionEvent
55 ConvolverNode 54 ConvolverNode
56 Counter 55 Counter
57 CustomEvent 56 CustomEvent
58 DOMException 57 DOMException
59 DOMImplementation 58 DOMImplementation
60 DOMParser 59 DOMParser
61 DOMSettableTokenList 60 DOMSettableTokenList
62 DOMStringList 61 DOMStringList
63 DOMStringMap 62 DOMStringMap
64 DOMTokenList 63 DOMTokenList
64 DataTransfer
65 DataTransferItemList 65 DataTransferItemList
66 DataView 66 DataView
67 Date 67 Date
68 DelayNode 68 DelayNode
69 DeviceMotionEvent 69 DeviceMotionEvent
70 DeviceOrientationEvent 70 DeviceOrientationEvent
71 Document 71 Document
72 DocumentFragment 72 DocumentFragment
73 DocumentType 73 DocumentType
74 DynamicsCompressorNode 74 DynamicsCompressorNode
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 webkitSpeechGrammar 471 webkitSpeechGrammar
472 webkitSpeechGrammarList 472 webkitSpeechGrammarList
473 webkitSpeechRecognition 473 webkitSpeechRecognition
474 webkitSpeechRecognitionError 474 webkitSpeechRecognitionError
475 webkitSpeechRecognitionEvent 475 webkitSpeechRecognitionEvent
476 webkitURL 476 webkitURL
477 PASS successfullyParsed is true 477 PASS successfullyParsed is true
478 478
479 TEST COMPLETE 479 TEST COMPLETE
480 480
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698