mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update web-platform-tests to revision 614fd870e47c9f4e76291e5af4e32b676c0acac0
This commit is contained in:
parent
063bd7ac19
commit
b49ffaa0f7
137 changed files with 4756 additions and 721 deletions
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-011.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL A -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぁ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぁ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL I -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぃ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぃ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL U -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぅ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぅ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL E -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぇ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぇ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL O -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぉ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぉ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-012.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- Katakana-Hiragana prolonged sound mark - fullwidth -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Katakana-Hiragana prolonged sound mark - halfwidth -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,75 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-013.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<!-- hyphens -->
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‐</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‐</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">–</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">–</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">〜</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">〜</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">゠</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">゠</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,91 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-014.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<!-- iteration marks -->
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">々</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">々</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">〻</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">〻</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ゝ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ゝ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ゞ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ゞ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ヽ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ヽ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ヾ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ヾ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -3,8 +3,9 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-022.xht -->
|
||||
<!-- reftest for line-break-loose-015.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
@ -40,19 +41,19 @@
|
|||
<div class="wrapper">
|
||||
<!-- inseparable characters TWO DOT LEADER -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">‥</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<span class="target">‥<br />‥</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">‥</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<span class="target">‥<br />‥</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- inseparable characters HORIZONTAL ELLIPSIS -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">…</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<span class="target">…<br />…</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">…</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<span class="target">…<br />…</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-016a.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks KATAKANA MIDDLE DOT -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">・</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">・</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks FULLWIDTH COLON -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">:</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">:</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks FULLWIDTH SEMICOLON -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">;</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">;</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks HALFWIDTH KATAKANA MIDDLE DOT -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">・</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">・</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-016b.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks DOUBLE EXCLAMATION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‼</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‼</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks DOUBLE QUESTION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">⁇</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">⁇</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks QUESTION EXCLAMATION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">⁈</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">⁈</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks EXCLAMATION QUESTION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">⁉</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">⁉</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks FULLWIDTH EXCLAMATION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">!</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">!</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks FULLWIDTH QUESTION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">?</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">?</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-017a.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes DEGREE SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">°</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">°</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes PER MILLE SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‰</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‰</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes PRIME -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">′</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">′</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes DOUBLE PRIME -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">″</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">″</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-017b.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes DEGREE CELSIUS -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">℃</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">℃</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes FULLWIDTH PERCENT SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">%</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">%</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes FULLWIDTH CENT SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">¢</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">¢</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-loose-018.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes EURO SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">€</span><br />サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">€</span><br />サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes NUMERO SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">№</span><br />サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">№</span><br />サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH DOLLAR SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">$</span><br />サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">$</span><br />サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH POUND SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">£</span><br />サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">£</span><br />サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH YEN SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">¥</span><br />サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<span class="target">¥</span><br />サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-011.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL A -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぁ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぁ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL I -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぃ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぃ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL U -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぅ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぅ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL E -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぇ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぇ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Japanese small kana: HIRAGANA LETTER SMALL O -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぉ</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ぉ</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-012.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- Katakana-Hiragana prolonged sound mark - fullwidth -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- Katakana-Hiragana prolonged sound mark - halfwidth -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">ー</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,75 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-013.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<!-- hyphens -->
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‐</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">‐</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">–</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">–</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">〜</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">〜</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">゠</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル文<br /><span class="target">゠</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -3,8 +3,9 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-021.xht -->
|
||||
<!-- reftest for line-break-normal-014.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-015.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- inseparable characters TWO DOT LEADER -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプルサンプル。<br /><span class="target">‥‥</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプルサンプル。<br /><span class="target">‥‥</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- inseparable characters HORIZONTAL ELLIPSIS -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプルサンプル。<br /><span class="target">……</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプルサンプル。<br /><span class="target">……</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -3,8 +3,9 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-023.xht -->
|
||||
<!-- reftest for line-break-normal-016a.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
@ -37,24 +38,6 @@
|
|||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<!-- centered punctuation marks COLON -->
|
||||
<div class="wrapper">
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks SEMICOLON -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks KATAKANA MIDDLE DOT -->
|
||||
<p class="control" lang="ja">
|
||||
|
@ -91,23 +74,5 @@
|
|||
<span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks EXCLAMATION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks QUESTION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -3,8 +3,9 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-023.xht -->
|
||||
<!-- reftest for line-break-normal-016b.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
|
@ -3,8 +3,9 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-024.xht -->
|
||||
<!-- reftest for line-break-normal-017a.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
@ -37,24 +38,6 @@
|
|||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes PERCENT SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes CENT SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes DEGREE SIGN -->
|
||||
<p class="control" lang="ja">
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-024.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-normal-018.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes EURO SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">€</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">€</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes NUMERO SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">№</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">№</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH DOLLAR SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">$</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">$</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH POUND SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">£</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">£</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH YEN SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">¥</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">¥</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-011.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-012.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-013.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-014.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-015.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
@ -40,19 +41,19 @@
|
|||
<div class="wrapper">
|
||||
<!-- inseparable characters TWO DOT LEADER -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">‥</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<br /><span class="target">‥‥</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">‥</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<br /><span class="target">‥‥</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- inseparable characters HORIZONTAL ELLIPSIS -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">…</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<br /><span class="target">……</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">…</span>サンプル文</span>
|
||||
<span>サンプルサンプル。<br /><span class="target">……</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-016.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
@ -37,24 +38,6 @@
|
|||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks COLON -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks SEMICOLON -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks KATAKANA MIDDLE DOT -->
|
||||
<p class="control" lang="ja">
|
||||
|
@ -91,23 +74,5 @@
|
|||
<span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks EXCLAMATION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- centered punctuation marks QUESTION MARK -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-016.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-017.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
@ -37,24 +38,6 @@
|
|||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes PERCENT SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes CENT SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- postfixes DEGREE SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-017.xht -->
|
||||
<!-- reftest for line-break-strict-017b.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
|
@ -20,7 +21,7 @@
|
|||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10em;
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
|
|
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reftest Reference</title>
|
||||
<!-- reftest for line-break-strict-018.xht -->
|
||||
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
||||
<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
|
||||
<meta http-equiv="content-language" content="en, ja" />
|
||||
<style type="text/css">
|
||||
@font-face
|
||||
{
|
||||
font-family: "mplus-1p-regular";
|
||||
src: url("/fonts/mplus-1p-regular.woff") format("woff");
|
||||
/* filesize: 803300 bytes (784.5 KBytes) */
|
||||
/*
|
||||
mplus-1p-regular.ttf can be downloaded at/from [TBD later]
|
||||
*/
|
||||
}
|
||||
p.control {
|
||||
border: 1px solid gray;
|
||||
color: blue;
|
||||
font-family: "mplus-1p-regular";
|
||||
width: 10.2em; /* added extra .2em for some symbols wider than 1em */
|
||||
}
|
||||
span.target {
|
||||
background-color: aqua;
|
||||
}
|
||||
div.wrapper {
|
||||
display: inline-block;
|
||||
border: 1px solid;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p>
|
||||
Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
|
||||
</p>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes EURO SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">€</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">€</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes NUMERO SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">№</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">№</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH DOLLAR SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">$</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">$</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH POUND SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">£</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">£</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<!-- prefixes FULLWIDTH YEN SIGN -->
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">¥</span>サンプル文</span>
|
||||
</p>
|
||||
<p class="control" lang="ja">
|
||||
<span>サンプル文サンプル<br /><span class="target">¥</span>サンプル文</span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue