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

Unified Diff: LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.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/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.html
diff --git a/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.html b/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.html
index 90de4927ac753a8004c02cf0893d21a3676653e1..702f6e9770f6db907d4da221d9113bf6a0549976 100644
--- a/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.html
+++ b/LayoutTests/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.html
@@ -5,6 +5,7 @@
<head>
<title>CSS Test: Block boxes within inline boxes are affected by positioning</title>
<style type="text/css">
+ body { overflow: hidden; }
#span1
{
background: yellow;
@@ -53,4 +54,4 @@
</span>
</span>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698