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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-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/mac/fast/repaint/remove-inline-after-layout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-after-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-after-layout-expected.txt
index 5cff495e6fbc29c0007f1642be5d1d5f61fd0567..2191f56b649d05564649738b750ba28eabd072ec 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-after-layout-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-after-layout-expected.txt
@@ -10,8 +10,8 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (anonymous)",
- "rect": [8, 108, 784, 208],
- "reason": "invalidate paint rectangle"
+ "rect": [8, 108, 784, 104],
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
@@ -21,80 +21,58 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [292, 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, 194, 4, 18],
+ "reason": "forced by layout"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'This span should disappear.\n'",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'This span should disappear.'",
- "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": "InlineTextBox '\n'",
- "reason": "full"
+ "object": "LayoutBlockFlow (anonymous)",
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "full"
+ "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