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
BlobURL
FileReader
blob
file
filelist-section
reading-data-section
support
url
FileReaderSync.worker.js -rw-r--r-- 1.4 KB
META.yml -rw-r--r-- 79 bytes
fileReader.html -rw-r--r-- 2.5 KB
historical.https.html -rw-r--r-- 2.2 KB
idlharness-manual.html -rw-r--r-- 1.9 KB
idlharness.html -rw-r--r-- 1.6 KB
idlharness.worker.js -rw-r--r-- 967 bytes
progress-manual.html -rw-r--r-- 1.6 KB
unicode.html -rw-r--r-- 1.7 KB

back to top