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

Side by Side Diff: LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 | « LayoutTests/fast/replaced/005.html ('k') | LayoutTests/fast/table/034.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 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 <html> 3 <html>
4 <head> 4 <head>
5 <style> 5 <style>
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 zoom: 0.9; 8 zoom: 0.9;
9 -webkit-transform: scale(40); 9 -webkit-transform: scale(40);
10 -webkit-transform-origin: 0 0; 10 -webkit-transform-origin: 0 0;
11 overflow: hidden;
11 } 12 }
12 13
13 .container { 14 .container {
14 position: absolute; 15 position: absolute;
15 top: 0px; 16 top: 0px;
16 left: 0px; 17 left: 0px;
17 width: 16px; 18 width: 16px;
18 height: 16px; 19 height: 16px;
19 } 20 }
20 21
(...skipping 10 matching lines...) Expand all
31 .rotated > div { 32 .rotated > div {
32 background-color: green !important; 33 background-color: green !important;
33 -webkit-transform: rotateZ(0); 34 -webkit-transform: rotateZ(0);
34 } 35 }
35 </style> 36 </style>
36 </head> 37 </head>
37 <body> 38 <body>
38 <div class="container"><div></div></div> 39 <div class="container"><div></div></div>
39 <div class="container rotated"><div></div></div> 40 <div class="container rotated"><div></div></div>
40 </body> 41 </body>
41 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/replaced/005.html ('k') | LayoutTests/fast/table/034.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698