diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/CSS2/generated-content/counters-order-000-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/CSS2/generated-content/counters-order-000-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/CSS2/generated-content/counters-order-000-ref.html b/tests/wpt/web-platform-tests/css/CSS2/generated-content/counters-order-000-ref.html new file mode 100644 index 00000000000..341484cf543 --- /dev/null +++ b/tests/wpt/web-platform-tests/css/CSS2/generated-content/counters-order-000-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS Reference</title> +<body> + <p>The following should be identical:</p> + <div>0 1 2 3 4 4 4 4 8 9 10 11 12 12 12 12</div> + <div>0 1 2 3 4 4 4 4 8 9 10 11 12 12 12 12</div> +</body> |