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

Side by Side Diff: LayoutTests/svg/dom/svg2-inheritance-expected.txt

Issue 252893004: Remove SVGElementInstanceList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add expected results Created 6 years, 7 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 Validates the SVG2 inheritance model. 1 Validates the SVG2 inheritance model.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS SVGAElement inherits SVGGraphicsElement 6 PASS SVGAElement inherits SVGGraphicsElement
7 PASS SVGAltGlyphDefElement inherits SVGElement 7 PASS SVGAltGlyphDefElement inherits SVGElement
8 PASS SVGAltGlyphElement inherits SVGTextPositioningElement 8 PASS SVGAltGlyphElement inherits SVGTextPositioningElement
9 PASS SVGAltGlyphItemElement inherits SVGElement 9 PASS SVGAltGlyphItemElement inherits SVGElement
10 PASS SVGAngle inherits Object 10 PASS SVGAngle inherits Object
(...skipping 18 matching lines...) Expand all
29 FAIL SVGCSSRule is not defined 29 FAIL SVGCSSRule is not defined
30 PASS SVGCircleElement inherits SVGGeometryElement 30 PASS SVGCircleElement inherits SVGGeometryElement
31 FAIL SVGClipPathElement should inherit SVGDefinitionElement but got SVGGraphicsE lement instead 31 FAIL SVGClipPathElement should inherit SVGDefinitionElement but got SVGGraphicsE lement instead
32 FAIL SVGColorProfileElement is not defined 32 FAIL SVGColorProfileElement is not defined
33 FAIL SVGColorProfileRule is not defined 33 FAIL SVGColorProfileRule is not defined
34 PASS SVGCursorElement inherits SVGElement 34 PASS SVGCursorElement inherits SVGElement
35 PASS SVGDefsElement inherits SVGGraphicsElement 35 PASS SVGDefsElement inherits SVGGraphicsElement
36 PASS SVGDescElement inherits SVGElement 36 PASS SVGDescElement inherits SVGElement
37 PASS SVGElement inherits Element 37 PASS SVGElement inherits Element
38 PASS SVGElementInstance inherits EventTarget 38 PASS SVGElementInstance inherits EventTarget
39 PASS SVGElementInstanceList inherits Object
40 PASS SVGEllipseElement inherits SVGGeometryElement 39 PASS SVGEllipseElement inherits SVGGeometryElement
41 PASS SVGFontElement inherits SVGElement 40 PASS SVGFontElement inherits SVGElement
42 PASS SVGFontFaceElement inherits SVGElement 41 PASS SVGFontFaceElement inherits SVGElement
43 PASS SVGFontFaceFormatElement inherits SVGElement 42 PASS SVGFontFaceFormatElement inherits SVGElement
44 PASS SVGFontFaceNameElement inherits SVGElement 43 PASS SVGFontFaceNameElement inherits SVGElement
45 PASS SVGFontFaceSrcElement inherits SVGElement 44 PASS SVGFontFaceSrcElement inherits SVGElement
46 PASS SVGFontFaceUriElement inherits SVGElement 45 PASS SVGFontFaceUriElement inherits SVGElement
47 PASS SVGForeignObjectElement inherits SVGGraphicsElement 46 PASS SVGForeignObjectElement inherits SVGGraphicsElement
48 PASS SVGGElement inherits SVGGraphicsElement 47 PASS SVGGElement inherits SVGGraphicsElement
49 PASS SVGGeometryElement inherits SVGGraphicsElement 48 PASS SVGGeometryElement inherits SVGGraphicsElement
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 PASS SVGUseElement inherits SVGGraphicsElement 119 PASS SVGUseElement inherits SVGGraphicsElement
121 PASS SVGVKernElement inherits SVGElement 120 PASS SVGVKernElement inherits SVGElement
122 PASS SVGViewElement inherits SVGElement 121 PASS SVGViewElement inherits SVGElement
123 PASS SVGViewSpec inherits Object 122 PASS SVGViewSpec inherits Object
124 PASS SVGZoomEvent inherits UIEvent 123 PASS SVGZoomEvent inherits UIEvent
125 FAIL TimeEvent is not defined 124 FAIL TimeEvent is not defined
126 PASS successfullyParsed is true 125 PASS successfullyParsed is true
127 126
128 TEST COMPLETE 127 TEST COMPLETE
129 128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698