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

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: nits 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 webkitSpeechGrammar 508 webkitSpeechGrammar
508 webkitSpeechGrammarList 509 webkitSpeechGrammarList
509 webkitSpeechRecognition 510 webkitSpeechRecognition
510 webkitSpeechRecognitionError 511 webkitSpeechRecognitionError
511 webkitSpeechRecognitionEvent 512 webkitSpeechRecognitionEvent
512 webkitURL 513 webkitURL
513 PASS successfullyParsed is true 514 PASS successfullyParsed is true
514 515
515 TEST COMPLETE 516 TEST COMPLETE
516 517
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698