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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-hidpi-hw.html

Issue 2536503002: CSS Filters: Reduce usage of webkit prefix in filter effect 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/effect-reference-hidpi-hw.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-hidpi-hw.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-hidpi-hw.html
index e4ca0f497ef8fa79e74427227d29f33e327ef3ff..5e324deece9f84c393773a082304a72015c4921e 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-hidpi-hw.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-hidpi-hw.html
@@ -23,7 +23,7 @@ img {
transform: translateZ(0);
}
</style>
-<img style="-webkit-filter: url(#displacement); filter: url(#displacement); position: absolute; top: 10px; left: 10px;" src="resources/reference.png"/>
-<img style="-webkit-filter: url(#turbulence); filter: url(#turbulence); position: absolute; top: 10px; left: 210px;" src="resources/reference.png"/>
-<img style="-webkit-filter:blur(10px); position: absolute; top: 140px; left: 10px;" src="resources/reference.png"/>
-<img style="-webkit-filter:drop-shadow(rgba(0,0,0,0.5) 0 20px 20px); position: absolute; top: 140px; left: 210px;" src="resources/reference.png"/>
+<img style="filter: url(#displacement); position: absolute; top: 10px; left: 10px;" src="resources/reference.png"/>
+<img style="filter: url(#turbulence); position: absolute; top: 10px; left: 210px;" src="resources/reference.png"/>
+<img style="filter:blur(10px); position: absolute; top: 140px; left: 10px;" src="resources/reference.png"/>
+<img style="filter:drop-shadow(rgba(0,0,0,0.5) 0 20px 20px); position: absolute; top: 140px; left: 210px;" src="resources/reference.png"/>

Powered by Google App Engine
This is Rietveld 408576698