Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/svg/animations/svgenum-animation-3-expected.txt

Issue 2256013003: Remove SMIL deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 CONSOLE WARNING: line 24: SVG's SMIL animations (<animate>, <set>, etc.) are dep recated and will be removed. Please use CSS animations or Web animations instead .
2 SVG 1.1 dynamic animation tests 1 SVG 1.1 dynamic animation tests
3 2
4 Stretched text 3 Stretched text
5 Test SVGLengthAdjustType enumeration animations 4 Test SVGLengthAdjustType enumeration animations
6 5
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 7
9 8
10 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACING 9 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACING
11 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING 10 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING
12 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACING 11 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACING
13 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING 12 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING
14 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDG LYPHS 13 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDG LYPHS
15 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING 14 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING
16 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDG LYPHS 15 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDG LYPHS
17 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING 16 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING
18 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDG LYPHS 17 PASS text.lengthAdjust.animVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDG LYPHS
19 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING 18 PASS text.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING
20 PASS successfullyParsed is true 19 PASS successfullyParsed is true
21 20
22 TEST COMPLETE 21 TEST COMPLETE
23 22
OLDNEW

Powered by Google App Engine