mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
Changes ```word-spacing``` to resolve percentages against the computed ```font-size```, instead of the size of a space. Testing: ```tests/wpt/tests/css/css-text/word-spacing/word-spacing-percent-001.html``` is now passing Fixes: #43997 --------- Signed-off-by: Sabb <sarafaabbas@gmail.com>