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

Unified Diff: LayoutTests/svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline test Created 6 years, 11 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/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js
index bc156ce2550a9aa96ffe320c65fc8df883afebd8..9b33b097610f5a222d3b34ef1858edf08cd1453f 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js
@@ -10,7 +10,6 @@ rootSVGElement.appendChild(defsElement);
var useElement = createSVGElement("use");
useElement.setAttribute("x", "10");
useElement.setAttribute("y", "10");
-useElement.setAttribute("externalResourcesRequired", "true");
useElement.setAttribute("onload", "completeTest()");
useElement.setAttributeNS(xlinkNS, "xlink:href", "#MyRect");

Powered by Google App Engine
This is Rietveld 408576698