summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/fwid-spaces-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-features/fwid-spaces-ref.html')
-rw-r--r--layout/reftests/font-features/fwid-spaces-ref.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/layout/reftests/font-features/fwid-spaces-ref.html b/layout/reftests/font-features/fwid-spaces-ref.html
new file mode 100644
index 0000000000..6fa999b45a
--- /dev/null
+++ b/layout/reftests/font-features/fwid-spaces-ref.html
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML>
+<html lang="ja">
+<head>
+<title>Full-width variations of regular spaces</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+<style type="text/css">
+
+body {
+ margin: 5px;
+}
+
+#test, #test pre {
+ font: 150% Hiragino Maru Gothic ProN, Meiryo, Yu Gothic, sans-serif;
+}
+
+#test pre span {
+ background-color: red;
+}
+
+pre {
+ margin: 0;
+ padding: 0;
+}
+</style>
+
+</head>
+<body>
+<p>Rows should all be the same length:</p>
+<div id="test">
+<pre><span>&#x3000;&#xff41;&#x3000;&#xff42;&#x3000;&#xff43;&#x3000;&#xff21;&#x3000;&#xff22;&#x3000;&#xff23;&#x3000;</span></pre>
+<pre><span>&#x3000;&#xff41;&#x3000;&#xff42;&#x3000;&#xff43;&#x3000;&#xff21;&#x3000;&#xff22;&#x3000;&#xff23;&#x3000;</span></pre>
+<pre><span>&#xff42;&#xff41;&#x3000;&#xff42;&#xff21;&#x3000;&#xff42;&#xff42;&#x3000;&#xff42;&#xff22;&#x3000;&#xff43;</span></pre>
+<pre><span>&#xff42;&#xff41;&#x3000;&#xff42;&#xff21;&#x3000;&#xff42;&#xff42;&#x3000;&#xff42;&#xff22;&#x3000;&#xff43;</span></pre>
+</div>
+</body>
+</html> \ No newline at end of file