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

Side by Side Diff: LayoutTests/compositing/geometry/clip-with-shadow.html

Issue 17894005: Merge 152980 "CSS clip should not be considered when clamping fo..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1547/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/clip-with-shadow-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- Test CSS clip and shadow with composited layers. Left and right sides 3 <!-- Test CSS clip and shadow with composited layers. Left and right sides
4 should have the same shape. In old code where this caused a bug, 4 should have the same shape. In old code where this caused a bug,
5 crbug.com/246728, shadows cause a slightly different code path than 5 crbug.com/246728, shadows cause a slightly different code path than
6 clip.html without shadow. In this test, the clip is still larger than the 6 clip.html without shadow. In this test, the clip is still larger than the
7 shadow's extent; The composited layer should not clamp to the shadow's 7 shadow's extent; The composited layer should not clamp to the shadow's
8 extent (1 pixel), it should include the full extent of the clip as well (5 8 extent (1 pixel), it should include the full extent of the clip as well (5
9 pixels). --> 9 pixels). -->
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <div class="box" style="left: 220px;"> 65 <div class="box" style="left: 220px;">
66 <div class="composited inner"> 66 <div class="composited inner">
67 </div> 67 </div>
68 </div> 68 </div>
69 69
70 <pre id="layers"> 70 <pre id="layers">
71 <!-- In DRT, layer tree goes here. --> 71 <!-- In DRT, layer tree goes here. -->
72 </pre> 72 </pre>
73 </body> 73 </body>
74 </html> 74 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/clip-with-shadow-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698