diff options
Diffstat (limited to 'layout/reftests/counter-style/system-extends-invalid-ref.html')
-rw-r--r-- | layout/reftests/counter-style/system-extends-invalid-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/system-extends-invalid-ref.html b/layout/reftests/counter-style/system-extends-invalid-ref.html new file mode 100644 index 000000000..23c5589f9 --- /dev/null +++ b/layout/reftests/counter-style/system-extends-invalid-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<link rel="stylesheet" href="test-common.css"> +<link rel="stylesheet" href="ref-common.css"> +<style type="text/css"> + ol { + list-style: decimal inside; + } +</style> +<div>a1b</div> +<div>2b</div> +<div>c3. </div> +<div>d4. </div> +<div>e5. </div> +<ol start="6"> + <li>foo<li>bar +</ol> |