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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-clip-change-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/outline-clip-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-clip-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-clip-change-expected.txt
index 2c4bfa9edf89fb7fc03378281a8c983a85296bc9..c93e167dd0bfa2aed642a801ba8cfb8ee11d44d6 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-clip-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-clip-change-expected.txt
@@ -6,8 +6,8 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [48, 108, 81, 20],
- [48, 108, 81, 19],
+ [48, 108, 82, 20],
+ [48, 108, 82, 19],
[43, 103, 91, 30]
],
"paintInvalidationClients": [

Powered by Google App Engine
This is Rietveld 408576698