mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 2d68590d46a990bf28a08d6384a59962d2e56bf6
This commit is contained in:
parent
bc03d32142
commit
ad4cc3691e
135 changed files with 1613 additions and 341 deletions
|
@ -101,6 +101,12 @@ test_computed_value('<length>', '14em', '140px');
|
|||
test_computed_value('<length>', '15vmin', length_ref('15vmin'));
|
||||
test_computed_value('<length>', 'calc(16px - 7em + 10vh)', length_ref('calc(10vh - 54px)'));
|
||||
|
||||
test_computed_value('<length>', '1in', '96px');
|
||||
test_computed_value('<length>', '2.54cm', '96px');
|
||||
test_computed_value('<length>', '25.4mm', '96px');
|
||||
test_computed_value('<length>', '6pc', '96px');
|
||||
test_computed_value('<length>', '72pt', '96px');
|
||||
|
||||
test_computed_value('<length-percentage>', '17em', '170px');
|
||||
test_computed_value('<length-percentage>', '18%', '18%');
|
||||
test_computed_value('<length-percentage>', 'calc(19em - 2%)', 'calc(-2% + 190px)');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue