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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html

Issue 2531163002: 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/huge-region-composited.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html b/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html
index 9aed3d9f38efb384c8af4a5d04775c8dbdef1d68..51f0b075c5710a657dec6f485d7e3ac077d4205f 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/huge-region-composited.html
@@ -6,7 +6,7 @@
width: 50px;
height: 50px;
padding-bottom: 65536%;
- -webkit-filter: blur(2147483648px);
+ filter: blur(2147483648px);
transform: translate3d(0, 0, 0);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698