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

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

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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 | Annotate | Revision Log
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 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 Promise 257 Promise
258 RGBColor 258 RGBColor
259 RTCIceCandidate 259 RTCIceCandidate
260 RTCSessionDescription 260 RTCSessionDescription
261 Range 261 Range
262 RangeError 262 RangeError
263 Rect 263 Rect
264 ReferenceError 264 ReferenceError
265 RegExp 265 RegExp
266 SVGAElement 266 SVGAElement
267 SVGAltGlyphDefElement
268 SVGAltGlyphElement
269 SVGAltGlyphItemElement
270 SVGAngle 267 SVGAngle
271 SVGAnimateElement 268 SVGAnimateElement
272 SVGAnimateMotionElement 269 SVGAnimateMotionElement
273 SVGAnimateTransformElement 270 SVGAnimateTransformElement
274 SVGAnimatedAngle 271 SVGAnimatedAngle
275 SVGAnimatedBoolean 272 SVGAnimatedBoolean
276 SVGAnimatedEnumeration 273 SVGAnimatedEnumeration
277 SVGAnimatedInteger 274 SVGAnimatedInteger
278 SVGAnimatedLength 275 SVGAnimatedLength
279 SVGAnimatedLengthList 276 SVGAnimatedLengthList
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 SVGFEMergeElement 309 SVGFEMergeElement
313 SVGFEMergeNodeElement 310 SVGFEMergeNodeElement
314 SVGFEMorphologyElement 311 SVGFEMorphologyElement
315 SVGFEOffsetElement 312 SVGFEOffsetElement
316 SVGFEPointLightElement 313 SVGFEPointLightElement
317 SVGFESpecularLightingElement 314 SVGFESpecularLightingElement
318 SVGFESpotLightElement 315 SVGFESpotLightElement
319 SVGFETileElement 316 SVGFETileElement
320 SVGFETurbulenceElement 317 SVGFETurbulenceElement
321 SVGFilterElement 318 SVGFilterElement
322 SVGFontElement
323 SVGFontFaceElement
324 SVGFontFaceFormatElement
325 SVGFontFaceNameElement
326 SVGFontFaceSrcElement
327 SVGFontFaceUriElement
328 SVGForeignObjectElement 319 SVGForeignObjectElement
329 SVGGElement 320 SVGGElement
330 SVGGeometryElement 321 SVGGeometryElement
331 SVGGlyphElement
332 SVGGlyphRefElement
333 SVGGradientElement 322 SVGGradientElement
334 SVGGraphicsElement 323 SVGGraphicsElement
335 SVGHKernElement
336 SVGImageElement 324 SVGImageElement
337 SVGLength 325 SVGLength
338 SVGLengthList 326 SVGLengthList
339 SVGLineElement 327 SVGLineElement
340 SVGLinearGradientElement 328 SVGLinearGradientElement
341 SVGMPathElement 329 SVGMPathElement
342 SVGMarkerElement 330 SVGMarkerElement
343 SVGMaskElement 331 SVGMaskElement
344 SVGMatrix 332 SVGMatrix
345 SVGMetadataElement 333 SVGMetadataElement
346 SVGMissingGlyphElement
347 SVGNumber 334 SVGNumber
348 SVGNumberList 335 SVGNumberList
349 SVGPathElement 336 SVGPathElement
350 SVGPathSeg 337 SVGPathSeg
351 SVGPathSegArcAbs 338 SVGPathSegArcAbs
352 SVGPathSegArcRel 339 SVGPathSegArcRel
353 SVGPathSegClosePath 340 SVGPathSegClosePath
354 SVGPathSegCurvetoCubicAbs 341 SVGPathSegCurvetoCubicAbs
355 SVGPathSegCurvetoCubicRel 342 SVGPathSegCurvetoCubicRel
356 SVGPathSegCurvetoCubicSmoothAbs 343 SVGPathSegCurvetoCubicSmoothAbs
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 SVGTSpanElement 376 SVGTSpanElement
390 SVGTextContentElement 377 SVGTextContentElement
391 SVGTextElement 378 SVGTextElement
392 SVGTextPathElement 379 SVGTextPathElement
393 SVGTextPositioningElement 380 SVGTextPositioningElement
394 SVGTitleElement 381 SVGTitleElement
395 SVGTransform 382 SVGTransform
396 SVGTransformList 383 SVGTransformList
397 SVGUnitTypes 384 SVGUnitTypes
398 SVGUseElement 385 SVGUseElement
399 SVGVKernElement
400 SVGViewElement 386 SVGViewElement
401 SVGViewSpec 387 SVGViewSpec
402 SVGZoomEvent 388 SVGZoomEvent
403 Screen 389 Screen
404 ScreenOrientation 390 ScreenOrientation
405 ScriptProcessorNode 391 ScriptProcessorNode
406 Selection 392 Selection
407 Set 393 Set
408 ShadowRoot 394 ShadowRoot
409 SharedWorker 395 SharedWorker
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 webkitSpeechGrammar 478 webkitSpeechGrammar
493 webkitSpeechGrammarList 479 webkitSpeechGrammarList
494 webkitSpeechRecognition 480 webkitSpeechRecognition
495 webkitSpeechRecognitionError 481 webkitSpeechRecognitionError
496 webkitSpeechRecognitionEvent 482 webkitSpeechRecognitionEvent
497 webkitURL 483 webkitURL
498 PASS successfullyParsed is true 484 PASS successfullyParsed is true
499 485
500 TEST COMPLETE 486 TEST COMPLETE
501 487
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698