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

Unified Diff: LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt

Issue 63943006: Re-enable solid background color optimization for composited layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add window.internals.forceCompositingUpdate(document) to webgl test to avoid flaky Created 7 years, 1 month 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/layer-creation/overlap-animation-container-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt b/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
index 4305e9e0ca536046cdd2ac751d8acf23ee69040e..86c82a5d9014df100f58e879a3ec2823260f33af 100644
--- a/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
@@ -10,8 +10,6 @@ Before:
(GraphicsLayer
(position 17.00 119.00)
(bounds 102.00 102.00)
- (drawsContent 1)
- (backgroundColor #0000FF)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
)
(GraphicsLayer
@@ -23,8 +21,6 @@ Before:
(GraphicsLayer
(position 21.00 11.00)
(bounds 102.00 102.00)
- (drawsContent 1)
- (backgroundColor #808080)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00])
)
)
@@ -32,8 +28,6 @@ Before:
(GraphicsLayer
(position 17.00 691.00)
(bounds 102.00 102.00)
- (drawsContent 1)
- (backgroundColor #FFFF00)
)
)
)
@@ -52,8 +46,6 @@ After:
(GraphicsLayer
(position 17.00 119.00)
(bounds 102.00 102.00)
- (drawsContent 1)
- (backgroundColor #0000FF)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
)
(GraphicsLayer
@@ -65,8 +57,6 @@ After:
(GraphicsLayer
(position 11.00 11.00)
(bounds 102.00 102.00)
- (drawsContent 1)
- (backgroundColor #808080)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00])
)
(GraphicsLayer
@@ -94,8 +84,6 @@ After:
(GraphicsLayer
(position 17.00 691.00)
(bounds 102.00 102.00)
- (drawsContent 1)
- (backgroundColor #FFFF00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698