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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-on-span-crash.html

Issue 2536503002: CSS Filters: Reduce usage of webkit prefix in filter effect layout tests (Closed)
Patch Set: remove duplicates Created 4 years, 1 month 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/css3/filters/effect-reference-on-span-crash.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-on-span-crash.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-on-span-crash.html
index 36a5c1394dba7e58f252f5836faff559aa21b8b2..ad9302ca6e96bbff65fde08c75f6789c7a0fb675 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-on-span-crash.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-on-span-crash.html
@@ -10,4 +10,4 @@ if (window.testRunner) {
</filter>
</defs>
</svg>
-<span style="background-color: green; -webkit-filter: url(#colormatrix); filter: url(#colormatrix);">This test passes by not crashing.</span>
+<span style="background-color: green; filter: url(#colormatrix);">This test passes by not crashing.</span>

Powered by Google App Engine
This is Rietveld 408576698