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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html

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/getsvgdocument-null.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html b/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html
index 81ba912a21e1b330e49f41f79283f2120edf2623..97241b8d2f5b67a37d20f608e08588b9ec03c504 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html
@@ -7,7 +7,7 @@
<script>
description("This tests that 'getSVGDocument' returns null on elements that don't contain SVG documents.");
- var types = ['object', 'frame', 'iframe', 'embed'];
+ var types = ['object', 'iframe', 'embed'];
types.forEach(function(type) {
shouldBeNull("document.createElement('" + type + "').getSVGDocument()");

Powered by Google App Engine
This is Rietveld 408576698