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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/bug419429.html

Issue 2529253002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: 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/bug419429.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/bug419429.html b/third_party/WebKit/LayoutTests/css3/filters/bug419429.html
index f326a4e437dcdf7a26282ae98961ca871c4bb82a..35e3c75261b089c08f34f743b540ec241a639d41 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/bug419429.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/bug419429.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<marquee>
- <li style="-webkit-filter: url(#foo); color: white"></li>
+ <li style="filter: url(#foo); color: white"></li>
</marquee>
<!-- Test passes by not crashing -->
<p>PASS</p>

Powered by Google App Engine
This is Rietveld 408576698