Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / overflow / nested-render-surfaces.html
index 741deb8..dee9671 100644 (file)
         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>