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

Unified Diff: third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html

Issue 2349743003: Don't treat shorthand filters as errors on SVG content (Closed)
Patch Set: Fix animation test Created 4 years, 3 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: third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
diff --git a/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html b/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
index ac4ecf9439f45025259b79c05cdb4f3236464fad..8cd770a6578e0fc39a832773454347d9ac66efbb 100644
--- a/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
+++ b/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
@@ -10,11 +10,12 @@
}
#root, #child {
+ display: block;
animation: blur-animation 1s infinite;
}
</style>
-<svg id="root">
+<svg id="root" height="100">
<rect fill="blue" x="0" y="0" height="100" width="100" />
</svg>

Powered by Google App Engine
This is Rietveld 408576698