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

Side by Side Diff: LayoutTests/compositing/sub-layer-focus-ring.html

Issue 12616003: Merge 144350 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 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/sub-layer-focus-ring-expected.html » ('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 .composited { 5 .composited {
6 -webkit-transform: translateZ(0); 6 -webkit-transform: translateZ(0);
7 } 7 }
8 8
9 .outer { 9 .outer {
10 position: absolute; 10 position: absolute;
(...skipping 21 matching lines...) Expand all
32 <!-- The focus ring parts for the sub-layers should be at correct position, 32 <!-- The focus ring parts for the sub-layers should be at correct position,
33 regardless whether the inner layer is composited. --> 33 regardless whether the inner layer is composited. -->
34 <div class="composited outer"> 34 <div class="composited outer">
35 <div class="outlined"> 35 <div class="outlined">
36 <div class="composited inner"></div> 36 <div class="composited inner"></div>
37 </div> 37 </div>
38 </div> 38 </div>
39 </body> 39 </body>
40 </html> 40 </html>
41 41
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/sub-layer-focus-ring-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698