Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/frame-getSVGDocument-expected.txt

Issue 1424313004: Remove HTMLFrameElement.prototype.getSVGDocument() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android_webview/tools/WebViewShell/test/webexposed/ Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698