mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
7
tests/wpt/web-platform-tests/css/css-text-3/OWNERS
Normal file
7
tests/wpt/web-platform-tests/css/css-text-3/OWNERS
Normal file
|
@ -0,0 +1,7 @@
|
|||
@kojiishi
|
||||
@plinss
|
||||
@frivoal
|
||||
@r12a
|
||||
@nox
|
||||
@hakatashi
|
||||
@fantasai
|
|
@ -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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - allow-end - basic cases</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<link rel="help" title="CSS Text Level 3: 10.2. Hanging Punctuation: the ‘hanging-punctuation’ property" href="http://www.w3.org/TR/css-text-3/#hanging-punctuation" />
|
||||
<link rel="match" href="reference/hanging-punctuation-allow-end-001-ref.xht"/>
|
||||
<meta name="flags" content="font" />
|
||||
<meta name="assert" content="This property determines whether a punctuation mark, if one is present, may be placed outside the line box (or in the indent) at the start or at the end of a full line of text." />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.test {
|
||||
hanging-punctuation: allow-end;
|
||||
}
|
||||
/* the CSS below is not part of the test */
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これらは満たす文字で、それらも満たす文字です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これらは満たす文字で、<br />それらも満たす文字で<br />す。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,100 @@
|
|||
<?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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - first - basic cases</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<link rel="help" title="CSS Text Level 3: 10.2. Hanging Punctuation: the ‘hanging-punctuation’ property" href="http://www.w3.org/TR/css-text-3/#hanging-punctuation" />
|
||||
<link rel="match" href="reference/hanging-punctuation-first-001-ref.xht"/>
|
||||
<meta name="flags" content="font" />
|
||||
<meta name="assert" content="This property determines whether a punctuation mark, if one is present, may be placed outside the line box (or in the indent) at the start or at the end of a full line of text." />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.test {
|
||||
hanging-punctuation: first;
|
||||
}
|
||||
/* the CSS below is not part of the test */
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.hanging {
|
||||
left: -1em;
|
||||
position: relative;
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
Opening brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
「これは、満たすための文字です。」
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
<span class="hanging">「これは、満たすための</span><br />文字です。」
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Closing brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これは、「満たす文字」です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、「満たす文<br />字」です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Initial quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
“これは、満たすための文字です。”
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
<span class="hanging">“これは、満たすための</span><br />文字です。”
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Final quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これは、“満たす文字”です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、“満たす文<br />字”です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - force-end - basic cases</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<link rel="help" title="CSS Text Level 3: 10.2. Hanging Punctuation: the ‘hanging-punctuation’ property" href="http://www.w3.org/TR/css-text-3/#hanging-punctuation" />
|
||||
<link rel="match" href="reference/hanging-punctuation-force-end-001-ref.xht"/>
|
||||
<meta name="flags" content="font" />
|
||||
<meta name="assert" content="This property determines whether a punctuation mark, if one is present, may be placed outside the line box (or in the indent) at the start or at the end of a full line of text." />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.test {
|
||||
hanging-punctuation: force-end;
|
||||
}
|
||||
/* the CSS below is not part of the test */
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これらは満たす文字で、それらも満たす文字です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これらは満たす文字で、<br />それらも満たす文字で<br />す。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - last - basic cases</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<link rel="help" title="CSS Text Level 3: 10.2. Hanging Punctuation: the ‘hanging-punctuation’ property" href="http://www.w3.org/TR/css-text-3/#hanging-punctuation" />
|
||||
<link rel="match" href="reference/hanging-punctuation-last-001-ref.xht"/>
|
||||
<meta name="flags" content="font" />
|
||||
<meta name="assert" content="This property determines whether a punctuation mark, if one is present, may be placed outside the line box (or in the indent) at the start or at the end of a full line of text." />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.test {
|
||||
hanging-punctuation: last;
|
||||
}
|
||||
/* the CSS below is not part of the test */
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
Opening brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
「これは、満たすための文字です。」
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
「これは、満たすため<br />の文字です。」
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Closing brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これは、「満たす文字」です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、「満たす文字」<br />です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Initial quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
“これは、満たすための文字です。”
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
“これは、満たすため<br />の文字です。”
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Final quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="test">
|
||||
これは、“満たす文字”です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、“満たす文字”<br />です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,88 @@
|
|||
<?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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - allow-end - basic cases Reftest Reference</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これらは満たす文字で、<br />それらも満たす文字で<br />す。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これらは満たす文字で、<br />それらも満たす文字で<br />す。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、<br />ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。<br />ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,92 @@
|
|||
<?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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - first - basic cases Reftest Reference</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.hanging {
|
||||
left: -1em;
|
||||
position: relative;
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
Opening brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
<span class="hanging">「これは、満たすための</span><br />文字です。」
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
<span class="hanging">「これは、満たすための</span><br />文字です。」
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Closing brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これは、「満たす文<br />字」です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、「満たす文<br />字」です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Initial quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
<span class="hanging">“これは、満たすための</span><br />文字です。”
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
<span class="hanging">“これは、満たすための</span><br />文字です。”
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Final quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これは、“満たす文<br />字”です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、“満たす文<br />字”です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,88 @@
|
|||
<?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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - force-end - basic cases Reftest Reference</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これらは満たす文字で、<br />それらも満たす文字で<br />す。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これらは満たす文字で、<br />それらも満たす文字で<br />す。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは満たす文字です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC COMMA
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、<br />ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ、ミタスモジ、ミタスモジ、<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
HALFWIDTH IDEOGRAPHIC FULL STOP
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。<br />ミタスモジ。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
ミタスモジ。ミタスモジ。ミタスモジ。<br />ミタスモジ。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,88 @@
|
|||
<?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" xml:lang="ja">
|
||||
<head>
|
||||
<title>CSS Test: hanging-punctuation - last - basic cases Reftest Reference</title>
|
||||
<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
body {
|
||||
font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック";
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.parent {
|
||||
border: 1px solid gray;
|
||||
margin-left: 2em;
|
||||
width: 10em
|
||||
}
|
||||
span.attention {
|
||||
color: red;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Test passes if each pair of upper and lower text in the square box is identical.
|
||||
</p>
|
||||
<hr />
|
||||
<div>
|
||||
Opening brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
「これは、満たすため<br />の文字です。」
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
「これは、満たすため<br />の文字です。」
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Closing brackets
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これは、「満たす文字」<br />です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、「満たす文字」<br />です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Initial quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
“これは、満たすため<br />の文字です。”
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
“これは、満たすため<br />の文字です。”
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
Final quotes
|
||||
</div>
|
||||
<div class="parent">
|
||||
<div class="no-wrap">
|
||||
これは、“満たす文字”<br />です。
|
||||
</div>
|
||||
<br />
|
||||
<div class="no-wrap">
|
||||
これは、“満たす文字”<br />です。
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="attention">* You will need a Japanese font.</span><br />
|
||||
If you are unable to see font glyphs for certain characters using the browsers default font, install the <a href="http://ossipedia.ipa.go.jp/ipafont/">IPA Font(http://ossipedia.ipa.go.jp/ipafont/)</a> and reload this page.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0020 SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="When white-space allows wrapping, line breaking behavior defined for the WJ, ZW, and GL line-breaking classes in [UAX14] must be honored.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+200B ZERO WIDTH SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="When white-space allows wrapping, line breaking behavior defined for the WJ, ZW, and GL line-breaking classes in [UAX14] must be honored.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa​bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2002 EN SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2003 EM SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2004 THREE-PER-EM SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2005 FOUR-PER-EM SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2006 SIX-PER-EM SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2000 EN QUAD</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2001 EM QUAD</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2008 PUNCTUATION SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2009 THIN SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+200A HAIR SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1680 OGHAM SPACE MARK</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+205F MEDIUM MATHEMATICAL SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+058A ARMENIAN HYPHEN</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa֊bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2010 HYPHEN</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa‐bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2012 FIGURE DASH</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa‒bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2013 EN DASH</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa–bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+05BE HEBREW PUNCTUATION MAQAF</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa־bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0F0B TIBETAN MARK INTERSYLLABIC TSHEG</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa་bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1361 ETHIOPIC WORD SPACE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa፡bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+17D8 KHMER SIGN BEYYAL</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa៘bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+17DA KHMER SIGN KOOMUUT</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa៚bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2027 HYPHENATION POINT</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa‧bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+007C VERTICAL LINE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break-details'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa|bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+16EB RUNIC SINGLE DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᛫bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+16EC RUNIC MULTIPLE DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᛬bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+16ED RUNIC CROSS PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᛭bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2056 THREE DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⁖bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2058 FOUR DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⁘bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2059 FIVE DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⁙bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+205A TWO DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⁚bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+205B FOUR DOT MARK</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⁛bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+205D TRICOLON</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⁝bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+205E VERTICAL FOUR DOTS</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⁞bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2E19 PALM BRANCH</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⸙bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2E2A TWO DOTS OVER ONE DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⸪bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2E2B ONE DOT OVER TWO DOTS PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⸫bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2E2C SQUARED FOUR DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⸬bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2E2D FIVE DOT PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⸭bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2E30 RING POINT</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⸰bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+10100 AEGEAN WORD SEPARATOR LINE</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐄀bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+10101 AEGEAN WORD SEPARATOR DOT</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐄁bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+10102 AEGEAN CHECK MARK</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐄂bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1039F UGARITIC WORD DIVIDER</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐎟bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+103D0 OLD PERSIAN WORD DIVIDER</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐏐bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1091F PHOENICIAN WORD DIVIDER</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐤟bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𒑰bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0964 DEVANAGARI DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa।bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0965 DEVANAGARI DOUBLE DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa॥bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0E5A THAI CHARACTER ANGKHANKHU</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa๚bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0E5B THAI CHARACTER KHOMUT</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa๛bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+104A MYANMAR SIGN LITTLE SECTION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa၊bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+104B MYANMAR SIGN SECTION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa။bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1735 PHILIPPINE SINGLE PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᜵bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1736 PHILIPPINE DOUBLE PUNCTUATION</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᜶bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+17D4 KHMER SIGN KHAN</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa។bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+17D5 KHMER SIGN BARIYOOSAN</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa៕bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1B5E BALINESE CARIK SIKI</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᭞bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1B5F BALINESE CARIK PAREREN</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᭟bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+A8CE SAURASHTRA DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa꣎bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+A8CF SAURASHTRA DOUBLE DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa꣏bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+AA5D CHAM PUNCTUATION DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa꩝bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+AA5E CHAM PUNCTUATION DOUBLE DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa꩞bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+AA5F CHAM PUNCTUATION TRIPLE DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa꩟bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+10A56 KHAROSHTHI PUNCTUATION DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐩖bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+10A57 KHAROSHTHI PUNCTUATION DOUBLE DANDA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𐩗bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0F85 TIBETAN MARK PALUTA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa྅bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0F34 TIBETAN MARK BSDUS RTAGS</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa༴bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0F7F TIBETAN SIGN RNAM BCAD</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaཿbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+07BE TIBETAN KU RU KHA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa޾bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0FBF TIBETAN KU RU KHA BZHI MIG CAN</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa྿bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0FD2 TIBETAN MARK NYIS TSHEG</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa࿒bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+0FD2 TIBETAN MARK NYIS TSHEG</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa࿒bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1804 MONGOLIAN COLON</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᠄bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1805 MONGOLIAN FOUR DOTS</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᠅bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1B5A BALINESE PANTI</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᭚bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1B5B BALINESE PAMADA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᭛bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1B5C BALINESE WINDU</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᭜bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1B5D BALINESE CARIK PAMUNGKAH</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᭝bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1B60 BALINESE PAMENENG</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᭠bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1C3B LEPCHA PUNCTUATION TA-ROL</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᰻bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1C3C LEPCHA PUNCTUATION NYET THYOOM TA-ROL</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᰼bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1C3E LEPCHA PUNCTUATION TSHOOK CER-WA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᰾bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1C3E LEPCHA PUNCTUATION TSHOOK CER-WA</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᰾bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1C3F LEPCHA PUNCTUATION TSHOOK</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᰿bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1C7E OL CHIKI PUNCTUATION MUCAAD</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᱾bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+1C7F OL CHIKI PUNCTUATION DOUBLE MUCAAD</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa᱿bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2CFA COPTIC OLD NUBIAN DIRECT QUESTION MARK</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⳺bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2CFB COPTIC OLD NUBIAN INDIRECT QUESTION MARK</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⳻bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: U+2CFC COPTIC OLD NUBIAN VERSE DIVIDER</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta name='flags' content='font dom'>
|
||||
<meta name="assert" content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'csstest_ascii';
|
||||
src: url('support/csstest-ascii-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
#breakable { font-family: csstest_ascii; font-size: 25px; width: 800px; line-height: 30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="test">
|
||||
<div id="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa⳼bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
|
||||
Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>
|
||||
|
||||
-->
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(document.getElementById('breakable').offsetHeight > 35);
|
||||
}, " ");
|
||||
</script>
|
||||
|
||||
<div id='log'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue