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

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

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 8f7d7ce1698655bf7b2a8181dd63529435ab0712..c5aefe1912719812751f71be6377edbedd2edabe 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
@@ -18,8 +18,32 @@ lorem ipsumlorem ipsumlorem ipsum
"position": [15, 35],
"bounds": [100, 210],
"drawsContent": true,
- "repaintRects": [
- [0, 80, 38, 39]
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'ipsum'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox 'lorem'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='item1' class='item'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='inline-block'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 80, 38, 39],
+ "reason": "selection"
+ }
]
}
]
@@ -47,9 +71,57 @@ lorem ipsumlorem ipsumlorem ipsum
"position": [15, 35],
"bounds": [100, 210],
"drawsContent": true,
- "repaintRects": [
- [0, 160, 38, 39],
- [0, 80, 39, 39]
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'ipsum'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox 'ipsum'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox 'lorem'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "InlineTextBox 'lorem'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='item1' class='item'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='item2' class='item'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='inline-block'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='inline-block'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 80, 39, 39],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 160, 38, 39],
+ "reason": "selection"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698