Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: LayoutTests/css2.1/t1202-counters-09-b-expected.html

Issue 857423003: Convert two counter tests into reftests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retry Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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, &quot;.", 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>

Powered by Google App Engine
This is Rietveld 408576698