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

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

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl 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/win/compositing/squashing/selection-repaint-with-gaps-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt
index 80bc6a9348b576f25dd709b9d3c95b09f019f92b..7cf122b30f57d8510c84920e3b318075a55fa50a 100644
--- a/third_party/WebKit/LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt
@@ -25,12 +25,7 @@ lorem ipsumlorem ipsumlorem ipsum
{
"object": "LayoutText #text",
"rect": [0, 80, 42, 35],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [0, 80, 42, 35],
- "reason": "selection"
+ "reason": "bounds change"
}
]
}
@@ -46,27 +41,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'lorem'",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'ipsum'",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "full"
+ "reason": "bounds change"
}
]
}
@@ -96,22 +79,12 @@ lorem ipsumlorem ipsumlorem ipsum
{
"object": "LayoutText #text",
"rect": [0, 80, 44, 35],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [0, 80, 44, 35],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [0, 160, 42, 35],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [0, 160, 42, 35],
- "reason": "selection"
+ "reason": "bounds change"
}
]
}
@@ -127,27 +100,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'lorem'",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'ipsum'",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='item2' class='item'",
@@ -159,27 +120,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'lorem'",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'ipsum'",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "full"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698