mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 093a97b6ecc6484c201d704d38b47bef1964d59d
This commit is contained in:
parent
16e4eb6964
commit
f9972c83e3
79 changed files with 1530 additions and 824 deletions
|
@ -20,7 +20,8 @@ test_valid_value("stroke-dasharray", "10px");
|
|||
test_valid_value("stroke-dasharray", "20%");
|
||||
test_valid_value("stroke-dasharray", "calc(2em + 3ex)");
|
||||
|
||||
test_valid_value("stroke-dasharray", "10px, 20%, 30px");
|
||||
test_valid_value("stroke-dasharray", "10pt 20% 30pc 40in", "10pt, 20%, 30pc, 40in");
|
||||
test_valid_value("stroke-dasharray", "10vmin, 20vmax, 30em, 40ex");
|
||||
test_valid_value("stroke-dasharray", "0, 5", ["0, 5", "0px, 5px"]); // Edge/Safari serialize numbers as lengths.
|
||||
|
||||
]]></script>
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue