diff options
Diffstat (limited to 'layout/reftests/counter-style/symbols-function-invalid-ref.html')
-rw-r--r-- | layout/reftests/counter-style/symbols-function-invalid-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/symbols-function-invalid-ref.html b/layout/reftests/counter-style/symbols-function-invalid-ref.html new file mode 100644 index 000000000..a2f2f0107 --- /dev/null +++ b/layout/reftests/counter-style/symbols-function-invalid-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<link rel="stylesheet" href="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> |