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

Side by Side Diff: LayoutTests/svg/animations/use-animate-width-and-height-expected.txt

Issue 252903004: Avoid using SVGElementInstance in calcViewport (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase one more time 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
(Empty)
1 SVG 1.1 dynamic animation tests
2
3 Test animation of use element width/height
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
8 PASS use.width.animVal.value is 100
9 PASS use.width.baseVal.value is 100
10 PASS use.height.animVal.value is 100
11 PASS use.height.baseVal.value is 100
12 PASS use.getAttribute('width') is '100'
13 PASS use.getAttribute('height') is '100'
14 PASS shadowRoot.firstChild.width.animVal.value is 100
15 PASS shadowRoot.firstChild.height.animVal.value is 100
16 PASS use.width.animVal.value is 105
17 PASS use.width.baseVal.value is 100
18 PASS use.height.animVal.value is 105
19 PASS use.height.baseVal.value is 100
20 PASS use.getAttribute('width') is '105'
21 PASS use.getAttribute('height') is '105'
22 PASS shadowRoot.firstChild.width.animVal.value is 105
23 PASS shadowRoot.firstChild.height.animVal.value is 105
24 PASS use.width.animVal.value is 115
25 PASS use.width.baseVal.value is 100
26 PASS use.height.animVal.value is 115
27 PASS use.height.baseVal.value is 100
28 PASS use.getAttribute('width') is '115'
29 PASS use.getAttribute('height') is '115'
30 PASS shadowRoot.firstChild.width.animVal.value is 115
31 PASS shadowRoot.firstChild.height.animVal.value is 115
32 PASS use.width.animVal.value is 125
33 PASS use.width.baseVal.value is 100
34 PASS use.height.animVal.value is 125
35 PASS use.height.baseVal.value is 100
36 PASS use.getAttribute('width') is '125'
37 PASS use.getAttribute('height') is '125'
38 PASS shadowRoot.firstChild.width.animVal.value is 125
39 PASS shadowRoot.firstChild.height.animVal.value is 125
40 PASS use.width.animVal.value is 135
41 PASS use.width.baseVal.value is 100
42 PASS use.height.animVal.value is 135
43 PASS use.height.baseVal.value is 100
44 PASS use.getAttribute('width') is '135'
45 PASS use.getAttribute('height') is '135'
46 PASS shadowRoot.firstChild.width.animVal.value is 135
47 PASS shadowRoot.firstChild.height.animVal.value is 135
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/use-animate-width-and-height.html ('k') | LayoutTests/svg/custom/use-attribute-invalidations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698