mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue