Index: LayoutTests/compositing/overflow/nested-render-surfaces.html |
diff --git a/LayoutTests/compositing/overflow/nested-render-surfaces.html b/LayoutTests/compositing/overflow/nested-render-surfaces.html |
index 741deb8adc2bdb9b6a0df1a6edbffb961150ad5e..dee9671b369b79b932be9ab49123c377fabd269b 100644 |
--- a/LayoutTests/compositing/overflow/nested-render-surfaces.html |
+++ b/LayoutTests/compositing/overflow/nested-render-surfaces.html |
@@ -41,17 +41,11 @@ |
width: 200px; |
} |
</style> |
-<script src="resources/nested-render-surfaces.js"></script> |
-<script> |
- function setup() { |
- var description = "This test ensures that render surfaces grow to " |
- + "accomodate clip children. If this test is working, you " |
- + "should see that the green box is square."; |
- runTest(description); |
- } |
- window.onload = setup; |
-</script> |
</head> |
+<!-- |
+ This test ensures that render surfaces grow to accomodate clip children. |
+ If this test is working, you should see that the green box is square. |
+--> |
<body> |
<div class="surface"> |
<div class="box"></div> |