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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/overflow/overflow-stacking.html
diff --git a/LayoutTests/fast/overflow/overflow-stacking.html b/LayoutTests/fast/overflow/overflow-stacking.html
index 2393afa6c2e9c081af4e5162b33e15e20954d459..080042634316825196d1d1d789ab733c98b497d6 100644
--- a/LayoutTests/fast/overflow/overflow-stacking.html
+++ b/LayoutTests/fast/overflow/overflow-stacking.html
@@ -1,5 +1,5 @@
<html>
-<body>
+<body style="overflow: hidden;">
Make sure that overflow:auto/hidden/scroll blocks interleave their background and foreground with other overlapping blocks in the normal flow.
<div style="overflow:auto; width:300px; height:300px; background-color:lime; ">Hello world<br>
@@ -50,4 +50,4 @@ Hello world<br>
Hello world<br>
Hello world<br>
</div>
-<div style="background-color:yellow;width:300px;height:300px; font-size:48px; margin-top:-50px">This text overlaps.</div>
+<div style="background-color:yellow;width:300px;height:300px; font-size:48px; margin-top:-50px">This text overlaps.</div>
« 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