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

Unified Diff: third_party/WebKit/LayoutTests/svg/dynamic-updates/script-tests/SVGFEBlendElement-dom-in2-attr.js

Issue 2004023002: Fix typo in svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reference bug in TE Created 4 years, 7 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 | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/dynamic-updates/script-tests/SVGFEBlendElement-dom-in2-attr.js
diff --git a/third_party/WebKit/LayoutTests/svg/dynamic-updates/script-tests/SVGFEBlendElement-dom-in2-attr.js b/third_party/WebKit/LayoutTests/svg/dynamic-updates/script-tests/SVGFEBlendElement-dom-in2-attr.js
index 2f5c85aee835199b852336bbdd40914eded8eb87..4bf8852bbe5eed5e01886c248458fae31c1c3050 100644
--- a/third_party/WebKit/LayoutTests/svg/dynamic-updates/script-tests/SVGFEBlendElement-dom-in2-attr.js
+++ b/third_party/WebKit/LayoutTests/svg/dynamic-updates/script-tests/SVGFEBlendElement-dom-in2-attr.js
@@ -187,7 +187,7 @@ darkenRectElement.setAttribute("width", "240");
darkenRectElement.setAttribute("height", "20");
darkenRectElement.setAttribute("fill", "blue");
darkenRectElement.setAttribute("opacity", "0.5");
-darkenRectElement.setAttribute("filter", "url(darkenFilter)");
+darkenRectElement.setAttribute("filter", "url(#darkenFilter)");
rootSVGElement.appendChild(darkenRectElement);
var lightenRectElement = createSVGElement("rect");
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698