Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / frame-getSVGDocument-expected.txt
blob8ec2ac7c8000a63a71ae27516d25c162eada88e5
1 Tests that HTMLFrameElement and HTMLIFrameElement expose a getSVGDocument accessor
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS !!frame.getSVGDocument is true
7 PASS frame.getSVGDocument().toString() is "[object XMLDocument]"
8 PASS !!iframe.getSVGDocument is true
9 PASS iframe.getSVGDocument().toString() is "[object XMLDocument]"
10 PASS !!embed.getSVGDocument is true
11 PASS embed.getSVGDocument().toString() is "[object XMLDocument]"
12 PASS !!object.getSVGDocument is true
13 PASS object.getSVGDocument().toString() is "[object XMLDocument]"
14 PASS successfullyParsed is true
16 TEST COMPLETE