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

Unified Diff: LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.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-rotation.html
diff --git a/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html b/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html
index 4babad7f1385fc7e16e31ae01c4af75a3fb38211..d40978813f16e14185a40620d6be58c33098303d 100644
--- a/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html
+++ b/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html
@@ -49,22 +49,15 @@
transform: translateZ(0) rotate(-9deg);
}
</style>
-<script src="resources/nested-render-surfaces.js"></script>
-<script>
- function setup() {
- var description = "This test ensures that clipping works correctly "
- + "with clip children, even if there are rotations involved.\n"
- + "if this test is working correctly, all rects should be "
- + "clipped by their containing overflow scrolling divs (the\n"
- + "fixed position element will have the outer 'counter "
- + "rotate' div as its containing block due to the rotation,\n"
- + "not the viewport, and will therefore get clipped by the "
- + "outer overflow scrolling div, but not the inner.";
- runTest(description);
- }
- window.onload = setup;
-</script>
</head>
+<!--
+This test ensures that clipping works correctly with clip children, even if
+there are rotations involved. if this test is working correctly, all rects
+should be clipped by their containing overflow scrolling divs (the fixed
+position element will have the outer 'counter rotate' div as its containing
+block due to the rotation, not the viewport, and will therefore get clipped by
+the outer overflow scrolling div, but not the inner.
+-->
<body>
<div class="rotated">
<div class="surface">

Powered by Google App Engine
This is Rietveld 408576698