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

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

Issue 131683004: Revert of Revert of [SVG] Implement 'discard' element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 SVGAnimatedRect 265 SVGAnimatedRect
266 SVGAnimatedString 266 SVGAnimatedString
267 SVGAnimatedTransformList 267 SVGAnimatedTransformList
268 SVGAnimationElement 268 SVGAnimationElement
269 SVGCircleElement 269 SVGCircleElement
270 SVGClipPathElement 270 SVGClipPathElement
271 SVGComponentTransferFunctionElement 271 SVGComponentTransferFunctionElement
272 SVGCursorElement 272 SVGCursorElement
273 SVGDefsElement 273 SVGDefsElement
274 SVGDescElement 274 SVGDescElement
275 SVGDiscardElement
275 SVGDocument 276 SVGDocument
276 SVGElement 277 SVGElement
277 SVGElementInstance 278 SVGElementInstance
278 SVGElementInstanceList 279 SVGElementInstanceList
279 SVGEllipseElement 280 SVGEllipseElement
280 SVGFEBlendElement 281 SVGFEBlendElement
281 SVGFEColorMatrixElement 282 SVGFEColorMatrixElement
282 SVGFEComponentTransferElement 283 SVGFEComponentTransferElement
283 SVGFECompositeElement 284 SVGFECompositeElement
284 SVGFEConvolveMatrixElement 285 SVGFEConvolveMatrixElement
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 webkitSpeechGrammar 476 webkitSpeechGrammar
476 webkitSpeechGrammarList 477 webkitSpeechGrammarList
477 webkitSpeechRecognition 478 webkitSpeechRecognition
478 webkitSpeechRecognitionError 479 webkitSpeechRecognitionError
479 webkitSpeechRecognitionEvent 480 webkitSpeechRecognitionEvent
480 webkitURL 481 webkitURL
481 PASS successfullyParsed is true 482 PASS successfullyParsed is true
482 483
483 TEST COMPLETE 484 TEST COMPLETE
484 485
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698