Index: third_party/WebKit/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt |
index 8ec2ac7c8000a63a71ae27516d25c162eada88e5..43d49a81168de7ba6d1faed1fb488835d0ab0b87 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt |
@@ -1,10 +1,8 @@ |
-Tests that HTMLFrameElement and HTMLIFrameElement expose a getSVGDocument accessor |
+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 !!frame.getSVGDocument is true |
-PASS frame.getSVGDocument().toString() is "[object XMLDocument]" |
PASS !!iframe.getSVGDocument is true |
PASS iframe.getSVGDocument().toString() is "[object XMLDocument]" |
PASS !!embed.getSVGDocument is true |