blob: 3219451e3243ff9b72f72b8d9cd3d048049f7102 [file] [log] [blame]
Tests that HTMLIFrameElement, HTMLEmbedElement and HTMLObjectElement expose a getSVGDocument accessor
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS !!iframe.getSVGDocument is true
PASS iframe.getSVGDocument().toString() is "[object XMLDocument]"
PASS !!embed.getSVGDocument is true
PASS embed.getSVGDocument().toString() is "[object XMLDocument]"
PASS !!object.getSVGDocument is true
PASS object.getSVGDocument().toString() is "[object XMLDocument]"
PASS successfullyParsed is true
TEST COMPLETE