Index: LayoutTests/fast/block/basic/truncation-rtl.html |
diff --git a/LayoutTests/fast/block/basic/truncation-rtl.html b/LayoutTests/fast/block/basic/truncation-rtl.html |
index 80aa47882dd1823720634a94f6eb1248f31adbb6..18d401c5025a93d9a03aaa95ccf609b1a568f25f 100644 |
--- a/LayoutTests/fast/block/basic/truncation-rtl.html |
+++ b/LayoutTests/fast/block/basic/truncation-rtl.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<html> |
-<body dir=rtl> |
+<body dir=rtl style="overflow: hidden;"> |
<p dir=ltr> |
This test checks for a regression against <i><a href="https://bugs.webkit.org/show_bug.cgi?id=24118">https://bugs.webkit.org/show_bug.cgi?id=24118</a> RTL: Truncation behaves differently than IE/FF/Opera</i>.<br> |
This test passes if the red block below is truncated on the left side. |