mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 35450a5d2eb710e579c1554872247fa3eae7b5e9
This commit is contained in:
parent
4ad0fe43ee
commit
5abb5fe693
91 changed files with 1381 additions and 2477 deletions
|
@ -17,6 +17,8 @@ test_computed_value('list-style-type', 'none');
|
|||
test_computed_value('list-style-type', 'disc');
|
||||
test_computed_value('list-style-type', 'circle');
|
||||
test_computed_value('list-style-type', 'square');
|
||||
test_computed_value('list-style-type', 'disclosure-open');
|
||||
test_computed_value('list-style-type', 'disclosure-closed');
|
||||
test_computed_value('list-style-type', 'decimal');
|
||||
test_computed_value('list-style-type', 'decimal-leading-zero');
|
||||
test_computed_value('list-style-type', 'lower-roman');
|
||||
|
|
|
@ -17,6 +17,8 @@ test_valid_value('list-style-type', 'none');
|
|||
test_valid_value('list-style-type', 'disc');
|
||||
test_valid_value('list-style-type', 'circle');
|
||||
test_valid_value('list-style-type', 'square');
|
||||
test_valid_value('list-style-type', 'disclosure-open');
|
||||
test_valid_value('list-style-type', 'disclosure-closed');
|
||||
test_valid_value('list-style-type', 'decimal');
|
||||
test_valid_value('list-style-type', 'decimal-leading-zero');
|
||||
test_valid_value('list-style-type', 'lower-roman');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue