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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/filter-change-repaint.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom.html b/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom.html
index 511defdc76d61b092eecd4f6bf499d8c7bae1ee2..373bf9290dc24e0c932058cb1d218130277443d1 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom.html
@@ -1,6 +1,6 @@
<body style="margin: 0px;">
<div style="zoom: 2; margin: 30px;">
- <div style="background: blue; filter: url(#offset-flood); -webkit-filter: url(#offset-flood); width:200px; height:100px;" src="resources/reference.png">
+ <div style="background: blue; filter: url(#offset-flood); width:200px; height:100px;" src="resources/reference.png">
<div style="position: absolute; left:200px; top:30px; width:30px; height:40px; background:red;"/>
</div>
</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/filter-change-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698