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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt

Issue 2402213002: 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/invalidate-descendants-when-receiving-paint-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
index 529e3c666f4decfb6aeab51aff9d9dd0653d83da..49dc263256372861ceb298e9aafe265c35fafd4e 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
@@ -1,59 +1,53 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV",
+ "position": [8, 8],
+ "contentsOpaque": true
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV",
+ "position": [8, 8],
+ "bounds": [784, 52],
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='child'",
+ "rect": [1, 1, 100, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [1, 1, 50, 50],
+ "reason": "subtree"
+ }
+ ]
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DIV id='target')",
+ "position": [9, 9],
+ "bounds": [100, 100],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [8, 8],
- "contentsOpaque": true
+ "object": "LayoutBlockFlow DIV id='child'",
+ "rect": [0, 0, 100, 100],
+ "reason": "subtree"
},
{
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV",
- "position": [8, 8],
- "bounds": [784, 52],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='child'",
- "rect": [1, 1, 100, 100],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [1, 1, 50, 50],
- "reason": "subtree"
- }
- ]
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DIV id='target')",
- "position": [9, 9],
- "bounds": [100, 100],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='child'",
- "rect": [0, 0, 100, 100],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [0, 0, 50, 50],
- "reason": "subtree"
- }
- ]
- }
- ]
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 50, 50],
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698