Index: LayoutTests/fast/overflow/hidden-scrollbar-resize.html |
diff --git a/LayoutTests/fast/overflow/hidden-scrollbar-resize.html b/LayoutTests/fast/overflow/hidden-scrollbar-resize.html |
index 364f5dfbe10fe3fe4f53b3df3f2152a2cb507cae..32f42a1d31e4486bffb57f6233b20ba4513cb3a5 100644 |
--- a/LayoutTests/fast/overflow/hidden-scrollbar-resize.html |
+++ b/LayoutTests/fast/overflow/hidden-scrollbar-resize.html |
@@ -1,7 +1,3 @@ |
-<script> |
-if (window.testRunner) |
- testRunner.display(); |
-</script> |
This tests that the scrollbar and resize corner are not visible on an element that has visibility:hidden. |
<div style="overflow: auto; width: 50px; height: 70px; resize: both; visibility: hidden"> |
You |