mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision b'b6f6bf16fe6069aed53d28af86a79b8ff4963844'
This commit is contained in:
parent
0720f4f736
commit
8bfdc02dd8
590 changed files with 11442 additions and 3709 deletions
|
@ -15,3 +15,9 @@
|
|||
<div>‡</div>
|
||||
<div>†</div>
|
||||
<div>‡</div>
|
||||
<!-- list-style-type: c -->
|
||||
<div>‡</div>
|
||||
<div>•</div>
|
||||
<div>‣</div>
|
||||
<div>‡</div>
|
||||
<div>•</div>
|
||||
|
|
|
@ -16,6 +16,11 @@
|
|||
symbols: \2020 \2021;
|
||||
suffix: "";
|
||||
}
|
||||
@counter-style c {
|
||||
system: cyclic;
|
||||
symbols: \2021 \2022 \2023;
|
||||
suffix: "";
|
||||
}
|
||||
</style>
|
||||
<ol start="-2" style="list-style-type: a">
|
||||
<li><li><li><li><li>
|
||||
|
@ -23,3 +28,6 @@
|
|||
<ol start="-2" style="list-style-type: b">
|
||||
<li><li><li><li><li>
|
||||
</ol>
|
||||
<ol start="-2" style="list-style-type: c">
|
||||
<li><li><li><li><li>
|
||||
</ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue