Refine font-size-adjust-computed.html with precision adjustment for from-font tests
The aspect value for font_size_adjust can vary slightly depending on
font configurations. We initially fixed this by rounding the adjusted
font size, but font-size-adjust-computed.html still wasn't happy.
This update reverts the previous change and applies
assert_approx_equals with a 0.00001 delta to the failing tests instead.
Bug: 346773492
Change-Id: Ie18a79e877b1c9ec1bbec38a899d77c15bcc22d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5799249
Reviewed-by: Dominik Röttsches drott@chromium.org
Commit-Queue: ChangSeok Oh changseok.oh@bytedance.com
Cr-Commit-Position: refs/heads/main@{#1350393}