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

Side by Side Diff: LayoutTests/fast/block/positioning/negative-rel-position.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { overflow: hidden; }
5 div { 6 div {
6 background-color:lime; 7 background-color:lime;
7 display: block; 8 display: block;
8 padding: 10px; 9 padding: 10px;
9 position: relative; 10 position: relative;
10 left: -430px; 11 left: -430px;
11 width: 860px; 12 width: 860px;
12 height:100px; 13 height:100px;
13 margin-left: 50%; 14 margin-left: 50%;
14 } 15 }
15 </style> 16 </style>
16 </head> 17 </head>
17 <body> 18 <body>
18 <div></div> 19 <div></div>
19 </body> 20 </body>
20 </html> 21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/positioning/auto/vertical-rl/007.html ('k') | LayoutTests/fast/borders/border-image-massive-scale.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698