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

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

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 Range 242 Range
243 RangeError 243 RangeError
244 Rect 244 Rect
245 ReferenceError 245 ReferenceError
246 RegExp 246 RegExp
247 SVGAElement 247 SVGAElement
248 SVGAltGlyphDefElement 248 SVGAltGlyphDefElement
249 SVGAltGlyphElement 249 SVGAltGlyphElement
250 SVGAltGlyphItemElement 250 SVGAltGlyphItemElement
251 SVGAngle 251 SVGAngle
252 SVGAnimateColorElement
253 SVGAnimateElement 252 SVGAnimateElement
254 SVGAnimateMotionElement 253 SVGAnimateMotionElement
255 SVGAnimateTransformElement 254 SVGAnimateTransformElement
256 SVGAnimatedAngle 255 SVGAnimatedAngle
257 SVGAnimatedBoolean 256 SVGAnimatedBoolean
258 SVGAnimatedEnumeration 257 SVGAnimatedEnumeration
259 SVGAnimatedInteger 258 SVGAnimatedInteger
260 SVGAnimatedLength 259 SVGAnimatedLength
261 SVGAnimatedLengthList 260 SVGAnimatedLengthList
262 SVGAnimatedNumber 261 SVGAnimatedNumber
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 webkitSpeechGrammar 475 webkitSpeechGrammar
477 webkitSpeechGrammarList 476 webkitSpeechGrammarList
478 webkitSpeechRecognition 477 webkitSpeechRecognition
479 webkitSpeechRecognitionError 478 webkitSpeechRecognitionError
480 webkitSpeechRecognitionEvent 479 webkitSpeechRecognitionEvent
481 webkitURL 480 webkitURL
482 PASS successfullyParsed is true 481 PASS successfullyParsed is true
483 482
484 TEST COMPLETE 483 TEST COMPLETE
485 484
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698