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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-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/platform/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt
index 5df9570aff42f4d56dbb45f9dfc38d5686393d3e..1075c407305c2190467457cd2f551f0047bcf261 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt
@@ -1,7 +1,5 @@
{
- "name": "Content Root Layer",
- "bounds": [1418, 1008],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [1418, 1008],
@@ -23,51 +21,47 @@
"rect": [8, 63, 769, 55],
"reason": "bounds change"
}
- ],
- "children": [
+ ]
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV",
+ "position": [8, 8],
+ "bounds": [1000, 1000]
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='mv-tile')",
+ "position": [8, 8],
+ "bounds": [1000, 105],
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
+ "rect": [0, 110, 1000, 50],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
+ "rect": [0, 55, 1000, 50],
+ "reason": "compositing update"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
+ "rect": [0, 55, 100, 50],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
+ "rect": [0, 0, 100, 50],
+ "reason": "forced by layout"
+ },
{
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [8, 8],
- "bounds": [1000, 1000]
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='mv-tile')",
- "position": [8, 8],
- "bounds": [1000, 105],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 110, 1000, 50],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 55, 1000, 50],
- "reason": "compositing update"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 55, 100, 50],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 0, 100, 50],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
- "rect": [0, 0, 100, 50],
- "reason": "layoutObject removal"
- }
- ]
- }
- ]
+ "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
+ "rect": [0, 0, 100, 50],
+ "reason": "layoutObject removal"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698