[css-flex] Fix some tests that fail only on wpt, not run_web_tests.py
These used some full-width characters that wpt doesn't have a font for. As a result, the sizes of the containing blocks that had been calculated to align with the text is misaligned on wpt. I replaced the characters with inline-blocks with fixed width and height. I tried using an mplus web font available in wpt but couldn't find a way to determine the size of the characters that I could use to derive the size of the blocks. Using fixed width/height blocks is more robust anyway. https://wpt.fyi/results/css/css-flexbox?label=experimental&label=master&aligned&q=css-flexbox-row Change-Id: I3e9484029c9e275c4dcc23dda967d2a166e44da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548681Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#829255}
Showing
Please register or sign in to comment