mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'1d9b01e2fad6af3a057d571b1e088e15fa9bc8e6'
This commit is contained in:
parent
cfef75c99b
commit
bb34f95b33
1683 changed files with 37170 additions and 4252 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Test: system extends fixed</title>
|
||||
<link rel="stylesheet" href="support/test-common.css">
|
||||
<style type="text/css">
|
||||
@counter-style a {
|
||||
system: fixed 3;
|
||||
symbols: "Y" "E" "S";
|
||||
}
|
||||
</style>
|
||||
<ol style="list-style-type: a">
|
||||
<li><li><li><li><li><li>
|
||||
</ol>
|
||||
<br>
|
||||
<ol style="list-style-type: a">
|
||||
<li><li><li><li><li><li>
|
||||
</ol>
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Test: system extends fixed</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#extends-system">
|
||||
<link rel="match" href="system-extends-fixed-ref.html">
|
||||
<link rel="stylesheet" href="support/test-common.css">
|
||||
<style type="text/css">
|
||||
@counter-style a {
|
||||
system: fixed 3;
|
||||
symbols: "Y" "E" "S";
|
||||
}
|
||||
@counter-style b {
|
||||
system: extends a;
|
||||
}
|
||||
</style>
|
||||
<ol style="list-style-type: a">
|
||||
<li><li><li><li><li><li>
|
||||
</ol>
|
||||
<br>
|
||||
<ol style="list-style-type: b">
|
||||
<li><li><li><li><li><li>
|
||||
</ol>
|
Loading…
Add table
Add a link
Reference in a new issue