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

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

Issue 44333002: Move innerHTML and outerHTML to Element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to latest master 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
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 7b99d7484273e1686660b5ad70bef0253535f92a..bdd14fa595c1ffa470b0d33b9138a98f487570b3 100644
--- a/LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js
+++ b/LayoutTests/svg/css/script-tests/svg-attribute-length-parsing.js
@@ -8,6 +8,7 @@ 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);

Powered by Google App Engine
This is Rietveld 408576698