mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision d2f5658cb7f7806b2c6adf81ecb7ded82fb85df5
This commit is contained in:
parent
dc8be8f282
commit
145699ccd0
102 changed files with 410 additions and 458 deletions
|
@ -25,6 +25,9 @@ test_computed_value("grid-template-columns", "[a] 1px [b]");
|
|||
test_computed_value("grid-template-columns", "1px repeat(1, 2px) 3px");
|
||||
test_computed_value("grid-template-columns", "1px repeat(auto-fill, 2px) 3px");
|
||||
test_computed_value("grid-template-columns", "1px repeat(auto-fit, 2px) 3px");
|
||||
test_computed_value("grid-template-columns", "1px [a] repeat(1, 2px 3px) [b] 4px");
|
||||
test_computed_value("grid-template-columns", "1px [a] repeat(auto-fill, 2px 3px) [b] 4px");
|
||||
test_computed_value("grid-template-columns", "1px [a] repeat(auto-fit, 2px 3px) [b] 4px");
|
||||
test_computed_value("grid-template-columns", "1px [a] repeat(1, [b] 2px [c]) [d] 3px");
|
||||
test_computed_value("grid-template-columns", "1px [a] repeat(auto-fill, [b] 2px [c]) [d] 3px");
|
||||
test_computed_value("grid-template-columns", "1px [a] repeat(auto-fit, [b] 2px [c]) [d] 3px");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue