Index: LayoutTests/css2.1/t1202-counters-09-b-expected.html |
diff --git a/LayoutTests/css2.1/t1202-counters-09-b-expected.html b/LayoutTests/css2.1/t1202-counters-09-b-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3229434f01aba63d264077ba87eeb99323146590 |
--- /dev/null |
+++ b/LayoutTests/css2.1/t1202-counters-09-b-expected.html |
@@ -0,0 +1,111 @@ |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
+<html> |
+ <head> |
+ <title>CSS 2.1 Test Suite: content: counters(c, ".", georgian)</title> |
+ <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"> |
+ <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"> |
+ <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"> |
+ <meta http-equiv="Content-Style-Type" content="text/css"></meta> |
+ <style type="text/css"> |
+ |
+ body { white-space: nowrap; overflow: hidden; } |
+ |
+ |
+ body, #test span:first-child { counter-reset: c; } |
+ p, #test span { counter-increment: c; } |
+ #test span:before { content: counters(c, ".", georgian); } |
+ |
+ </style> |
+ </head> |
+ <body> |
+ |
+ <p>The following two lines should look the same:</p> |
+ |
+ <div id="test"> |
+ ა.ა |
+ ა.ბ |
+ ა.გ |
+ ა.დ |
+ ა.ე |
+ ა.ვ |
+ ა.ზ |
+ ა.ჱ |
+ ა.თ |
+ ა.ი |
+ ა.ია |
+ ა.იბ |
+ ა.კ |
+ ა.ლ |
+ ა.მ |
+ ა.ნ |
+ ა.ჲ |
+ ა.ო |
+ ა.პ |
+ ა.ჟ |
+ ა.რ |
+ ა.ს |
+ ა.ტ |
+ ა.ჳ |
+ ა.ფ |
+ ა.ქ |
+ ა.ღ |
+ ა.ყ |
+ ა.შ |
+ ა.ჩ |
+ ა.ც |
+ ა.ძ |
+ ა.წ |
+ ა.ჭ |
+ ა.ხ |
+ ა.ჴ |
+ ა.ჯ |
+ ა.ჰ |
+ ა.ჵ |
+ ა.ჵჰშჟთ |
+ </div> |
+ |
+ <div> |
+ ა.ა |
+ ა.ბ |
+ ა.გ |
+ ა.დ |
+ ა.ე |
+ ა.ვ |
+ ა.ზ |
+ ა.ჱ |
+ ა.თ |
+ ა.ი |
+ ა.ია |
+ ა.იბ |
+ ა.კ |
+ ა.ლ |
+ ა.მ |
+ ა.ნ |
+ ა.ჲ |
+ ა.ო |
+ ა.პ |
+ ა.ჟ |
+ ა.რ |
+ ა.ს |
+ ა.ტ |
+ ა.ჳ |
+ ა.ფ |
+ ა.ქ |
+ ა.ღ |
+ ა.ყ |
+ ა.შ |
+ ა.ჩ |
+ ა.ც |
+ ა.ძ |
+ ა.წ |
+ ა.ჭ |
+ ა.ხ |
+ ა.ჴ |
+ ა.ჯ |
+ ა.ჰ |
+ ა.ჵ |
+ ა.ჵჰშჟთ |
+ </div> |
+ |
+ </body> |
+</html> |