Index: LayoutTests/css2.1/t1508-c527-font-07-b.html |
diff --git a/LayoutTests/css2.1/t1508-c527-font-07-b.html b/LayoutTests/css2.1/t1508-c527-font-07-b.html |
index 7acab71074676605dca7e4638d4005912e7bb8e9..cdf34f3762c524ca48b026b20daa530c96da5a21 100644 |
--- a/LayoutTests/css2.1/t1508-c527-font-07-b.html |
+++ b/LayoutTests/css2.1/t1508-c527-font-07-b.html |
@@ -3,7 +3,7 @@ |
<head> |
<title>CSS 2.1 Test Suite: font</title> |
<style type="text/css"> |
- body {font-size: 12px; color: navy;} |
+ body {font-size: 12px; color: navy; overflow: hidden;} |
.eight {font: italic small-caps 500 150%/1in sans-serif;} |
span.dummy {color: silver;} |
</style> |
@@ -23,4 +23,4 @@ |
text dummy text dummy text dummy text dummy text dummy text </span> |
</p> |
</body> |
-</html> |
+</html> |