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

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

Issue 2485113002: Remove currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed)
Patch Set: rebased Created 4 years, 1 month 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 SVGAngle inherits Object 7 PASS SVGAngle inherits Object
8 FAIL SVGAnimateColorElement is not defined 8 FAIL SVGAnimateColorElement is not defined
9 PASS SVGAnimateElement inherits SVGAnimationElement 9 PASS SVGAnimateElement inherits SVGAnimationElement
10 PASS SVGAnimateMotionElement inherits SVGAnimationElement 10 PASS SVGAnimateMotionElement inherits SVGAnimationElement
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 PASS SVGTSpanElement inherits SVGTextPositioningElement 76 PASS SVGTSpanElement inherits SVGTextPositioningElement
77 PASS SVGTextContentElement inherits SVGGraphicsElement 77 PASS SVGTextContentElement inherits SVGGraphicsElement
78 PASS SVGTextElement inherits SVGTextPositioningElement 78 PASS SVGTextElement inherits SVGTextPositioningElement
79 PASS SVGTextPathElement inherits SVGTextContentElement 79 PASS SVGTextPathElement inherits SVGTextContentElement
80 PASS SVGTextPositioningElement inherits SVGTextContentElement 80 PASS SVGTextPositioningElement inherits SVGTextContentElement
81 PASS SVGTitleElement inherits SVGElement 81 PASS SVGTitleElement inherits SVGElement
82 PASS SVGTransform inherits Object 82 PASS SVGTransform inherits Object
83 PASS SVGTransformList inherits Object 83 PASS SVGTransformList inherits Object
84 PASS SVGUseElement inherits SVGGraphicsElement 84 PASS SVGUseElement inherits SVGGraphicsElement
85 PASS SVGViewElement inherits SVGElement 85 PASS SVGViewElement inherits SVGElement
86 PASS SVGViewSpec inherits Object
87 FAIL TimeEvent is not defined 86 FAIL TimeEvent is not defined
88 PASS successfullyParsed is true 87 PASS successfullyParsed is true
89 88
90 TEST COMPLETE 89 TEST COMPLETE
91 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698