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> |