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

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

Issue 2896033003: Revert of No extra space emission in TextIterator::HandleTextNode (Closed)
Patch Set: Rebaseline Created 3 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
1 This tests the behavior of root SVG length value resolution 1 This tests the behavior of root SVG length value resolution
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 Initial/default values: 6 Initial/default values:
7 PASS svg.width.baseVal.value is 200 7 PASS svg.width.baseVal.value is 200
8 PASS svg.height.baseVal.value is 200 8 PASS svg.height.baseVal.value is 200
9 9
10 Updated relative values: 10 Updated relative values:
11 PASS svg.width.baseVal.value is 100 11 PASS svg.width.baseVal.value is 100
12 PASS svg.height.baseVal.value is 20 12 PASS svg.height.baseVal.value is 20
13 13
14 Updated fixed values: 14 Updated fixed values:
15 PASS svg.width.baseVal.value is 150 15 PASS svg.width.baseVal.value is 150
16 PASS svg.height.baseVal.value is 50 16 PASS svg.height.baseVal.value is 50
17 17
18 viewBox has no effect on top level length resolution. 18 viewBox has no effect on top level length resolution.
19 PASS svg.width.baseVal.value is 200 19 PASS svg.width.baseVal.value is 200
20 PASS svg.height.baseVal.value is 100 20 PASS svg.height.baseVal.value is 100
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698