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
.gitignore -rw-r--r-- 9 bytes
304.py -rwxr-xr-x 2.3 KB
access-control-expose-headers-parsing-2.asis -rw-r--r-- 172 bytes
access-control-expose-headers-parsing.asis -rw-r--r-- 142 bytes
cache-304.py -rw-r--r-- 464 bytes
checkandremove.py -rw-r--r-- 171 bytes
cors-cookie.py -rw-r--r-- 670 bytes
cors-headers.asis -rw-r--r-- 739 bytes
cors-makeheader.py -rw-r--r-- 2.2 KB
image-tainting-checker.sub.html -rw-r--r-- 711 bytes
preflight.py -rw-r--r-- 1.2 KB
remote-xhrer.html -rw-r--r-- 753 bytes
status.py -rw-r--r-- 1.2 KB

back to top