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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped.html

Issue 9599025: Merge 109060 - RenderLayer ClipRect not accounting for transforms (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.png » ('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 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 div { 5 div {
6 width: 100px; 6 width: 100px;
7 height: 100px; 7 height: 100px;
8 } 8 }
9 9
10 .composited { 10 .composited {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <div class="container clips"> 68 <div class="container clips">
69 <div class="under composited"></div> 69 <div class="under composited"></div>
70 <div class="over"></div> 70 <div class="over"></div>
71 </div> 71 </div>
72 72
73 <pre id="layertree"></pre> 73 <pre id="layertree"></pre>
74 74
75 </body> 75 </body>
76 76
77 </html> 77 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698