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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/multiple-filters-invalidation.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/multiple-filters-invalidation.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/multiple-filters-invalidation.html b/third_party/WebKit/LayoutTests/css3/filters/multiple-filters-invalidation.html
index 5a7f78fc49d828aed5bb8aae69a463a7687e4f40..9bcaf091fe7fdfe343970b833d57fdf800b688e6 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/multiple-filters-invalidation.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/multiple-filters-invalidation.html
@@ -2,7 +2,7 @@
<head>
<style>
html {
- -webkit-filter: brightness(1.1) contrast(120%);
+ filter: brightness(1.1) contrast(120%);
}
#rect {
background: red;

Powered by Google App Engine
This is Rietveld 408576698