Update web-platform-tests to revision 35450a5d2eb710e579c1554872247fa3eae7b5e9

This commit is contained in:
WPT Sync Bot 2020-12-04 08:20:12 +00:00
parent 4ad0fe43ee
commit 5abb5fe693
91 changed files with 1381 additions and 2477 deletions

View file

@ -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');

View file

@ -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');