blob: 6cadfb69e826cce9eac29a309490e5c27e1cc357 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<title>Test reference: content: counter(c, georgian)</title>
<meta charset="utf-8">
<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">
<style>
body { white-space: nowrap; }
</style>
</head>
<body>
<p>The following two lines should look the same:</p>
<div id="test">
ია
იბ
ჵჰშჟთ
</div>
<div>
ია
იბ
ჵჰშჟთ
</div>
</body>
</html>