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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/positioning/negative-rel-position.html
diff --git a/LayoutTests/fast/block/positioning/negative-rel-position.html b/LayoutTests/fast/block/positioning/negative-rel-position.html
index 94b71e2e3e790a243b52da5b6a336dcdf1ec1da9..7f5a44c2a784d826208d233d05863a30b398994b 100644
--- a/LayoutTests/fast/block/positioning/negative-rel-position.html
+++ b/LayoutTests/fast/block/positioning/negative-rel-position.html
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
-<head>
-<style>
+<head>
+<style>
+body { overflow: hidden; }
div {
background-color:lime;
display: block;
@@ -17,4 +18,4 @@ div {
<body>
<div></div>
</body>
-</html>
+</html>
« 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