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

Side by Side Diff: LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { overflow: hidden; }
4 #rotate { 5 #rotate {
5 width: 1300px; 6 width: 1300px;
6 height: 100px; 7 height: 100px;
7 background-color: purple; 8 background-color: purple;
8 -webkit-transform:rotate(110deg); 9 -webkit-transform:rotate(110deg);
9 border-left: 2px solid red; 10 border-left: 2px solid red;
10 border-top: 2px solid blue; 11 border-top: 2px solid blue;
11 border-right: 2px solid cyan; 12 border-right: 2px solid cyan;
12 border-bottom: 2px solid green; 13 border-bottom: 2px solid green;
13 } 14 }
14 </style> 15 </style>
15 </head> 16 </head>
16 17
17 <body> 18 <body>
18 19
19 <div id="rotate"></div> 20 <div id="rotate"></div>
20 21
21 </body> 22 </body>
22 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698