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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/huge-region.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.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/huge-region.html b/third_party/WebKit/LayoutTests/css3/filters/huge-region.html
index a8321a632d4f9d7604858a5fda2469b494eb5c30..ae870d0fb98947f7bbe9da8ab723f92b13e9e568 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/huge-region.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/huge-region.html
@@ -6,7 +6,7 @@
width: 50px;
height: 50px;
padding-bottom: 65536%;
- -webkit-filter: blur(2147483648px);
+ filter: blur(2147483648px);
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698