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

Unified Diff: LayoutTests/css2.1/t1202-counter-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
« no previous file with comments | « no previous file | LayoutTests/css2.1/t1202-counters-09-b-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css2.1/t1202-counter-09-b-expected.html
diff --git a/LayoutTests/css2.1/t1202-counter-09-b-expected.html b/LayoutTests/css2.1/t1202-counter-09-b-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f3b9992735144ae6d47341065391b34e9c117ae1
--- /dev/null
+++ b/LayoutTests/css2.1/t1202-counter-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: counter(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; }
+
+
+ #test { counter-reset: c; }
+ #test span { counter-increment: c; }
+ #test span:before { content: counter(c, georgian); }
+
+ </style>
+ </head>
+ <body>
+
+ <p>The following two lines should look the same:</p>
+
+ <div id="test">
+ ა
+ ბ
+ გ
+ დ
+ ე
+ ვ
+ ზ
+ ჱ
+ თ
+ ი
+ ია
+ იბ
+ კ
+ ლ
+ მ
+ ნ
+ ჲ
+ ო
+ პ
+ ჟ
+ რ
+ ს
+ ტ
+ ჳ
+ ფ
+ ქ
+ ღ
+ ყ
+ შ
+ ჩ
+ ც
+ ძ
+ წ
+ ჭ
+ ხ
+ ჴ
+ ჯ
+ ჰ
+ ჵ
+ ჵჰშჟთ
+ </div>
+
+ <div>
+ ა
+ ბ
+ გ
+ დ
+ ე
+ ვ
+ ზ
+ ჱ
+ თ
+ ი
+ ია
+ იბ
+ კ
+ ლ
+ მ
+ ნ
+ ჲ
+ ო
+ პ
+ ჟ
+ რ
+ ს
+ ტ
+ ჳ
+ ფ
+ ქ
+ ღ
+ ყ
+ შ
+ ჩ
+ ც
+ ძ
+ წ
+ ჭ
+ ხ
+ ჴ
+ ჯ
+ ჰ
+ ჵ
+ ჵჰშჟთ
+ </div>
+
+ </body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/css2.1/t1202-counters-09-b-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698