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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-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-abspos-in-relpos-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/change-text-content-and-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt
similarity index 50%
copy from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/change-text-content-and-background-color-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt
index 3ab36ae6ccc03f100dbf22a05923cb25bf1ac104..d62e8b548f7fb686c5040ff4b77d21ed4448e649 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/change-text-content-and-background-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt
@@ -7,8 +7,13 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutTextControl (positioned) INPUT id='input'",
- "rect": [8, 8, 244, 68],
+ "object": "LayoutText #text",
+ "rect": [508, 27, 80, 22],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "rect": [508, 28, 80, 20],
"reason": "style change"
}
]
@@ -16,24 +21,20 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutTextControl (positioned) INPUT id='input'",
+ "object": "LayoutBlockFlow (positioned) DIV id='target'",
"reason": "style change"
},
{
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "reason": "forced by layout"
- },
- {
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "style change"
},
{
"object": "LayoutText #text",
- "reason": "full"
+ "reason": "style change"
},
{
- "object": "InlineTextBox 'NEW'",
- "reason": "full"
+ "object": "InlineTextBox 'PASS'",
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698