1 Tests whether changes to SVG through native objects and the DOM stay in sync.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS rect.x.baseVal.value is 100
7 PASS rect.getAttribute('x') is '100'
8 PASS rect.y.baseVal.value is 100
9 PASS rect.getAttribute('y') is '100'
10 PASS rect.x.baseVal.value is 200
11 PASS rect.getAttribute('x') is '200'
12 PASS rect.y.baseVal.value is 200
13 PASS rect.getAttribute('y') is '200'
14 PASS successfullyParsed is true