Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-counter-styles/counter-style-at-rule/descriptor-pad-invalid.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Test: descriptor pad, invalid</title>
<link rel="match" href="descriptor-pad-invalid-ref.html">
<link rel="stylesheet" href="support/test-common.css">
<style type="text/css">
@counter-style a {
system: extends decimal;
pad: 3 "0";
pad: -1 "X";
pad: "#";
pad: 2 0;
}
</style>
<ol style="list-style-type: a">
<li><li><li><li><li>
</ol>