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

Unified Diff: LayoutTests/compositing/sticky-compositing-expected.txt

Issue 24210010: Add layout test to verify that compositing is sticky. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « LayoutTests/compositing/sticky-compositing.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/sticky-compositing-expected.txt
diff --git a/LayoutTests/compositing/sticky-compositing-expected.txt b/LayoutTests/compositing/sticky-compositing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4f55d1ad7f49e04cf2ce62e03a6655e10b6813f3
--- /dev/null
+++ b/LayoutTests/compositing/sticky-compositing-expected.txt
@@ -0,0 +1,11 @@
+First layer tree:
+
+Second layer tree:
+
+(GraphicsLayer (bounds 800.00 600.00) (children 1 (GraphicsLayer (bounds 800.00 600.00) (contentsOpaque 1) (drawsContent 1) (children 1 (GraphicsLayer (position 8.00 188.00) (bounds 784.00 20.00) (drawsContent 1) ) ) ) ) )
+
+Third layer tree:
+
ccameron 2013/09/19 23:00:38 This is empty on TOT ... this will be the output w
+(GraphicsLayer (bounds 800.00 600.00) (children 1 (GraphicsLayer (bounds 800.00 600.00) (contentsOpaque 1) (drawsContent 1) ) ) )
+
+
« no previous file with comments | « LayoutTests/compositing/sticky-compositing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698