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

Unified Diff: LayoutTests/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.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/images/exif-orientation.html ('k') | LayoutTests/fast/inline/long-wrapped-line.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html
diff --git a/LayoutTests/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html b/LayoutTests/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html
index 363b31f264d9581c775b9836a8b1e11bd529062a..572e97eae3e7862758e0d55e61fdec187333349f 100644
--- a/LayoutTests/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html
+++ b/LayoutTests/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html
@@ -4,7 +4,7 @@
'Hello World, And Stuff!' should be aligned 150 pixels to the left of the center.
https://bugs.webkit.org/show_bug.cgi?id=4860-->
</head>
-<body style="width: 800px;">
+<body style="width: 800px; overflow: hidden;">
<div align="center" style="direction: rtl;">
<font style="font-size:24px; font-variant:small-caps;letter-spacing:2px; position:absolute; bottom:10px;">RTL-Center-Aligned</font>
@@ -38,4 +38,4 @@
<font style="font-size:24px; font-variant:small-caps;letter-spacing:2px; position:absolute; bottom:350px;">LTR-No-Aligned</font>
</div>
-</body></html>
+</body></html>
« no previous file with comments | « LayoutTests/fast/images/exif-orientation.html ('k') | LayoutTests/fast/inline/long-wrapped-line.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698