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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-text-expected.txt

Issue 2816243004: Adjust visual overflow rect for rounded/shifted ascent/descent (Closed)
Patch Set: Created 3 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/mac/paint/invalidation/multicol-with-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-text-expected.txt
similarity index 54%
rename from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-text-expected.txt
index 2b64904197dbb00b220fffe0a9a2a20a7d176103..31195d20ba48dd5abfd317a17f1da7ffe0e9b2e6 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-text-expected.txt
@@ -8,42 +8,25 @@
"paintInvalidations": [
{
"object": "LayoutMultiColumnFlowThread (anonymous)",
- "rect": [9, 9, 400, 100],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutInline SPAN id='a'",
- "rect": [234, 10, 300, 57],
- "reason": "forced by layout"
+ "rect": [8, 8, 630, 20],
+ "reason": "border box change"
},
{
"object": "LayoutText #text",
- "rect": [234, 15, 50, 50],
- "reason": "layoutObject removal"
+ "rect": [328, 8, 240, 21],
+ "reason": "layoutObject insertion"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutText #text",
- "reason": "layoutObject removal"
- },
- {
"object": "LayoutMultiColumnFlowThread (anonymous)",
- "reason": "forced by layout"
+ "reason": "border box change"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox '\u00A0'",
- "reason": "forced by layout"
+ "reason": "border box change"
},
{
"object": "LayoutBR BR",
@@ -54,11 +37,11 @@
"reason": "forced by layout"
},
{
- "object": "LayoutInline SPAN id='a'",
+ "object": "LayoutBR BR",
"reason": "forced by layout"
},
{
- "object": "InlineFlowBox",
+ "object": "InlineTextBox '\n'",
"reason": "forced by layout"
},
{
@@ -66,7 +49,7 @@
"reason": "layoutObject insertion"
},
{
- "object": "InlineTextBox 'XXXXXX'",
+ "object": "InlineTextBox 'PASS'",
"reason": "layoutObject insertion"
}
]

Powered by Google App Engine
This is Rietveld 408576698