Fix fast/writing-mode/text-combine-line-break.html on Mac
The test was actually passing on Mac, but a 1px difference caused the test to report a failure on difference between -0 and 0. The test started to fail after https://chromium-review.googlesource.com/c/chromium/src/+/1614448 which fixed some vertical-rl issues. Before that, the 1px difference was added in a wrong direction and didn't trigger the -0 vs 0 issue. Add + 1 - 1 to convert -0 to 0. Bug: 968033 Change-Id: Idfd6c047f77193be571219459629c10439004de0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648710Reviewed-by:Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#667158}
Showing
Please register or sign in to comment