Index: LayoutTests/compositing/overflow/nested-render-surfaces-with-intervening-clip.html |
diff --git a/LayoutTests/compositing/overflow/nested-render-surfaces-with-intervening-clip.html b/LayoutTests/compositing/overflow/nested-render-surfaces-with-intervening-clip.html |
index f3374b057c430784545eefb818d8ad259c187f73..d93b799ffdfe7f5ca48376277d09eecdff71de09 100644 |
--- a/LayoutTests/compositing/overflow/nested-render-surfaces-with-intervening-clip.html |
+++ b/LayoutTests/compositing/overflow/nested-render-surfaces-with-intervening-clip.html |
@@ -47,18 +47,12 @@ |
height: 300px; |
} |
</style> |
-<script src="resources/nested-render-surfaces.js"></script> |
-<script> |
- function setup() { |
- var description = "This test ensures that clip children correctly " |
- + "ignore clips established by layers between the clip parent " |
- + "and itself. If the test is working correctly, the green " |
- + "box should be a square."; |
- runTest(description); |
- } |
- window.onload = setup; |
-</script> |
</head> |
+<!-- |
+This test ensures that clip children correctly ignore clips established by |
+layers between the clip parent and itself. If the test is working correctly, |
+the green box should be a square. |
+--> |
<body> |
<div class="clipping-layer"> |
<div class="surface"> |