diff options
Diffstat (limited to 'layout/reftests/counter-style/too-long-representation-ref.html')
-rw-r--r-- | layout/reftests/counter-style/too-long-representation-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/too-long-representation-ref.html b/layout/reftests/counter-style/too-long-representation-ref.html new file mode 100644 index 0000000000..9908fe73a3 --- /dev/null +++ b/layout/reftests/counter-style/too-long-representation-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<link rel="stylesheet" href="ref-common.css"> +<div>1000</div> +<div>100. </div> +<div>1000</div> +<div>100. </div> |