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

Side by Side Diff: LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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
1 This is a test how SVGLengthList reacts to XML DOM modifications. 1 This is a test how SVGLengthList reacts to XML DOM modifications.
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 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 PASS path.pathSegList.numberOfItems is 3 9 PASS path.pathSegList.numberOfItems is 3
7 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100" 10 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100"
8 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100 L 0 100" 11 PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100 L 0 100"
9 PASS path.getAttribute('d').formatDAttribute() is "M 100 0 L 100 0 L 100 100 L 0 100" 12 PASS path.getAttribute('d').formatDAttribute() is "M 100 0 L 100 0 L 100 100 L 0 100"
10 PASS path.getAttribute('d').formatDAttribute() is "M 0 0 L 100 0 L 100 100 L 0 1 00" 13 PASS path.getAttribute('d').formatDAttribute() is "M 0 0 L 100 0 L 100 100 L 0 1 00"
11 PASS successfullyParsed is true 14 PASS successfullyParsed is true
12 15
13 TEST COMPLETE 16 TEST COMPLETE
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/window-named-item-lookup-expected.txt ('k') | LayoutTests/svg/dom/SVGViewSpec-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698