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

Side by Side Diff: LayoutTests/fast/clip/overflow-border-radius-composited-parent.html

Issue 19954010: Clip accelerated descendants of an accelerated layer having border radius and clip overflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding back clipPath condition ommited when rebased Created 7 years, 1 month 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 | « LayoutTests/TestExpectations ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <head> 1 <head>
2 <style> 2 <style>
3 .outer { 3 .outer {
4 border: 10px solid black; 4 border: 10px solid black;
5 border-radius: 100px; 5 border-radius: 100px;
6 overflow: hidden; 6 overflow: hidden;
7 width: 200px; 7 width: 200px;
8 height: 100px; 8 height: 100px;
9 margin: 10px; 9 margin: 10px;
10 display: inline-block 10 display: inline-block;
11 -webkit-transform: translateZ(0);
11 } 12 }
12 .inner { 13 .inner {
13 background: #808080; 14 background: #808080;
14 width: 100%; 15 width: 100%;
15 height: 100%; 16 height: 100%;
16 color: #FFFFFF; 17 color: #FFFFFF;
17 -webkit-transform: rotate(45deg) translateZ(0); 18 -webkit-transform: rotate(45deg) translateZ(0);
18 } 19 }
19 </style> 20 </style>
20 </head> 21 </head>
(...skipping 25 matching lines...) Expand all
46 <div class="inner" style="position: relative;"> 47 <div class="inner" style="position: relative;">
47 relative &gt; relative 48 relative &gt; relative
48 </div> 49 </div>
49 </div> 50 </div>
50 <br> 51 <br>
51 <div class="outer" style="position: relative;"> 52 <div class="outer" style="position: relative;">
52 <div class="inner" style="position: absolute;"> 53 <div class="inner" style="position: absolute;">
53 relative &gt; absolute 54 relative &gt; absolute
54 </div> 55 </div>
55 </div> 56 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698