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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt

Issue 1524913003: Account for total glyph overflow in CachingWordShaper::width (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ace of rebase Created 5 years 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/linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt
index 1ad9dd3d1bfe38eb2bd0c76e6b45295f5b1f58b4..0d7fbf14cd4ce92726180d6b12da798881180d7d 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt
@@ -6,10 +6,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [324, 37, 277, 20],
- [324, 37, 277, 19],
- [162, 37, 278, 20],
- [162, 37, 278, 19]
+ [324, 37, 278, 20],
+ [324, 37, 278, 19],
+ [162, 37, 279, 20],
+ [162, 37, 279, 19]
],
"paintInvalidationClients": [
"LayoutBlockFlow (floating) SPAN",

Powered by Google App Engine
This is Rietveld 408576698