mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision b'544363de4568baf9ae90d71e4822661edc546650'
This commit is contained in:
parent
4d5a804d03
commit
32cc2e03c4
197 changed files with 3539 additions and 2824 deletions
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Tests animation with tree-scoped names and references</title>
|
||||
|
||||
<style>
|
||||
@counter-style from-counter-style {
|
||||
system: cyclic;
|
||||
symbols: 'X';
|
||||
}
|
||||
|
||||
@counter-style to-counter-style {
|
||||
system: cyclic;
|
||||
symbols: 'O';
|
||||
}
|
||||
|
||||
#target1 {
|
||||
list-style-type: from-counter-style;
|
||||
}
|
||||
|
||||
#target2 {
|
||||
list-style-type: to-counter-style;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ul id="target1">
|
||||
<li>List marker should be X
|
||||
</ul>
|
||||
|
||||
<ul id="target2">
|
||||
<li>List marker should be O
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue