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

Unified Diff: LayoutTests/svg/dom/SVGScriptElement/script-reexecution.svg

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/dom/SVGScriptElement/script-reexecution.svg
diff --git a/LayoutTests/svg/dom/SVGScriptElement/script-reexecution.svg b/LayoutTests/svg/dom/SVGScriptElement/script-reexecution.svg
index a9036707a98ac35cd224cd39022ad774d6c4ba79..e041a1505c4a687d1ebab0dac4b02ca5dad5426b 100644
--- a/LayoutTests/svg/dom/SVGScriptElement/script-reexecution.svg
+++ b/LayoutTests/svg/dom/SVGScriptElement/script-reexecution.svg
@@ -32,9 +32,7 @@ function startTest() {
message = "PASS";
e3 = document.createElementNS("http://www.w3.org/2000/svg", "svg:script");
- e3.externalResourcesRequired.baseVal = true; // Otherwhise SVGLoad event will be fired immediately.
e3.href.baseVal = "resources/script-reexecution.js";
- e3.onload = function() { finish(); }
document.getElementsByTagName("defs")[0].appendChild(e3);
}

Powered by Google App Engine
This is Rietveld 408576698