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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-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/line-flow-with-floats-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-expected.txt
index 92e77bdfe6823877da57895e9f19b4a8be30abdc..def1136031a76f9f84aef93c426c93f318fcb1b8 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-expected.txt
@@ -6,10 +6,11 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [420, 180, 1, 59],
[378, 138, 70, 30],
- [368, 80, 52, 119],
- [303, 420, 66, 19],
- [244, 420, 64, 19],
+ [369, 80, 52, 119],
+ [303, 420, 67, 19],
+ [244, 420, 65, 19],
[151, 180, 40, 19],
[134, 360, 131, 19],
[84, 180, 40, 19],
@@ -19,7 +20,7 @@
[14, 420, 355, 79],
[14, 380, 355, 59],
[14, 363, 48, 65],
- [14, 359, 406, 20],
+ [14, 359, 407, 20],
[14, 343, 48, 65],
[14, 239, 406, 20],
[8, 120, 418, 479]

Powered by Google App Engine
This is Rietveld 408576698