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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-layer-after-layout-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/fast/repaint/remove-inline-layer-after-layout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-layer-after-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-layer-after-layout-expected.txt
index e469c926b7cacde21246177cafb1d45b7794d7d6..2a8f4fac2195ce94ad78627c4c1fb24037cd850f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-layer-after-layout-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-layer-after-layout-expected.txt
@@ -10,8 +10,8 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (anonymous)",
- "rect": [8, 108, 784, 104],
- "reason": "invalidate paint rectangle"
+ "rect": [8, 108, 784, 105],
+ "reason": "forced by layout"
},
{
"object": "LayoutInline SPAN id='target'",
@@ -26,80 +26,58 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [282, 108, 101, 100],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV",
"rect": [112, 108, 100, 100],
- "reason": "bounds change"
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 108, 100, 100],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [108, 193, 4, 19],
+ "reason": "forced by layout"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'This span should disappear.\n'",
- "reason": "full"
- },
- {
- "object": "InlineFlowBox",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'This span should disappear.\n'",
- "reason": "full"
- },
- {
"object": "LayoutText #text",
"reason": "layoutObject removal"
},
{
- "object": "InlineFlowBox",
- "reason": "full"
- },
- {
"object": "LayoutInline SPAN id='target'",
"reason": "layoutObject removal"
},
{
- "object": "InlineBox",
- "reason": "full"
+ "object": "LayoutBlockFlow (anonymous)",
+ "reason": "forced by layout"
},
{
- "object": "InlineTextBox '\n'",
- "reason": "full"
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
},
{
- "object": "InlineBox",
- "reason": "full"
+ "object": "LayoutBlockFlow DIV",
+ "reason": "forced by layout"
},
{
- "object": "RootInlineBox",
- "reason": "full"
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow (anonymous)",
- "reason": "invalidate paint rectangle"
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698