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

Unified Diff: LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt

Issue 542963002: Revert 181400 "Partial revert of r178392" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
index 3850dbbd150bf941076d86f473e1bf2e9f71136b..ecc2a9116455ae2b63d9afe31a92a4ef136fc0eb 100644
--- a/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
+++ b/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
@@ -10,7 +10,13 @@
"bounds": [300, 300],
"children": [
{
- "bounds": [200, 200]
+ "bounds": [200, 200],
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 200, 200],
+ [0, 0, 200, 200],
+ [0, 0, 200, 200]
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698