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
certs
ci
docker
gitignore
lint
manifest
pywebsocket
runner
scripts
serve
third_party
webdriver
wpt
wptrunner
wptserve
.coveragerc -rw-r--r-- 333 bytes
.gitattributes -rw-r--r-- 26 bytes
.gitignore -rw-r--r-- 114 bytes
.gitmodules -rw-r--r-- 371 bytes
META.yml -rw-r--r-- 47 bytes
__init__.py -rw-r--r-- 54 bytes
appveyor.yml -rw-r--r-- 770 bytes
conftest.py -rw-r--r-- 481 bytes
localpaths.py -rw-r--r-- 902 bytes
pytest.ini -rw-r--r-- 110 bytes
tox.ini -rw-r--r-- 1.6 KB

back to top