mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
14 lines
390 B
HTML
14 lines
390 B
HTML
<!DOCTYPE html>
|
|
<meta charset="UTF-8">
|
|
<title>CSS Reference: symbols function, invalid</title>
|
|
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
|
|
<link rel="stylesheet" href="support/test-common.css">
|
|
<style type="text/css">
|
|
.invalid {
|
|
list-style-type: lower-greek;
|
|
}
|
|
</style>
|
|
<ol start="-2" class="invalid">
|
|
<li><li><li><li><li>
|
|
<li><li><li><li><li>
|
|
</ol>
|