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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove SVGZoomEvent.idl Created 4 years, 5 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 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 86 PASS SVGViewSpec inherits Object
87 PASS SVGZoomEvent inherits UIEvent 87 FAIL SVGZoomEvent is not defined
foolip 2016/07/12 09:35:06 Here too, edit the test instead.
Shanmuga Pandi 2016/07/12 13:06:10 Done.
88 FAIL TimeEvent is not defined 88 FAIL TimeEvent is not defined
89 PASS successfullyParsed is true 89 PASS successfullyParsed is true
90 90
91 TEST COMPLETE 91 TEST COMPLETE
92 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698