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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-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/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
index 47e696d4dc33b2584666f13c88422046f9556c19..e9fee5aba28af9a3581b895836fe8c6cdefcd6a7 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
@@ -18,7 +18,7 @@
},
{
"object": "LayoutText #text",
- "rect": [10, 7, 920, 213],
+ "rect": [9, 7, 921, 213],
"reason": "forced by layout"
},
{
@@ -154,12 +154,12 @@
},
{
"object": "LayoutText #text",
- "rect": [210, 7, 920, 213],
+ "rect": [209, 7, 921, 213],
"reason": "bounds change"
},
{
"object": "LayoutText #text",
- "rect": [10, 7, 920, 213],
+ "rect": [9, 7, 921, 213],
"reason": "bounds change"
},
{
@@ -275,7 +275,7 @@
},
{
"object": "LayoutText #text",
- "rect": [-529, 7, 920, 213],
+ "rect": [-530, 7, 921, 213],
"reason": "forced by layout"
},
{
@@ -295,7 +295,7 @@
},
{
"object": "LayoutText #text",
- "rect": [39, 7, 352, 554],
+ "rect": [38, 7, 353, 554],
"reason": "forced by layout"
}
]
@@ -369,12 +369,12 @@
},
{
"object": "LayoutText #text",
- "rect": [439, 7, 352, 554],
+ "rect": [438, 7, 353, 554],
"reason": "forced by layout"
},
{
"object": "LayoutText #text",
- "rect": [39, 7, 352, 554],
+ "rect": [38, 7, 353, 554],
"reason": "forced by layout"
}
]

Powered by Google App Engine
This is Rietveld 408576698