mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
parent
662c00a810
commit
df03062d62
10934 changed files with 428309 additions and 254265 deletions
25
tests/wpt/css-tests/css-text-3_dev/xhtml1print/.htaccess
Normal file
25
tests/wpt/css-tests/css-text-3_dev/xhtml1print/.htaccess
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Define some types
|
||||
AddType application/xhtml+xml .xht
|
||||
AddType text/html .htm
|
||||
AddType text/css .css
|
||||
AddType image/png .png
|
||||
AddType text/plain .data .list
|
||||
|
||||
# Set the default character set
|
||||
AddDefaultCharset utf-8
|
||||
|
||||
# Indexing Options
|
||||
Options +Indexes
|
||||
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
|
||||
IndexIgnore .htaccess *~ .#* #*# CVS README
|
||||
ReadmeName README
|
||||
|
||||
# Set up the README files to be plain text
|
||||
<files README>
|
||||
ForceType text/plain
|
||||
SetHandler default-handler
|
||||
</files>
|
||||
|
||||
# Add some default descriptions
|
||||
AddDescription "Information about the files in this directory" README
|
||||
|
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-005.xht
Normal file
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-005.xht
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and white-space: pre; </title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
||||
@top-right { content: "Test bidi-005"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/005.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction" />
|
||||
<link rel="help" href="http://unicode.org/reports/tr9/" />
|
||||
<style type="text/css">
|
||||
div p { white-space: pre; margin: 1em; padding: 0.75em; background: black; color: yellow; font: 2em/1 serif; letter-spacing: 1em; }
|
||||
.one, .c, .j, .e { color: aqua; }
|
||||
.two, .i, .d, .k, .b { color: fuchsia; }
|
||||
.one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em; }
|
||||
.c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0.5em; }
|
||||
.j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0; }
|
||||
.e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
|
||||
<div>
|
||||
<p class="reference"><span class="a">a</span><span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span><span class="f">f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span><span class="j">j</span><span class="k">k</span><span class="l">l</span><span class="m">m</span></p>
|
||||
<p class="test">al<span class="one">cje</span>hgf<span class="two">idkb</span>m</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-006.xht
Normal file
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-006.xht
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap; </title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
||||
@top-right { content: "Test bidi-006"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/006.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction" />
|
||||
<link rel="help" href="http://unicode.org/reports/tr9/" />
|
||||
<style type="text/css">
|
||||
div p { white-space: nowrap; margin: 1em; padding: 0.75em; background: black; color: yellow; font: 2em/1 serif; letter-spacing: 1em; }
|
||||
.one, .c, .j, .e { color: aqua; }
|
||||
.two, .i, .d, .k, .b { color: fuchsia; }
|
||||
.one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em; }
|
||||
.c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0.5em; }
|
||||
.j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0; }
|
||||
.e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
|
||||
<div>
|
||||
<p class="reference"><span class="a">a</span><span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span><span class="f">f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span><span class="j">j</span><span class="k">k</span><span class="l">l</span><span class="m">m</span></p>
|
||||
<p class="test">al<span class="one">cje</span>hgf<span class="two">idkb</span>m</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-007.xht
Normal file
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-007.xht
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and float: left; </title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
||||
@top-right { content: "Test bidi-007"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/007.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction" />
|
||||
<link rel="help" href="http://unicode.org/reports/tr9/" />
|
||||
<style type="text/css">
|
||||
div p { float: left; clear: left; margin: 0.5em 1em; padding: 0.75em; background: black; color: yellow; font: 2em/1 serif; letter-spacing: 1em; }
|
||||
.one, .c, .j, .e { color: aqua; }
|
||||
.two, .i, .d, .k, .b { color: fuchsia; }
|
||||
.one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em; }
|
||||
.c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0.5em; }
|
||||
.j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0; }
|
||||
.e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
|
||||
<div>
|
||||
<p class="reference"><span class="a">a</span><span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span><span class="f">f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span><span class="j">j</span><span class="k">k</span><span class="l">l</span><span class="m">m</span></p>
|
||||
<p class="test">al<span class="one">cje</span>hgf<span class="two">idkb</span>m</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-008.xht
Normal file
39
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-008.xht
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and display: table; </title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
||||
@top-right { content: "Test bidi-008"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/008.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction" />
|
||||
<link rel="help" href="http://unicode.org/reports/tr9/" />
|
||||
<style type="text/css">
|
||||
div p { display: table; margin: 1em; padding: 0.75em; background: black; color: yellow; font: 2em/1 serif; letter-spacing: 1em; }
|
||||
.one, .c, .j, .e { color: aqua; }
|
||||
.two, .i, .d, .k, .b { color: fuchsia; }
|
||||
.one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em; }
|
||||
.c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0.5em; }
|
||||
.j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0; }
|
||||
.e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
|
||||
<div>
|
||||
<p class="reference"><span class="a">a</span><span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span><span class="f">f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span><span class="j">j</span><span class="k">k</span><span class="l">l</span><span class="m">m</span></p>
|
||||
<p class="test">al<span class="one">cje</span>hgf<span class="two">idkb</span>m</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
43
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-009.xht
Normal file
43
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-009.xht
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and display: table-row; </title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
||||
@top-right { content: "Test bidi-009"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/009.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction" />
|
||||
<link rel="help" href="http://unicode.org/reports/tr9/" />
|
||||
<style type="text/css">
|
||||
div { margin: 1em; padding: 0.75em; background: black; color: yellow;
|
||||
letter-spacing: 1em; font: 2em/1 serif; }
|
||||
div p { display: table-row; }
|
||||
.one, .c, .j, .e { color: aqua; }
|
||||
.two, .i, .d, .k, .b { color: fuchsia; }
|
||||
.one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em; }
|
||||
.c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0.5em; }
|
||||
.j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0; }
|
||||
.e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
|
||||
<div>
|
||||
<p class="reference"><span class="a">a</span><span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span><span class="f">f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span><span class="j">j</span><span class="k">k</span><span class="l">l</span><span class="m">m</span></p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="test">al<span class="one">cje</span>hgf<span class="two">idkb</span>m</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
42
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-010.xht
Normal file
42
tests/wpt/css-tests/css-text-3_dev/xhtml1print/bidi-010.xht
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and position: absolute </title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
||||
@top-right { content: "Test bidi-010"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/010.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-text-3/#letter-spacing-property" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction" />
|
||||
<link rel="help" href="http://unicode.org/reports/tr9/" />
|
||||
<style type="text/css">
|
||||
div { position: relative; }
|
||||
.reference { top: -.5em; }
|
||||
.test { top: 3em; }
|
||||
div p { position: absolute; margin: 1em; padding: 0.75em; background: black; color: yellow; font: 2em/1 serif; letter-spacing: 1em; }
|
||||
.one, .c, .j, .e { color: aqua; }
|
||||
.two, .i, .d, .k, .b { color: fuchsia; }
|
||||
.one, .two { border: solid; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0.5em; }
|
||||
.c, .b { border-style: solid none solid solid; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0.5em; }
|
||||
.j, .k { border-style: solid solid solid none; padding: 0.1em 0 0.1em 0; margin: 0 0.5em 0 0; }
|
||||
.e, .i, .d { border-style: solid none solid none; padding: 0.1em 0 0.1em 0; margin: 0 0 0 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
|
||||
<div>
|
||||
<p class="reference"><span class="a">a</span><span class="b">b</span><span class="c">c</span><span class="d">d</span><span class="e">e</span><span class="f">f</span><span class="g">g</span><span class="h">h</span><span class="i">i</span><span class="j">j</span><span class="k">k</span><span class="l">l</span><span class="m">m</span></p>
|
||||
<p class="test">al<span class="one">cje</span>hgf<span class="two">idkb</span>m</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Text Module Level 3 CR Test Suite</h1>
|
||||
<h2>Transforming Text (52 tests)</h2>
|
||||
<h2>Transforming Text (7 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -77,502 +77,7 @@
|
|||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.1.#text-transform">
|
||||
<!-- 50 tests -->
|
||||
<tr id="css3-text-text-transform-001-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-001.xht">css3-text-text-transform-001</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-001-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin1 uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Latin 1 set when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-002-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-002.xht">css3-text-text-transform-002</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-002-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin1 lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Latin 1 set when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-003-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-003.xht">css3-text-text-transform-003</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-003-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended Additional, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Latin Extended Additional Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-004-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-004.xht">css3-text-text-transform-004</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended Additional, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Latin Extended Additional Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-005-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-005.xht">css3-text-text-transform-005</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-005-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-A, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Latin Extended-A Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-006-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-006.xht">css3-text-text-transform-006</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-006-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-A, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Latin Extended-A Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-007-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-007.xht">css3-text-text-transform-007</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-007-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-B, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Latin Extended-B Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-007a-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-007a.xht">css3-text-text-transform-007a</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-007a-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-B, uppercase (additional)
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all these letters from the Latin Extended-B Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-008-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-008.xht">css3-text-text-transform-008</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-008-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-B, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Latin Extended-B Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-009-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-009.xht">css3-text-text-transform-009</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-009-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-C, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Latin Extended-C Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-010-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-010.xht">css3-text-text-transform-010</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-010-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-C, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Latin Extended-C Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-010a-2.1.#text-transform" class="primary font">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-010a.xht">css3-text-text-transform-010a</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-010a-ref.xht">=</a> </td>
|
||||
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
|
||||
<td>CSS3 Text, text transform: Latin Extended-C, lowercase (additional)
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all these letters from the Latin Extended-C Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-011-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-011.xht">css3-text-text-transform-011</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-011-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Full-width Latin, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable full width Latin letters when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-012-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-012.xht">css3-text-text-transform-012</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-012-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Full-width Latin, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable full width Latin letters when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-014-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-014.xht">css3-text-text-transform-014</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-014-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Greek and Coptic, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Greek and Coptic Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-015-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-015.xht">css3-text-text-transform-015</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-015-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Greek and Coptic, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Greek and Coptic Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-016-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-016.xht">css3-text-text-transform-016</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-016-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Greek Extended, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Greek Extended Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-017-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-017.xht">css3-text-text-transform-017</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-017-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Greek Extended, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Greek Extended Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-018-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-018.xht">css3-text-text-transform-018</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-018-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Cyrillic, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Cyrillic Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-019-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-019.xht">css3-text-text-transform-019</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-019-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Cyrillic, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Cyrillic Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-020-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-020.xht">css3-text-text-transform-020</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-020-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Cyrillic Extended, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Cyrillic Extended Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-021-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-021.xht">css3-text-text-transform-021</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-021-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Cyrillic Extended, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Cyrillic Extended Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-022-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-022.xht">css3-text-text-transform-022</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-022-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Armenian, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Armenian Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-023-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-023.xht">css3-text-text-transform-023</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-023-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Armenian, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Armenian Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-024-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-024.xht">css3-text-text-transform-024</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-024-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Number forms, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Number forms Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-025-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-025.xht">css3-text-text-transform-025</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-025-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Number forms, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Number forms Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-026-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-026.xht">css3-text-text-transform-026</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-026-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Enclosed Alphanumerics, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Enclosed Alphanumerics Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-027-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-027.xht">css3-text-text-transform-027</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-027-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Enclosed Alphanumerics, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Enclosed Alphanumerics Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-028-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-028.xht">css3-text-text-transform-028</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-028-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Deseret, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Deseret Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-029-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-029.xht">css3-text-text-transform-029</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-029-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Deseret, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Deseret Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-030-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-030.xht">css3-text-text-transform-030</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-030-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Georgian, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase all applicable letters in the Georgian Unicode block when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-031-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-031.xht">css3-text-text-transform-031</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-031-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Georgian, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase all applicable letters in the Georgian Unicode block when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-032-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-032.xht">css3-text-text-transform-032</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-032-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: German sharp S, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase the German sharp S as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-033-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-033.xht">css3-text-text-transform-033</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-033-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Latin ligatures, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase Latin ligatures as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-034-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-034.xht">css3-text-text-transform-034</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-034-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Armenian ligatures, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase Armenian ligatures as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-035-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-035.xht">css3-text-text-transform-035</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-035-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Greek specials, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase Greek characters as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-038-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-038.xht">css3-text-text-transform-038</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-038-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Greek final sigma, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase Greek final sigma at the end of a word as described in Unicode's SpecialCasing.txt when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-039-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-039.xht">css3-text-text-transform-039</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-039-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Lithuanian, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase Lithuanian as described in Unicode's SpecialCasing.txt when text-transform is set to lowercase.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-040-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-040.xht">css3-text-text-transform-040</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-040-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Turkish, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase Turkish as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase and the language is specified as Turkish.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-041-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-041.xht">css3-text-text-transform-041</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-041-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Turkish, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase Turkish as described in Unicode's SpecialCasing.txt when text-transform is set to lowercase and the language is specified as Turkish.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-042-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-042.xht">css3-text-text-transform-042</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-042-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Azeri, uppercase
|
||||
<ul class="assert">
|
||||
<li>The UA will uppercase Azeri as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase and the language is specified as Azeri.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-043-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-043.xht">css3-text-text-transform-043</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-043-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: Azeri, lowercase
|
||||
<ul class="assert">
|
||||
<li>The UA will lowercase Azeri as described in Unicode's SpecialCasing.txt when text-transform is set to lowercase and the language is specified as Azeri.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-044-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-044.xht">css3-text-text-transform-044</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-044-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: small kana mappings, hiragana
|
||||
<ul class="assert">
|
||||
<li>The browser will map small hiragana characters to full sized hiragana for display if text-transform is set to full-size-kana.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-045-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-045.xht">css3-text-text-transform-045</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-045-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: small kana mappings, katakana
|
||||
<ul class="assert">
|
||||
<li>The browser will map small katakana characters to full sized katakana for display if text-transform is set to full-size-kana.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="css3-text-text-transform-046-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="css3-text-text-transform-046.xht">css3-text-text-transform-046</a></strong></td>
|
||||
<td><a href="reference/css3-text-text-transform-046-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS3 Text, text transform: small kana mappings, half-width katakana
|
||||
<ul class="assert">
|
||||
<li>The browser will map small half-width katakana characters to full sized half-width katakana for display if text-transform is set to full-size-kana.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 5 tests -->
|
||||
<tr id="text-transform-capitalize-001-2.1.#text-transform" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-transform-capitalize-001.xht">text-transform-capitalize-001</a></strong></td>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Text Module Level 3 CR Test Suite</h1>
|
||||
<h2>Alignment and Justification (17 tests)</h2>
|
||||
<h2>Alignment and Justification (23 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -37,7 +37,73 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css-text-3/#text-align-property">7.1 Text Alignment: the ‘text-align’ property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
<!-- 6 tests -->
|
||||
<tr id="text-align-match-parent-01-7.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-align-match-parent-01.xht">text-align-match-parent-01</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>CSS Text: text-align: match-parent
|
||||
<ul class="assert">
|
||||
<li>Text checks that an element with text-align: match-parent inherits its parent's value and calculates 'start' and 'end' with respect to its parent's direction</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-align-match-parent-02-7.1" class="primary dom">
|
||||
<td><strong>
|
||||
<a href="text-align-match-parent-02.xht">text-align-match-parent-02</a></strong></td>
|
||||
<td><a href="reference/text-align-match-parent-ref.xht">=</a> </td>
|
||||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td>
|
||||
<td>CSS Text: text-align: match-parent
|
||||
<ul class="assert">
|
||||
<li>Text checks that an element with text-align: match-parent still aligns correctly if the parent's dir attribute is changed</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-align-match-parent-03-7.1" class="primary dom">
|
||||
<td><strong>
|
||||
<a href="text-align-match-parent-03.xht">text-align-match-parent-03</a></strong></td>
|
||||
<td><a href="reference/text-align-match-parent-ref.xht">=</a> </td>
|
||||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td>
|
||||
<td>CSS Text: text-align: match-parent
|
||||
<ul class="assert">
|
||||
<li>Text checks that an element whose text-align property is changed to match-parent aligns correctly</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-align-match-parent-04-7.1" class="primary dom">
|
||||
<td><strong>
|
||||
<a href="text-align-match-parent-04.xht">text-align-match-parent-04</a></strong></td>
|
||||
<td><a href="reference/text-align-match-parent-ref.xht">=</a> </td>
|
||||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td>
|
||||
<td>CSS Text: text-align: match-parent
|
||||
<ul class="assert">
|
||||
<li>Text checks that an element with text-align: match-parent still aligns correctly if the parent's width is changed</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-align-match-parent-root-ltr-7.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-align-match-parent-root-ltr.xht">text-align-match-parent-root-ltr</a></strong></td>
|
||||
<td><a href="reference/text-align-match-parent-root-ltr-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Text: text-align: match-parent
|
||||
<ul class="assert">
|
||||
<li>Text checks that text-align: match-parent on a root element with dir=ltr is equivalent to text-align: start</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-align-match-parent-root-rtl-7.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-align-match-parent-root-rtl.xht">text-align-match-parent-root-rtl</a></strong></td>
|
||||
<td><a href="reference/text-align-match-parent-root-rtl-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Text: text-align: match-parent
|
||||
<ul class="assert">
|
||||
<li>Text checks that text-align: match-parent on a root element with dir=rtl is equivalent to text-align: start</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s7.1.#center">
|
||||
<!-- 0 tests -->
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Text Module Level 3 CR Test Suite</h1>
|
||||
<h2>Spacing (0 tests)</h2>
|
||||
<h2>Spacing (6 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -58,7 +58,55 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.2">+</a>
|
||||
<a href="http://www.w3.org/TR/css-text-3/#letter-spacing-property">8.2 Tracking: the ‘letter-spacing’ property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
<!-- 6 tests -->
|
||||
<tr id="bidi-005-8.2" class="primary">
|
||||
<td><strong>
|
||||
<a href="bidi-005.xht">bidi-005</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>The bidi algorithm and inlines in CSS: embed levels and white-space: pre;
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-006-8.2" class="primary">
|
||||
<td><strong>
|
||||
<a href="bidi-006.xht">bidi-006</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap;
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-007-8.2" class="primary">
|
||||
<td><strong>
|
||||
<a href="bidi-007.xht">bidi-007</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>The bidi algorithm and inlines in CSS: embed levels and float: left;
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-008-8.2" class="primary">
|
||||
<td><strong>
|
||||
<a href="bidi-008.xht">bidi-008</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>The bidi algorithm and inlines in CSS: embed levels and display: table;
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-009-8.2" class="primary">
|
||||
<td><strong>
|
||||
<a href="bidi-009.xht">bidi-009</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>The bidi algorithm and inlines in CSS: embed levels and display: table-row;
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-010-8.2" class="primary">
|
||||
<td><strong>
|
||||
<a href="bidi-010.xht">bidi-010</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>The bidi algorithm and inlines in CSS: embed levels and position: absolute
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s8.2.#length0">
|
||||
<!-- 0 tests -->
|
||||
|
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0020 SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="When white-space allows wrapping, line breaking behavior defined for the WJ, ZW, and GL line-breaking classes in [UAX14] must be honored." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+200B ZERO WIDTH SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="When white-space allows wrapping, line breaking behavior defined for the WJ, ZW, and GL line-breaking classes in [UAX14] must be honored." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2002 EN SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2003 EM SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2004 THREE-PER-EM SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2005 FOUR-PER-EM SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2006 SIX-PER-EM SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2000 EN QUAD</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2001 EM QUAD</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2008 PUNCTUATION SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2009 THIN SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+200A HAIR SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1680 OGHAM SPACE MARK</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+205F MEDIUM MATHEMATICAL SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking space characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+058A ARMENIAN HYPHEN</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2010 HYPHEN</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2012 FIGURE DASH</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2013 EN DASH</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+05BE HEBREW PUNCTUATION MAQAF</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0F0B TIBETAN MARK INTERSYLLABIC TSHEG</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1361 ETHIOPIC WORD SPACE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+17D8 KHMER SIGN BEYYAL</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+17DA KHMER SIGN KOOMUUT</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2027 HYPHENATION POINT</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+007C VERTICAL LINE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-break-details" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after each of the BA visible word divider characters." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+16EB RUNIC SINGLE DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+16EC RUNIC MULTIPLE DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+16ED RUNIC CROSS PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2056 THREE DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2058 FOUR DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2059 FIVE DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+205A TWO DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+205B FOUR DOT MARK</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+205D TRICOLON</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+205E VERTICAL FOUR DOTS</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2E19 PALM BRANCH</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2E2A TWO DOTS OVER ONE DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2E2B ONE DOT OVER TWO DOTS PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2E2C SQUARED FOUR DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2E2D FIVE DOT PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2E30 RING POINT</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+10100 AEGEAN WORD SEPARATOR LINE</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+10101 AEGEAN WORD SEPARATOR DOT</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+10102 AEGEAN CHECK MARK</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1039F UGARITIC WORD DIVIDER</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+103D0 OLD PERSIAN WORD DIVIDER</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1091F PHOENICIAN WORD DIVIDER</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0964 DEVANAGARI DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0965 DEVANAGARI DOUBLE DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0E5A THAI CHARACTER ANGKHANKHU</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0E5B THAI CHARACTER KHOMUT</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+104A MYANMAR SIGN LITTLE SECTION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+104B MYANMAR SIGN SECTION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1735 PHILIPPINE SINGLE PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1736 PHILIPPINE DOUBLE PUNCTUATION</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+17D4 KHMER SIGN KHAN</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+17D5 KHMER SIGN BARIYOOSAN</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1B5E BALINESE CARIK SIKI</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1B5F BALINESE CARIK PAREREN</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+A8CE SAURASHTRA DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+A8CF SAURASHTRA DOUBLE DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+AA5D CHAM PUNCTUATION DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+AA5E CHAM PUNCTUATION DOUBLE DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+AA5F CHAM PUNCTUATION TRIPLE DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+10A56 KHAROSHTHI PUNCTUATION DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+10A57 KHAROSHTHI PUNCTUATION DOUBLE DANDA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0F85 TIBETAN MARK PALUTA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0F34 TIBETAN MARK BSDUS RTAGS</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0F7F TIBETAN SIGN RNAM BCAD</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+07BE TIBETAN KU RU KHA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property." name="assert" />
|
||||
<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">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0FBF TIBETAN KU RU KHA BZHI MIG CAN</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0FD2 TIBETAN MARK NYIS TSHEG</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+0FD2 TIBETAN MARK NYIS TSHEG</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1804 MONGOLIAN COLON</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1805 MONGOLIAN FOUR DOTS</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1B5A BALINESE PANTI</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1B5B BALINESE PAMADA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1B5C BALINESE WINDU</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1B5D BALINESE CARIK PAMUNGKAH</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1B60 BALINESE PAMENENG</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1C3B LEPCHA PUNCTUATION TA-ROL</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1C3C LEPCHA PUNCTUATION NYET THYOOM TA-ROL</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1C3E LEPCHA PUNCTUATION TSHOOK CER-WA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1C3E LEPCHA PUNCTUATION TSHOOK CER-WA</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1C3F LEPCHA PUNCTUATION TSHOOK</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1C7E OL CHIKI PUNCTUATION MUCAAD</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+1C7F OL CHIKI PUNCTUATION DOUBLE MUCAAD</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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>
|
|
@ -1,45 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS3 Text, linebreaks: U+2CFA COPTIC OLD NUBIAN DIRECT QUESTION MARK</title>
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
|
||||
<link href="http://dev.w3.org/csswg/css-text-3/#line-breaking" rel="help" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<meta content="font dom" name="flags" />
|
||||
<meta content="[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property." name="assert" />
|
||||
<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