diff options
Diffstat (limited to 'layout/reftests/counter-style/system-alphabetic.html')
-rw-r--r-- | layout/reftests/counter-style/system-alphabetic.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/system-alphabetic.html b/layout/reftests/counter-style/system-alphabetic.html new file mode 100644 index 000000000..25b2c49b5 --- /dev/null +++ b/layout/reftests/counter-style/system-alphabetic.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<link rel="stylesheet" href="test-common.css"> +<style type="text/css"> + @counter-style a { + system: alphabetic; + symbols: \26AA \26AB; + suffix: ''; + } +</style> +<ol start="-2" style="list-style-type: a"> + <li><li><li><li><li> + <li><li><li><li><li> +</ol> |