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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/transform-inline-layered-child-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/transform-inline-layered-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/transform-inline-layered-child-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/transform-inline-layered-child-expected.txt
index 1b44de85c190acd7bf7072092d2af229363f771f..ddd4957be970dc4fb768d3259912a408f360f3ea 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/transform-inline-layered-child-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/transform-inline-layered-child-expected.txt
@@ -12,12 +12,12 @@
"reason": "subtree"
},
{
- "object": "LayoutInline (relative positioned) SPAN id='child'",
- "rect": [139, 359, 151, 181],
+ "object": "LayoutText #text",
+ "rect": [138, 359, 152, 182],
"reason": "subtree"
},
{
- "object": "LayoutText #text",
+ "object": "LayoutInline (relative positioned) SPAN id='child'",
"rect": [139, 359, 151, 181],
"reason": "subtree"
},
@@ -27,13 +27,13 @@
"reason": "subtree"
},
{
- "object": "LayoutInline (relative positioned) SPAN id='child'",
- "rect": [300, 300, 80, 162],
+ "object": "LayoutText #text",
+ "rect": [300, 301, 80, 162],
"reason": "subtree"
},
{
- "object": "LayoutText #text",
- "rect": [300, 301, 80, 161],
+ "object": "LayoutInline (relative positioned) SPAN id='child'",
+ "rect": [300, 300, 80, 162],
"reason": "subtree"
}
]

Powered by Google App Engine
This is Rietveld 408576698