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

Side by Side Diff: LayoutTests/svg/custom/baseval-animval-equality-expected.txt

Issue 112003003: [SVG] SVGLength{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert aggressive svgAttributeChanged, add NeedsRebaseline Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/resources/js-test.js ('k') | LayoutTests/svg/dom/SVGLengthList-basics-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests to make sure that baseVal and animVal are tied when animation is not enabled: 1 This tests to make sure that baseVal and animVal are tied when animation is not enabled:
2 svg.x.baseVal.value = 0 2 svg.x.baseVal.value = 0
3 svg.x.animVal.value = 0 3 svg.x.animVal.value = 0
4 setting svg.x.baseVal.value = 10 4 setting svg.x.baseVal.value = 10
5 svg.x.baseVal.value = 10 5 svg.x.baseVal.value = 10
6 svg.x.animVal.value = 10 6 svg.x.animVal.value = 10
7 SUCCESS (1 of 2) 7 SUCCESS (1 of 2)
8 setting svg.x.animVal.value = 5 8 setting svg.x.animVal.value = 5
9 caught exception: An attempt was made to modify an object where modifications ar e not allowed. 9 caught exception: Failed to set the 'value' property on 'SVGLength': The attribu te is read-only.
10 svg.x.baseVal.value = 10 10 svg.x.baseVal.value = 10
11 svg.x.animVal.value = 10 11 svg.x.animVal.value = 10
12 SUCCESS (2 of 2) 12 SUCCESS (2 of 2)
OLDNEW
« no previous file with comments | « LayoutTests/resources/js-test.js ('k') | LayoutTests/svg/dom/SVGLengthList-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698