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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-layer-child-expected.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-shadow-layer-child-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-layer-child-expected.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-layer-child-expected.html
index 1f48ee9cc8c659bc10e7727e8c2b91e8960f7112..32d91ae092eb21e977b946b8db84c29ba33359f2 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-layer-child-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-layer-child-expected.html
@@ -14,7 +14,7 @@
width: 300px;
background-color: silver;
border: 1px solid black;
- -webkit-filter: drop-shadow(10px 10px 10px blue);
+ filter: drop-shadow(10px 10px 10px blue);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698