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

Side by Side Diff: LayoutTests/fast/overflow/overflow-stacking.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 <body> 2 <body style="overflow: hidden;">
3 Make sure that overflow:auto/hidden/scroll blocks interleave their background an d foreground with other overlapping blocks in the normal flow. 3 Make sure that overflow:auto/hidden/scroll blocks interleave their background an d foreground with other overlapping blocks in the normal flow.
4 4
5 <div style="overflow:auto; width:300px; height:300px; background-color:lime; ">H ello world<br> 5 <div style="overflow:auto; width:300px; height:300px; background-color:lime; ">H ello world<br>
6 Hello world<br> 6 Hello world<br>
7 Hello world<br> 7 Hello world<br>
8 Hello world<br> 8 Hello world<br>
9 Hello world<br> 9 Hello world<br>
10 Hello world<br> 10 Hello world<br>
11 Hello world<br> 11 Hello world<br>
12 Hello world<br> 12 Hello world<br>
(...skipping 30 matching lines...) Expand all
43 Hello world<br> 43 Hello world<br>
44 Hello world<br> 44 Hello world<br>
45 Hello world<br> 45 Hello world<br>
46 Hello world<br> 46 Hello world<br>
47 Hello world<br> 47 Hello world<br>
48 Hello world<br> 48 Hello world<br>
49 Hello world<br> 49 Hello world<br>
50 Hello world<br> 50 Hello world<br>
51 Hello world<br> 51 Hello world<br>
52 </div> 52 </div>
53 <div style="background-color:yellow;width:300px;height:300px; font-size:48px; ma rgin-top:-50px">This text overlaps.</div> 53 <div style="background-color:yellow;width:300px;height:300px; font-size:48px; ma rgin-top:-50px">This text overlaps.</div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/overflow-auto-table.html ('k') | LayoutTests/fast/overflow/paged-x-on-root.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698