Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-xml-dom-sync-expected.txt
blob080f11a2101b3913e83c2dd3f445e46cf2b2b234
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
16 TEST COMPLETE