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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 2406723002: 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/compositing/squashing/selection-repaint-with-gaps-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt
index 609d8f787cc865c634f98f1fe1ae4918cf34868c..adfe5549c71c8820e95ea1803ea46c75f5150766 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt
@@ -1,42 +1,36 @@
lorem ipsumlorem ipsumlorem ipsum
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='overlap'",
+ "position": [8, 8],
+ "bounds": [300, 500]
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='item')",
+ "position": [15, 35],
+ "bounds": [100, 210],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
{
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow DIV class='overlap'",
- "position": [8, 8],
- "bounds": [300, 500]
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='item')",
- "position": [15, 35],
- "bounds": [100, 210],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutText #text",
- "rect": [0, 80, 38, 39],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [35, 80, 3, 39],
- "reason": "incremental"
- }
- ]
- }
- ]
+ "object": "LayoutText #text",
+ "rect": [0, 80, 38, 39],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [35, 80, 3, 39],
+ "reason": "incremental"
}
]
}
@@ -77,53 +71,47 @@ lorem ipsumlorem ipsumlorem ipsum
]
}
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='overlap'",
+ "position": [8, 8],
+ "bounds": [300, 500]
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='item')",
+ "position": [15, 35],
+ "bounds": [100, 210],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 80, 39, 39],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 160, 38, 39],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [35, 80, 4, 39],
+ "reason": "incremental"
+ },
{
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow DIV class='overlap'",
- "position": [8, 8],
- "bounds": [300, 500]
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='item')",
- "position": [15, 35],
- "bounds": [100, 210],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutText #text",
- "rect": [0, 80, 39, 39],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [0, 160, 38, 39],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [35, 80, 4, 39],
- "reason": "incremental"
- },
- {
- "object": "LayoutText #text",
- "rect": [35, 160, 3, 39],
- "reason": "incremental"
- }
- ]
- }
- ]
+ "object": "LayoutText #text",
+ "rect": [35, 160, 3, 39],
+ "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698