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

Unified Diff: LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js

Issue 52203002: Revert "Move innerHTML and outerHTML to Element" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « LayoutTests/fast/loader/delete-inside-cancelTimer-expected.txt ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js
diff --git a/LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js b/LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js
index bdd14fa595c1ffa470b0d33b9138a98f487570b3..7b99d7484273e1686660b5ad70bef0253535f92a 100644
--- a/LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js
+++ b/LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js
@@ -8,7 +8,6 @@ var text = createSVGElement("text");
text.setAttribute("id", "text");
text.setAttribute("x", "20px");
text.setAttribute("y", "100px");
-text.setAttribute("visibility", "hidden");
text.innerHTML = "Test";
rootSVGElement.appendChild(text);
« no previous file with comments | « LayoutTests/fast/loader/delete-inside-cancelTimer-expected.txt ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698