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

Unified Diff: LayoutTests/compositing/visibility/visibility-on-distant-descendant.html

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/visibility/visibility-on-distant-descendant.html
diff --git a/LayoutTests/compositing/visibility/visibility-on-distant-descendant.html b/LayoutTests/compositing/visibility/visibility-on-distant-descendant.html
index d1ffef19142f0f5aea444a0fd940a5524296f498..2cd92590c95899982f22103bff4d14cac835f6ba 100644
--- a/LayoutTests/compositing/visibility/visibility-on-distant-descendant.html
+++ b/LayoutTests/compositing/visibility/visibility-on-distant-descendant.html
@@ -43,14 +43,14 @@
<body>
<!--
https://bugs.webkit.org/show_bug.cgi?id=108118
- (Note: CompositedLayerMapping was formerly known as RenderLayerBacking)
+ (Note: CompositedLayerMapping was formerly known as LayerBacking)
The boolean check CompositedLayerMapping::hasVisibleNonCompositingDescendant()
was actually not checking for visible content beyond children layers. As a
result, composited layers sometimes did not see that they actually have
- visible content in a descendant RenderLayer. This test recreates that
+ visible content in a descendant Layer. This test recreates that
scenario by using visibility:hidden stacking contexts to create a deeper
- hierarchy of RenderLayers within on composited layer.
+ hierarchy of Layers within on composited layer.
The green box should be visible, hiding the red box.
-->

Powered by Google App Engine
This is Rietveld 408576698