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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests 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 adfe5549c71c8820e95ea1803ea46c75f5150766..73a47cff1fce7697b1b6905dccb8c71e48e97728 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
@@ -25,12 +25,12 @@ lorem ipsumlorem ipsumlorem ipsum
{
"object": "LayoutText #text",
"rect": [0, 80, 38, 39],
- "reason": "selection"
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [35, 80, 3, 39],
- "reason": "incremental"
+ "rect": [0, 80, 38, 39],
+ "reason": "selection"
}
]
}
@@ -58,15 +58,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "incremental"
+ "reason": "full"
}
]
}
@@ -96,22 +96,22 @@ lorem ipsumlorem ipsumlorem ipsum
{
"object": "LayoutText #text",
"rect": [0, 80, 39, 39],
- "reason": "selection"
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [0, 160, 38, 39],
+ "rect": [0, 80, 39, 39],
"reason": "selection"
},
{
"object": "LayoutText #text",
- "rect": [35, 80, 4, 39],
- "reason": "incremental"
+ "rect": [0, 160, 38, 39],
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "rect": [35, 160, 3, 39],
- "reason": "incremental"
+ "rect": [0, 160, 38, 39],
+ "reason": "selection"
}
]
}
@@ -139,15 +139,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='item2' class='item'",
@@ -171,15 +171,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "incremental"
+ "reason": "full"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "incremental"
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698