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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.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/composited-layer-bounds-with-composited-blur.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html b/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html
index 9db67023d5720f915a8dc6cc308b3034fb564df9..80b173d4facca7565df2cbad3da632affbda4937 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html
@@ -12,7 +12,7 @@
#composited {
background-color: green;
transform: translateZ(0);
- -webkit-filter: blur(25px);
+ filter: blur(25px);
position: absolute;
top: 100px;
left: 100px;

Powered by Google App Engine
This is Rietveld 408576698