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

Side by Side Diff: LayoutTests/css3/filters/effect-drop-shadow-clip-abspos-expected.html

Issue 476953003: Fix for pixel-moving CSS filters with clipping. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add DOCTYPE to test files Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .container {
4 -webkit-filter: drop-shadow(5px 5px 5px black);
5 }
6 .circle-mask {
7 border-radius: 80px;
8 overflow: hidden;
9 width: 100px;
10 height: 100px;
11 }
12 .green-box {
13 width: 100px;
14 height: 100px;
15 background-color: green;
16 }
17 </style>
18 <div class="container">
19 <div class="circle-mask">
20 <div class="green-box"></div>
21 </div>
22 </div>
OLDNEW
« no previous file with comments | « LayoutTests/css3/filters/effect-drop-shadow-clip-abspos.html ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698