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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/sub-pixel-root-layer.html

Issue 2859483004: Revert of Don't pass subpixel offsets through non-translation transforms (Closed)
Patch Set: Created 3 years, 7 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 | third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform.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 #list { 5 #list {
6 width: 639px; 6 width: 639px;
7 } 7 }
8 .item { 8 .item {
9 width: 256px; 9 width: 256px;
10 margin: 8px auto; 10 margin: 8px auto;
11 } 11 }
12 .icon { 12 .icon {
13 display: block; 13 display: block;
14 width: 256px; 14 width: 256px;
15 height: 256px; 15 height: 256px;
16 border: 1px solid red; 16 border: 1px solid red;
17 background-color: red; 17 background-color: red;
18 } 18 }
19 #layer { 19 #layer {
20 position: relative; 20 position: relative;
21 top: -258px; 21 top: -258px;
22 width: 256px; 22 width: 256px;
23 height: 256px; 23 height: 256px;
24 background: green; 24 background: green;
25 border: 1px solid black; 25 border: 1px solid black;
26 } 26 }
27 </style> 27 </style>
28 </head> 28 </head>
29 <body> 29 <body>
30 <div id="list"> 30 <div id="list">
31 <div class="item"> 31 <div class="item"><img class="icon" style="transform: scaleX(-1);">
32 <img class="icon">
33 <div id="layer"></div> 32 <div id="layer"></div>
34 </div> 33 </div>
35 </div> 34 </div>
36 </body> 35 </body>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698