Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGLinearGradientElement-dom-x2-attr-expected.txt
blob0ab4ab5610dd2ce34b859f3535556f6694a8427a
1 SVG 1.1 dynamic update tests
3 Tests dynamic updates of the 'x2' attribute of the SVGLinearGradientElement object
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS linearGradientElement.getAttribute('x2') is "-100%"
9 PASS linearGradientElement.getAttribute('x2') is "100%"
10 PASS successfullyParsed is true
12 TEST COMPLETE