mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision e91d7d8c9a1f14438e44000dcd05ce6e658e4ae5
This commit is contained in:
parent
242e7e2630
commit
1a3fdf7a13
567 changed files with 9823 additions and 2333 deletions
|
@ -15,7 +15,13 @@
|
|||
test_computed_value('font-variation-settings', 'normal');
|
||||
|
||||
test_computed_value('font-variation-settings', '"wght" 700');
|
||||
test_computed_value('font-variation-settings', '"wght" 700, "XHGT" 0.7');
|
||||
test_computed_value('font-variation-settings', '"AB@D" 0.5');
|
||||
|
||||
test_computed_value('font-variation-settings', '"wght" 700, "wght" 500', '"wght" 500',
|
||||
"duplicate values should be removed, keeping the rightmost occurrence.");
|
||||
|
||||
test_computed_value('font-variation-settings', '"wght" 700, "XHGT" 0.7',
|
||||
['"wght" 700, "XHGT" 0.7', '"XHGT" 0.7, "wght" 700']);
|
||||
|
||||
test_computed_value('font-variation-settings', '"XHGT" calc(0.4 + 0.3)', '"XHGT" 0.7');
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue