OLD | NEW |
1 Tests that HTMLFrameElement and HTMLIFrameElement expose a getSVGDocument access
or | 1 Tests that HTMLIFrameElement, HTMLEmbedElement and HTMLObjectElement expose a ge
tSVGDocument accessor |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS !!frame.getSVGDocument is true | |
7 PASS frame.getSVGDocument().toString() is "[object XMLDocument]" | |
8 PASS !!iframe.getSVGDocument is true | 6 PASS !!iframe.getSVGDocument is true |
9 PASS iframe.getSVGDocument().toString() is "[object XMLDocument]" | 7 PASS iframe.getSVGDocument().toString() is "[object XMLDocument]" |
10 PASS !!embed.getSVGDocument is true | 8 PASS !!embed.getSVGDocument is true |
11 PASS embed.getSVGDocument().toString() is "[object XMLDocument]" | 9 PASS embed.getSVGDocument().toString() is "[object XMLDocument]" |
12 PASS !!object.getSVGDocument is true | 10 PASS !!object.getSVGDocument is true |
13 PASS object.getSVGDocument().toString() is "[object XMLDocument]" | 11 PASS object.getSVGDocument().toString() is "[object XMLDocument]" |
14 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
15 | 13 |
16 TEST COMPLETE | 14 TEST COMPLETE |
17 | 15 |
OLD | NEW |