Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: LayoutTests/compositing/overflow/nested-render-surfaces.html

Issue 686973002: Remove isUnclippedDescendant. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/overflow/nested-render-surfaces-with-intervening-clip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698