Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html

Issue 1987943002: [wip] unprefix filter Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Decide on BUG 109224, minor test code tweaks. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html b/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html
index 1f9e79f2e16bb1473ea5b7511e3b00d46c41835d..9a5f85440fbff9d9b76fbfe03a0e142a2d23bca1 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.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:20px; width:50px; height:50px; background:green;"/>
</div>
</div>

Powered by Google App Engine