diff options
Diffstat (limited to 'layout/reftests/counter-style/descriptor-fallback-invalid.html')
-rw-r--r-- | layout/reftests/counter-style/descriptor-fallback-invalid.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/descriptor-fallback-invalid.html b/layout/reftests/counter-style/descriptor-fallback-invalid.html new file mode 100644 index 000000000..e75cf1906 --- /dev/null +++ b/layout/reftests/counter-style/descriptor-fallback-invalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<link rel="stylesheet" href="test-common.css"> +<style type="text/css"> + @counter-style a { + system: extends upper-alpha; + fallback: decimal-leading-zero; + fallback: decimal cjk-decimal; + fallback: "*"; + } +</style> +<ol start="0" style="list-style-type: a"> + <li><li><li><li><li> +</ol> |