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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
index 2dc99db5ed7289af26c153fc59b99dbadd5cc250..743b96da304462413604a3cd58f3c2a56071a33d 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
@@ -1,30 +1,24 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited box'",
+ "bounds": [300, 300]
+ },
+ {
+ "name": "LayoutHTMLCanvas (positioned) CANVAS",
+ "bounds": [200, 200],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited box'",
- "bounds": [300, 300],
- "children": [
- {
- "name": "LayoutHTMLCanvas (positioned) CANVAS",
- "bounds": [200, 200],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutHTMLCanvas (positioned) CANVAS",
- "rect": [0, 0, 200, 200],
- "reason": "layoutObject insertion"
- }
- ]
- }
- ]
+ "object": "LayoutHTMLCanvas (positioned) CANVAS",
+ "rect": [0, 0, 200, 200],
+ "reason": "layoutObject insertion"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698