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

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

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 months 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 unified diff | Download patch
OLDNEW
1 <body style="margin: 0px;"> 1 <body style="margin: 0px;">
2 <div style="zoom: 2; margin: 30px;"> 2 <div style="zoom: 2; margin: 30px;">
3 <div style="background: blue; filter: url(#offset-flood); -webkit-filter: url( #offset-flood); width:200px; height:100px;" src="resources/reference.png"> 3 <div style="background: blue; filter: url(#offset-flood); width:200px; height: 100px;" src="resources/reference.png">
4 <div style="position: absolute; left:200px; top:20px; width:50px; height:50p x; background:green;"/> 4 <div style="position: absolute; left:200px; top:20px; width:50px; height:50p x; background:green;"/>
5 </div> 5 </div>
6 </div> 6 </div>
7 </body> 7 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698