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

Unified Diff: LayoutTests/compositing/visibility/layer-visible-content-expected.txt

Issue 9342003: Merge 106459 - Fix the semantics of passing contentsVisible flag to GraphicsLayers (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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/layer-visible-content-expected.txt
===================================================================
--- LayoutTests/compositing/visibility/layer-visible-content-expected.txt (revision 106839)
+++ LayoutTests/compositing/visibility/layer-visible-content-expected.txt (working copy)
@@ -3,11 +3,10 @@
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
- (children 1
+ (children 2
(GraphicsLayer
(bounds 200.00 200.00)
(drawsContent 1)
- (contentsVisible 0)
(children 1
(GraphicsLayer
(bounds 200.00 200.00)
@@ -19,6 +18,11 @@
)
)
)
+ (GraphicsLayer
+ (bounds 800.00 16.00)
+ (opacity 0.00)
+ (drawsContent 1)
+ )
)
)
)
« no previous file with comments | « LayoutTests/compositing/visibility/layer-visible-content.html ('k') | LayoutTests/platform/chromium/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698