Index: LayoutTests/fast/css/text-overflow-ellipsis.html |
diff --git a/LayoutTests/fast/css/text-overflow-ellipsis.html b/LayoutTests/fast/css/text-overflow-ellipsis.html |
index 5770ed5ace262bcff0d56f8baaac037ae653adab..63e53f5c2ca89ff1c995c93dea71f575a40a07e3 100644 |
--- a/LayoutTests/fast/css/text-overflow-ellipsis.html |
+++ b/LayoutTests/fast/css/text-overflow-ellipsis.html |
@@ -1,6 +1,7 @@ |
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=utf8"> |
<head> |
<style> |
+body { overflow: hidden; } |
.testDiv { |
width: 180px; |
height: 20px; |
@@ -91,4 +92,4 @@ LTR link with forced rtl content: |
Lorem ipsum dolor sit amet, consectetur adipiscing |
</span> |
</a> |
-</div> |
+</div> |