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

Side by Side Diff: LayoutTests/svg/dom/svg-root-lengths-expected.txt

Issue 67483003: [SVG] Fix root element length values handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This tests the behavior of root SVG length value resolution
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 Initial/default values:
10 PASS svg.width.baseVal.value is 200
11 PASS svg.height.baseVal.value is 200
12
13 Updated relative values:
14 PASS svg.width.baseVal.value is 100
15 PASS svg.height.baseVal.value is 20
16
17 Updated fixed values:
18 PASS svg.width.baseVal.value is 150
19 PASS svg.height.baseVal.value is 50
20
21 viewBox has no effect on top level length resolution.
22 PASS svg.width.baseVal.value is 200
23 PASS svg.height.baseVal.value is 100
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698