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

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

Issue 375353002: Add the first very basic bits of a geofencing API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update tests Created 6 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 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 AnimationNode 10 AnimationNode
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 CSSUnknownRule 50 CSSUnknownRule
51 CSSValue 51 CSSValue
52 CSSValueList 52 CSSValueList
53 CSSViewportRule 53 CSSViewportRule
54 CanvasGradient 54 CanvasGradient
55 CanvasPattern 55 CanvasPattern
56 CanvasRenderingContext2D 56 CanvasRenderingContext2D
57 ChannelMergerNode 57 ChannelMergerNode
58 ChannelSplitterNode 58 ChannelSplitterNode
59 CharacterData 59 CharacterData
60 CircularRegion
60 ClientRect 61 ClientRect
61 ClientRectList 62 ClientRectList
62 CloseEvent 63 CloseEvent
63 Comment 64 Comment
64 CompositionEvent 65 CompositionEvent
65 ConvolverNode 66 ConvolverNode
66 Counter 67 Counter
67 CustomEvent 68 CustomEvent
68 DOMError 69 DOMError
69 DOMException 70 DOMException
(...skipping 28 matching lines...) Expand all
98 FileReader 99 FileReader
99 Float32Array 100 Float32Array
100 Float64Array 101 Float64Array
101 FocusEvent 102 FocusEvent
102 FontFace 103 FontFace
103 FormData 104 FormData
104 Function 105 Function
105 GainNode 106 GainNode
106 Gamepad 107 Gamepad
107 GamepadEvent 108 GamepadEvent
109 GeofencingRegion
108 HTMLAllCollection 110 HTMLAllCollection
109 HTMLAnchorElement 111 HTMLAnchorElement
110 HTMLAppletElement 112 HTMLAppletElement
111 HTMLAreaElement 113 HTMLAreaElement
112 HTMLAudioElement 114 HTMLAudioElement
113 HTMLBRElement 115 HTMLBRElement
114 HTMLBaseElement 116 HTMLBaseElement
115 HTMLBodyElement 117 HTMLBodyElement
116 HTMLButtonElement 118 HTMLButtonElement
117 HTMLCanvasElement 119 HTMLCanvasElement
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 webkitSpeechGrammar 509 webkitSpeechGrammar
508 webkitSpeechGrammarList 510 webkitSpeechGrammarList
509 webkitSpeechRecognition 511 webkitSpeechRecognition
510 webkitSpeechRecognitionError 512 webkitSpeechRecognitionError
511 webkitSpeechRecognitionEvent 513 webkitSpeechRecognitionEvent
512 webkitURL 514 webkitURL
513 PASS successfullyParsed is true 515 PASS successfullyParsed is true
514 516
515 TEST COMPLETE 517 TEST COMPLETE
516 518
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698