summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/text/text-transform-bicameral-022-ref.xht
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/text/text-transform-bicameral-022-ref.xht')
-rw-r--r--testing/web-platform/tests/css/CSS2/text/text-transform-bicameral-022-ref.xht66
1 files changed, 66 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/text/text-transform-bicameral-022-ref.xht b/testing/web-platform/tests/css/CSS2/text/text-transform-bicameral-022-ref.xht
new file mode 100644
index 0000000000..f2ca31d3e6
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/text/text-transform-bicameral-022-ref.xht
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>test reference</title>
+<style type='text/css'>
+/* the CSS below is not part of the test */
+.test { font-size: 130%; line-height: 2.5; color: blue; }
+.test div { white-space: nowrap; text-align: center;
+ width: 5em; display: inline-block; }</style>
+<script type='text/javascript'>
+//<![CDATA[
+function setFontFamily () {var fontName = document.getElementById( 'fontName' ).value; var divs = document.getElementsByTagName('div'); var i = 0; var div; while (i < divs.length) { div = divs.item(i); if (div.className == 'test') { div.style.fontFamily = fontName; } i++; } }
+//]]>
+</script>
+</head>
+<body>
+<p class="instructions">Test passes if the left-hand character in each pair matches the right-hand one.</p>
+
+
+<div class="test">
+<div>𐐨 𐐨</div>
+<div>𐐩 𐐩</div>
+<div>𐐪 𐐪</div>
+<div>𐐫 𐐫</div>
+<div>𐐬 𐐬</div>
+<div>𐐭 𐐭</div>
+<div>𐐮 𐐮</div>
+<div>𐐯 𐐯</div>
+<div>𐐰 𐐰</div>
+<div>𐐱 𐐱</div>
+<div>𐐲 𐐲</div>
+<div>𐐳 𐐳</div>
+<div>𐐴 𐐴</div>
+<div>𐐵 𐐵</div>
+<div>𐐶 𐐶</div>
+<div>𐐷 𐐷</div>
+<div>𐐸 𐐸</div>
+<div>𐐹 𐐹</div>
+<div>𐐺 𐐺</div>
+<div>𐐻 𐐻</div>
+<div>𐐼 𐐼</div>
+<div>𐐽 𐐽</div>
+<div>𐐾 𐐾</div>
+<div>𐐿 𐐿</div>
+<div>𐑀 𐑀</div>
+<div>𐑁 𐑁</div>
+<div>𐑂 𐑂</div>
+<div>𐑃 𐑃</div>
+<div>𐑄 𐑄</div>
+<div>𐑅 𐑅</div>
+<div>𐑆 𐑆</div>
+<div>𐑇 𐑇</div>
+<div>𐑈 𐑈</div>
+<div>𐑉 𐑉</div>
+<div>𐑊 𐑊</div>
+<div>𐑋 𐑋</div>
+<div>𐑌 𐑌</div>
+<div>𐑍 𐑍</div>
+<div>𐑎 𐑎</div>
+<div>𐑏 𐑏 </div>
+</div>
+
+
+<p id='fontChange' style='display: none;' class='notes'>If you are unable to see font glyphs for certain characters using the browsers default font you can apply a specific font by typing its name in the following box: <input class='css' name='fontName' id='fontName' value='' type='text' /> <button class='notes' type='button' onclick='setFontFamily()'>Apply</button></p><script type='text/javascript'>if (document.getElementById) {document.getElementById('fontChange').style.display = 'block'}</script></body>
+</html>