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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-child-layers.html

Issue 2534723002: CSS Filters: Reduce usage of webkit prefix in 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/filter-repaint-child-layers.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-child-layers.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-child-layers.html
index ec897433a2a4f7e5a982d8bc419f423a7aa45918..2df37d8f241415a46344bf1b2d36042101bbaf50 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-child-layers.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-child-layers.html
@@ -24,7 +24,7 @@
.blur {
background: red;
margin: 50px;
- -webkit-filter: blur(5px);
+ filter: blur(5px);
z-index: 0;
width: 0px;
height: 0px;

Powered by Google App Engine
This is Rietveld 408576698