Revision c360ca023dc5c341065de0f2814914b3c6004e4f authored by Koji Ishii on 29 June 2018, 21:50:07 UTC, committed by Blink WPT Bot on 29 June 2018, 21:59:50 UTC
When NGLineBreaker tries to fit items into a line, rounding
errors are hard to avoid. One case is to fit `monospace` font
into a container whose `width` is set by `ch` unit.

Blink computes `ch` units in float, then round to LayoutUnit.
This rounding often prevents the specified number of
characters to fit into the line. All 4 impls pass this test
for `3ch` to `100ch`.

Bug: 636993
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: I9fe68a8bb44820aa15c7eb8c564776688c8320ee
Reviewed-on: https://chromium-review.googlesource.com/1116409
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571642}
1 parent 8b8082f
History
File Mode Size
behaviours
builtins
META.yml -rw-r--r-- 32 bytes

back to top