Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'

This commit is contained in:
WPT Sync Bot 2022-11-10 01:22:36 +00:00
parent ace9b32b1c
commit df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions

View file

@ -24,4 +24,7 @@ test_invalid_symbols('');
test_invalid_symbols('initial "X" "X"');
test_invalid_symbols('inherit "X" "X"');
test_invalid_symbols('unset "X" "X"');
test_invalid_symbols('default "X"');
test_invalid_symbols('revert "X"');
test_invalid_symbols('revert-layer "X"');
</script>

View file

@ -7,6 +7,7 @@
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-numeric'>
<link rel='match' href='css3-counter-styles-138-ref.html'>
<meta name="assert" content="list-style-type: mongolian produces numbers after 9 per the spec.">
<meta name=fuzzy content="maxDifference=0-255;totalPixels=0-240">
<style type='text/css'>
ol li { list-style-type: mongolian; }
/* the following CSS is not part of the test */