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

Unified Diff: LayoutTests/compositing/overflow/nested-render-surfaces-with-intervening-clip.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-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">

Powered by Google App Engine
This is Rietveld 408576698