Automatic update from web-platform-tests
Fix inline box positions when RTL and has trailing spaces
This patch fixes inline box positions when the line is in RTL
and has preserved trailing spaces.
Two issues were found for this case:
a. Computes incorrect value for how much the line hangs.
b. When hang is not zero, inline box positions are incorrect.
This patch fixes the issue b.
The issue a is related but does not contribute to the
reported symptom. It should be worked with better trailing
space support and UAX#9 L1 support (crbug.com/316409). TODO
comment added for this issue.
Bug: 1062716
Change-Id: Ie33db517ebc886a724116b594699f8d59751c808
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2156235
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760793}
--
wpt-commits: 44215ed1f182054fdd55a43035b70041b50d61b0
wpt-pr: 23119