diff options
author | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
---|---|---|
committer | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
commit | df03062d626f485dd896ce9c4374dfce447dc657 (patch) | |
tree | a96bdde06c6cd88dd68bc5ef4de8277fc6250a60 /tests/wpt/css-tests/css-text-3_dev/html | |
parent | 662c00a8109c49d4c57343156b774441f4f48640 (diff) | |
download | servo-df03062d626f485dd896ce9c4374dfce447dc657.tar.gz servo-df03062d626f485dd896ce9c4374dfce447dc657.zip |
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
Diffstat (limited to 'tests/wpt/css-tests/css-text-3_dev/html')
1359 files changed, 6046 insertions, 52130 deletions
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/.htaccess b/tests/wpt/css-tests/css-text-3_dev/html/.htaccess new file mode 100644 index 00000000000..7380b6a6eaa --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/.htaccess @@ -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 + diff --git a/tests/wpt/css-tests/css-text-3_dev/html/bidi-005.htm b/tests/wpt/css-tests/css-text-3_dev/html/bidi-005.htm new file mode 100644 index 00000000000..5b7e81796d4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/bidi-005.htm @@ -0,0 +1,30 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> + <head> + <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and white-space: pre; </title> + <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">a‮l‭<span class="one">c‮j‭e‮</span>h‭g‬f<span class="two">‬i‬d‬k‬b</span>‬m</p> + </div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/bidi-006.htm b/tests/wpt/css-tests/css-text-3_dev/html/bidi-006.htm new file mode 100644 index 00000000000..60ff79010b8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/bidi-006.htm @@ -0,0 +1,30 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> + <head> + <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap; </title> + <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">a‮l‭<span class="one">c‮j‭e‮</span>h‭g‬f<span class="two">‬i‬d‬k‬b</span>‬m</p> + </div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/bidi-007.htm b/tests/wpt/css-tests/css-text-3_dev/html/bidi-007.htm new file mode 100644 index 00000000000..26caf254376 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/bidi-007.htm @@ -0,0 +1,30 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> + <head> + <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and float: left; </title> + <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">a‮l‭<span class="one">c‮j‭e‮</span>h‭g‬f<span class="two">‬i‬d‬k‬b</span>‬m</p> + </div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/bidi-008.htm b/tests/wpt/css-tests/css-text-3_dev/html/bidi-008.htm new file mode 100644 index 00000000000..619d60d84f0 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/bidi-008.htm @@ -0,0 +1,30 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> + <head> + <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and display: table; </title> + <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">a‮l‭<span class="one">c‮j‭e‮</span>h‭g‬f<span class="two">‬i‬d‬k‬b</span>‬m</p> + </div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/bidi-009.htm b/tests/wpt/css-tests/css-text-3_dev/html/bidi-009.htm new file mode 100644 index 00000000000..5ef950ece2d --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/bidi-009.htm @@ -0,0 +1,34 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> + <head> + <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and display: table-row; </title> + <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">a‮l‭<span class="one">c‮j‭e‮</span>h‭g‬f<span class="two">‬i‬d‬k‬b</span>‬m</p> + </div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/bidi-010.htm b/tests/wpt/css-tests/css-text-3_dev/html/bidi-010.htm new file mode 100644 index 00000000000..0b5026dcb18 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/bidi-010.htm @@ -0,0 +1,33 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> + <head> + <title>CSS Test: The bidi algorithm and inlines in CSS: embed levels and position: absolute </title> + <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">a‮l‭<span class="one">c‮j‭e‮</span>h‭g‬f<span class="two">‬i‬d‬k‬b</span>‬m</p> + </div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/chapter-2.htm b/tests/wpt/css-tests/css-text-3_dev/html/chapter-2.htm index fa0c46d23ec..236315a6d02 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/chapter-2.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/chapter-2.htm @@ -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 id="refs-column"> @@ -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.htm">css3-text-text-transform-001</a></strong></td> - <td><a href="reference/css3-text-text-transform-001-ref.htm">=</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.htm">css3-text-text-transform-002</a></strong></td> - <td><a href="reference/css3-text-text-transform-002-ref.htm">=</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.htm">css3-text-text-transform-003</a></strong></td> - <td><a href="reference/css3-text-text-transform-003-ref.htm">=</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.htm">css3-text-text-transform-004</a></strong></td> - <td><a href="reference/css3-text-text-transform-004-ref.htm">=</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.htm">css3-text-text-transform-005</a></strong></td> - <td><a href="reference/css3-text-text-transform-005-ref.htm">=</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.htm">css3-text-text-transform-006</a></strong></td> - <td><a href="reference/css3-text-text-transform-006-ref.htm">=</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.htm">css3-text-text-transform-007</a></strong></td> - <td><a href="reference/css3-text-text-transform-007-ref.htm">=</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.htm">css3-text-text-transform-007a</a></strong></td> - <td><a href="reference/css3-text-text-transform-007a-ref.htm">=</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.htm">css3-text-text-transform-008</a></strong></td> - <td><a href="reference/css3-text-text-transform-008-ref.htm">=</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.htm">css3-text-text-transform-009</a></strong></td> - <td><a href="reference/css3-text-text-transform-009-ref.htm">=</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.htm">css3-text-text-transform-010</a></strong></td> - <td><a href="reference/css3-text-text-transform-010-ref.htm">=</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.htm">css3-text-text-transform-010a</a></strong></td> - <td><a href="reference/css3-text-text-transform-010a-ref.htm">=</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.htm">css3-text-text-transform-011</a></strong></td> - <td><a href="reference/css3-text-text-transform-011-ref.htm">=</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.htm">css3-text-text-transform-012</a></strong></td> - <td><a href="reference/css3-text-text-transform-012-ref.htm">=</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.htm">css3-text-text-transform-014</a></strong></td> - <td><a href="reference/css3-text-text-transform-014-ref.htm">=</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.htm">css3-text-text-transform-015</a></strong></td> - <td><a href="reference/css3-text-text-transform-015-ref.htm">=</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.htm">css3-text-text-transform-016</a></strong></td> - <td><a href="reference/css3-text-text-transform-016-ref.htm">=</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.htm">css3-text-text-transform-017</a></strong></td> - <td><a href="reference/css3-text-text-transform-017-ref.htm">=</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.htm">css3-text-text-transform-018</a></strong></td> - <td><a href="reference/css3-text-text-transform-018-ref.htm">=</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.htm">css3-text-text-transform-019</a></strong></td> - <td><a href="reference/css3-text-text-transform-019-ref.htm">=</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.htm">css3-text-text-transform-020</a></strong></td> - <td><a href="reference/css3-text-text-transform-020-ref.htm">=</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.htm">css3-text-text-transform-021</a></strong></td> - <td><a href="reference/css3-text-text-transform-021-ref.htm">=</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.htm">css3-text-text-transform-022</a></strong></td> - <td><a href="reference/css3-text-text-transform-022-ref.htm">=</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.htm">css3-text-text-transform-023</a></strong></td> - <td><a href="reference/css3-text-text-transform-023-ref.htm">=</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.htm">css3-text-text-transform-024</a></strong></td> - <td><a href="reference/css3-text-text-transform-024-ref.htm">=</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.htm">css3-text-text-transform-025</a></strong></td> - <td><a href="reference/css3-text-text-transform-025-ref.htm">=</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.htm">css3-text-text-transform-026</a></strong></td> - <td><a href="reference/css3-text-text-transform-026-ref.htm">=</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.htm">css3-text-text-transform-027</a></strong></td> - <td><a href="reference/css3-text-text-transform-027-ref.htm">=</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.htm">css3-text-text-transform-028</a></strong></td> - <td><a href="reference/css3-text-text-transform-028-ref.htm">=</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.htm">css3-text-text-transform-029</a></strong></td> - <td><a href="reference/css3-text-text-transform-029-ref.htm">=</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.htm">css3-text-text-transform-030</a></strong></td> - <td><a href="reference/css3-text-text-transform-030-ref.htm">=</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.htm">css3-text-text-transform-031</a></strong></td> - <td><a href="reference/css3-text-text-transform-031-ref.htm">=</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.htm">css3-text-text-transform-032</a></strong></td> - <td><a href="reference/css3-text-text-transform-032-ref.htm">=</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.htm">css3-text-text-transform-033</a></strong></td> - <td><a href="reference/css3-text-text-transform-033-ref.htm">=</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.htm">css3-text-text-transform-034</a></strong></td> - <td><a href="reference/css3-text-text-transform-034-ref.htm">=</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.htm">css3-text-text-transform-035</a></strong></td> - <td><a href="reference/css3-text-text-transform-035-ref.htm">=</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.htm">css3-text-text-transform-038</a></strong></td> - <td><a href="reference/css3-text-text-transform-038-ref.htm">=</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.htm">css3-text-text-transform-039</a></strong></td> - <td><a href="reference/css3-text-text-transform-039-ref.htm">=</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.htm">css3-text-text-transform-040</a></strong></td> - <td><a href="reference/css3-text-text-transform-040-ref.htm">=</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.htm">css3-text-text-transform-041</a></strong></td> - <td><a href="reference/css3-text-text-transform-041-ref.htm">=</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.htm">css3-text-text-transform-042</a></strong></td> - <td><a href="reference/css3-text-text-transform-042-ref.htm">=</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.htm">css3-text-text-transform-043</a></strong></td> - <td><a href="reference/css3-text-text-transform-043-ref.htm">=</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.htm">css3-text-text-transform-044</a></strong></td> - <td><a href="reference/css3-text-text-transform-044-ref.htm">=</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.htm">css3-text-text-transform-045</a></strong></td> - <td><a href="reference/css3-text-text-transform-045-ref.htm">=</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.htm">css3-text-text-transform-046</a></strong></td> - <td><a href="reference/css3-text-text-transform-046-ref.htm">=</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.htm">text-transform-capitalize-001</a></strong></td> diff --git a/tests/wpt/css-tests/css-text-3_dev/html/chapter-5.htm b/tests/wpt/css-tests/css-text-3_dev/html/chapter-5.htm index cc37efee029..f2295f47c1e 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/chapter-5.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/chapter-5.htm @@ -13,7 +13,7 @@ <body> <h1>CSS Text Module Level 3 CR Test Suite</h1> - <h2>Line Breaking and Word Boundaries (576 tests)</h2> + <h2>Line Breaking and Word Boundaries (20 tests)</h2> <table width="100%"> <col id="test-column"> <col id="refs-column"> @@ -31,5909 +31,13 @@ <tr><th colspan="4" scope="rowgroup"> <a href="#s5">+</a> <a href="http://www.w3.org/TR/css-text-3/#line-breaking">5 Line Breaking and Word Boundaries</a></th></tr> - <!-- 278 tests --> - <tr id="css3-text-line-break-baspglwj-003-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-003.htm">css3-text-line-break-baspglwj-003</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2002 EN SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-004-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-004.htm">css3-text-line-break-baspglwj-004</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2003 EM SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-005-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-005.htm">css3-text-line-break-baspglwj-005</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2004 THREE-PER-EM SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-006-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-006.htm">css3-text-line-break-baspglwj-006</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2005 FOUR-PER-EM SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-007-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-007.htm">css3-text-line-break-baspglwj-007</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2006 SIX-PER-EM SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-008-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-008.htm">css3-text-line-break-baspglwj-008</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2000 EN QUAD - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-009-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-009.htm">css3-text-line-break-baspglwj-009</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2001 EM QUAD - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-010-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-010.htm">css3-text-line-break-baspglwj-010</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2008 PUNCTUATION SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-011-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-011.htm">css3-text-line-break-baspglwj-011</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2009 THIN SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-012-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-012.htm">css3-text-line-break-baspglwj-012</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+200A HAIR SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-014-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-014.htm">css3-text-line-break-baspglwj-014</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1680 OGHAM SPACE MARK - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-015-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-015.htm">css3-text-line-break-baspglwj-015</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+205F MEDIUM MATHEMATICAL SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking space characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-016-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-016.htm">css3-text-line-break-baspglwj-016</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+058A ARMENIAN HYPHEN - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-017-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-017.htm">css3-text-line-break-baspglwj-017</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2010 HYPHEN - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-018-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-018.htm">css3-text-line-break-baspglwj-018</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2012 FIGURE DASH - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-019-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-019.htm">css3-text-line-break-baspglwj-019</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2013 EN DASH - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA breaking hyphen characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-030-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-030.htm">css3-text-line-break-baspglwj-030</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+16EB RUNIC SINGLE DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-031-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-031.htm">css3-text-line-break-baspglwj-031</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+16EC RUNIC MULTIPLE DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-032-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-032.htm">css3-text-line-break-baspglwj-032</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+16ED RUNIC CROSS PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-033-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-033.htm">css3-text-line-break-baspglwj-033</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2056 THREE DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-034-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-034.htm">css3-text-line-break-baspglwj-034</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2058 FOUR DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-035-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-035.htm">css3-text-line-break-baspglwj-035</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2059 FIVE DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-036-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-036.htm">css3-text-line-break-baspglwj-036</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+205A TWO DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-037-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-037.htm">css3-text-line-break-baspglwj-037</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+205B FOUR DOT MARK - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-038-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-038.htm">css3-text-line-break-baspglwj-038</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+205D TRICOLON - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-039-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-039.htm">css3-text-line-break-baspglwj-039</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+205E VERTICAL FOUR DOTS - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-040-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-040.htm">css3-text-line-break-baspglwj-040</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2E19 PALM BRANCH - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-041-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-041.htm">css3-text-line-break-baspglwj-041</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2E2A TWO DOTS OVER ONE DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-042-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-042.htm">css3-text-line-break-baspglwj-042</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2E2B ONE DOT OVER TWO DOTS PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-043-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-043.htm">css3-text-line-break-baspglwj-043</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2E2C SQUARED FOUR DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-044-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-044.htm">css3-text-line-break-baspglwj-044</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2E2D FIVE DOT PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-045-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-045.htm">css3-text-line-break-baspglwj-045</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2E30 RING POINT - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-046-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-046.htm">css3-text-line-break-baspglwj-046</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10100 AEGEAN WORD SEPARATOR LINE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-047-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-047.htm">css3-text-line-break-baspglwj-047</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10101 AEGEAN WORD SEPARATOR DOT - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-048-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-048.htm">css3-text-line-break-baspglwj-048</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10102 AEGEAN CHECK MARK - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-049-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-049.htm">css3-text-line-break-baspglwj-049</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1039F UGARITIC WORD DIVIDER - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-050-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-050.htm">css3-text-line-break-baspglwj-050</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+103D0 OLD PERSIAN WORD DIVIDER - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-051-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-051.htm">css3-text-line-break-baspglwj-051</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1091F PHOENICIAN WORD DIVIDER - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-052-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-052.htm">css3-text-line-break-baspglwj-052</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-060-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-060.htm">css3-text-line-break-baspglwj-060</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0964 DEVANAGARI DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-061-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-061.htm">css3-text-line-break-baspglwj-061</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0965 DEVANAGARI DOUBLE DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-062-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-062.htm">css3-text-line-break-baspglwj-062</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0E5A THAI CHARACTER ANGKHANKHU - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-063-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-063.htm">css3-text-line-break-baspglwj-063</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0E5B THAI CHARACTER KHOMUT - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-064-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-064.htm">css3-text-line-break-baspglwj-064</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+104A MYANMAR SIGN LITTLE SECTION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-065-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-065.htm">css3-text-line-break-baspglwj-065</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+104B MYANMAR SIGN SECTION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-066-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-066.htm">css3-text-line-break-baspglwj-066</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1735 PHILIPPINE SINGLE PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-067-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-067.htm">css3-text-line-break-baspglwj-067</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1736 PHILIPPINE DOUBLE PUNCTUATION - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-068-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-068.htm">css3-text-line-break-baspglwj-068</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+17D4 KHMER SIGN KHAN - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-069-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-069.htm">css3-text-line-break-baspglwj-069</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+17D5 KHMER SIGN BARIYOOSAN - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-070-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-070.htm">css3-text-line-break-baspglwj-070</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1B5E BALINESE CARIK SIKI - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-071-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-071.htm">css3-text-line-break-baspglwj-071</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1B5F BALINESE CARIK PAREREN - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-072-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-072.htm">css3-text-line-break-baspglwj-072</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+A8CE SAURASHTRA DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-073-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-073.htm">css3-text-line-break-baspglwj-073</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+A8CF SAURASHTRA DOUBLE DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-074-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-074.htm">css3-text-line-break-baspglwj-074</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+AA5D CHAM PUNCTUATION DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-075-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-075.htm">css3-text-line-break-baspglwj-075</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+AA5E CHAM PUNCTUATION DOUBLE DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-076-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-076.htm">css3-text-line-break-baspglwj-076</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+AA5F CHAM PUNCTUATION TRIPLE DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-077-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-077.htm">css3-text-line-break-baspglwj-077</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A56 KHAROSHTHI PUNCTUATION DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-078-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-078.htm">css3-text-line-break-baspglwj-078</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A57 KHAROSHTHI PUNCTUATION DOUBLE DANDA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA danda property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-080-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-080.htm">css3-text-line-break-baspglwj-080</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0F85 TIBETAN MARK PALUTA - <ul class="assert"> - <li>[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-081-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-081.htm">css3-text-line-break-baspglwj-081</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0F34 TIBETAN MARK BSDUS RTAGS - <ul class="assert"> - <li>[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-082-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-082.htm">css3-text-line-break-baspglwj-082</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0F7F TIBETAN SIGN RNAM BCAD - <ul class="assert"> - <li>[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-083-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-083.htm">css3-text-line-break-baspglwj-083</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+07BE TIBETAN KU RU KHA - <ul class="assert"> - <li>[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-084-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-084.htm">css3-text-line-break-baspglwj-084</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0FBF TIBETAN KU RU KHA BZHI MIG CAN - <ul class="assert"> - <li>[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-085-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-085.htm">css3-text-line-break-baspglwj-085</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0FD2 TIBETAN MARK NYIS TSHEG - <ul class="assert"> - <li>[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-086-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-086.htm">css3-text-line-break-baspglwj-086</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0FD2 TIBETAN MARK NYIS TSHEG - <ul class="assert"> - <li>[Exploratory] The UA will break a line of text after any Unicode character with the BA tibetan property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-090-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-090.htm">css3-text-line-break-baspglwj-090</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1804 MONGOLIAN COLON - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-091-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-091.htm">css3-text-line-break-baspglwj-091</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1805 MONGOLIAN FOUR DOTS - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-092-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-092.htm">css3-text-line-break-baspglwj-092</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1B5A BALINESE PANTI - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-093-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-093.htm">css3-text-line-break-baspglwj-093</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1B5B BALINESE PAMADA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-094-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-094.htm">css3-text-line-break-baspglwj-094</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1B5C BALINESE WINDU - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-095-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-095.htm">css3-text-line-break-baspglwj-095</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1B5D BALINESE CARIK PAMUNGKAH - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-096-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-096.htm">css3-text-line-break-baspglwj-096</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1B60 BALINESE PAMENENG - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-097-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-097.htm">css3-text-line-break-baspglwj-097</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1C3B LEPCHA PUNCTUATION TA-ROL - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-098-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-098.htm">css3-text-line-break-baspglwj-098</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1C3C LEPCHA PUNCTUATION NYET THYOOM TA-ROL - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-099-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-099.htm">css3-text-line-break-baspglwj-099</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1C3E LEPCHA PUNCTUATION TSHOOK CER-WA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-100-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-100.htm">css3-text-line-break-baspglwj-100</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1C3E LEPCHA PUNCTUATION TSHOOK CER-WA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-101-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-101.htm">css3-text-line-break-baspglwj-101</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1C3F LEPCHA PUNCTUATION TSHOOK - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-102-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-102.htm">css3-text-line-break-baspglwj-102</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1C7E OL CHIKI PUNCTUATION MUCAAD - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-103-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-103.htm">css3-text-line-break-baspglwj-103</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1C7F OL CHIKI PUNCTUATION DOUBLE MUCAAD - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-104-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-104.htm">css3-text-line-break-baspglwj-104</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2CFA COPTIC OLD NUBIAN DIRECT QUESTION MARK - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-105-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-105.htm">css3-text-line-break-baspglwj-105</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2CFB COPTIC OLD NUBIAN INDIRECT QUESTION MARK - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-106-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-106.htm">css3-text-line-break-baspglwj-106</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2CFC COPTIC OLD NUBIAN VERSE DIVIDER - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-107-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-107.htm">css3-text-line-break-baspglwj-107</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2CFF COPTIC MORPHOLOGICAL DIVIDER - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-108-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-108.htm">css3-text-line-break-baspglwj-108</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2E17 OBLIQUE DOUBLE HYPHEN - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-109-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-109.htm">css3-text-line-break-baspglwj-109</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+A60D VAI COMMA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-110-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-110.htm">css3-text-line-break-baspglwj-110</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+A60F VAI QUESTION MARK - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-111-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-111.htm">css3-text-line-break-baspglwj-111</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+A92E KAYAH LI SIGN CWI - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-112-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-112.htm">css3-text-line-break-baspglwj-112</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+A92F KAYAH LI SIGN SHYA - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-113-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-113.htm">css3-text-line-break-baspglwj-113</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A50 KHAROSHTHI PUNCTUATION DOT - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-114-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-114.htm">css3-text-line-break-baspglwj-114</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A51 KHAROSHTHI PUNCTUATION SMALL CIRCLE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-115-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-115.htm">css3-text-line-break-baspglwj-115</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A52 KHAROSHTHI PUNCTUATION CIRCLE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-116-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-116.htm">css3-text-line-break-baspglwj-116</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A53 KHAROSHTHI PUNCTUATION CRESCENT BAR - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-117-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-117.htm">css3-text-line-break-baspglwj-117</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A54 KHAROSHTHI PUNCTUATION MANGALAM - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-118-5" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-118.htm">css3-text-line-break-baspglwj-118</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+10A55 KHAROSHTHI PUNCTUATION LOTUS - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after any Unicode character with the BA Other Terminating Punctuation property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-001-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-001.htm">css3-text-line-break-opclns-001</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-001-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0028 LEFT PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 0028 LEFT PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-002-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-002.htm">css3-text-line-break-opclns-002</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-002-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 005B LEFT SQUARE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 005B LEFT SQUARE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-003-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-003.htm">css3-text-line-break-opclns-003</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-003-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 007B LEFT CURLY BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 007B LEFT CURLY BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-004-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-004.htm">css3-text-line-break-opclns-004</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-004-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0F3A TIBETAN MARK GUG RTAGS GYON - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 0F3A TIBETAN MARK GUG RTAGS GYON at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-005-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-005.htm">css3-text-line-break-opclns-005</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-005-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0F3C TIBETAN MARK ANG KHANG GYON - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 0F3C TIBETAN MARK ANG KHANG GYON at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-006-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-006.htm">css3-text-line-break-opclns-006</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-006-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 169B OGHAM FEATHER MARK - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 169B OGHAM FEATHER MARK at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-007-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-007.htm">css3-text-line-break-opclns-007</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-007-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 201A SINGLE LOW-9 QUOTATION MARK - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 201A SINGLE LOW-9 QUOTATION MARK at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-008-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-008.htm">css3-text-line-break-opclns-008</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-008-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 201E DOUBLE LOW-9 QUOTATION MARK - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 201E DOUBLE LOW-9 QUOTATION MARK at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-009-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-009.htm">css3-text-line-break-opclns-009</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-009-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2045 LEFT SQUARE BRACKET WITH QUILL - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2045 LEFT SQUARE BRACKET WITH QUILL at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-010-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-010.htm">css3-text-line-break-opclns-010</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-010-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 207D SUPERSCRIPT LEFT PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 207D SUPERSCRIPT LEFT PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-011-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-011.htm">css3-text-line-break-opclns-011</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-011-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 208D SUBSCRIPT LEFT PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 208D SUBSCRIPT LEFT PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-012-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-012.htm">css3-text-line-break-opclns-012</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-012-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2329 LEFT-POINTING ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2329 LEFT-POINTING ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-013-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-013.htm">css3-text-line-break-opclns-013</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-013-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 23B4 TOP SQUARE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 23B4 TOP SQUARE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-014-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-014.htm">css3-text-line-break-opclns-014</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-014-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2768 MEDIUM LEFT PARENTHESIS ORNAMENT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2768 MEDIUM LEFT PARENTHESIS ORNAMENT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-015-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-015.htm">css3-text-line-break-opclns-015</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-015-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-016-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-016.htm">css3-text-line-break-opclns-016</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-016-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-017-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-017.htm">css3-text-line-break-opclns-017</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-017-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-018-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-018.htm">css3-text-line-break-opclns-018</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-018-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-019-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-019.htm">css3-text-line-break-opclns-019</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-019-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-020-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-020.htm">css3-text-line-break-opclns-020</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-020-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2774 MEDIUM LEFT CURLY BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2774 MEDIUM LEFT CURLY BRACKET ORNAMENT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-021-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-021.htm">css3-text-line-break-opclns-021</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-021-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-022-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-022.htm">css3-text-line-break-opclns-022</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-022-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 27E8 MATHEMATICAL LEFT ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 27E8 MATHEMATICAL LEFT ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-023-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-023.htm">css3-text-line-break-opclns-023</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-023-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-024-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-024.htm">css3-text-line-break-opclns-024</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-024-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2983 LEFT WHITE CURLY BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2983 LEFT WHITE CURLY BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-025-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-025.htm">css3-text-line-break-opclns-025</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-025-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2985 LEFT WHITE PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2985 LEFT WHITE PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-026-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-026.htm">css3-text-line-break-opclns-026</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-026-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2987 Z NOTATION LEFT IMAGE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2987 Z NOTATION LEFT IMAGE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-027-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-027.htm">css3-text-line-break-opclns-027</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-027-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2989 Z NOTATION LEFT BINDING BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2989 Z NOTATION LEFT BINDING BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-028-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-028.htm">css3-text-line-break-opclns-028</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-028-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 298B LEFT SQUARE BRACKET WITH UNDERBAR - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 298B LEFT SQUARE BRACKET WITH UNDERBAR at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-029-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-029.htm">css3-text-line-break-opclns-029</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-029-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-030-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-030.htm">css3-text-line-break-opclns-030</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-030-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-031-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-031.htm">css3-text-line-break-opclns-031</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-031-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2991 LEFT ANGLE BRACKET WITH DOT - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2991 LEFT ANGLE BRACKET WITH DOT at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-032-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-032.htm">css3-text-line-break-opclns-032</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-032-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2993 LEFT ARC LESS-THAN BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2993 LEFT ARC LESS-THAN BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-033-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-033.htm">css3-text-line-break-opclns-033</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-033-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2995 DOUBLE LEFT ARC GREATER-THAN BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2995 DOUBLE LEFT ARC GREATER-THAN BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-034-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-034.htm">css3-text-line-break-opclns-034</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-034-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2997 LEFT BLACK TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 2997 LEFT BLACK TORTOISE SHELL BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-035-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-035.htm">css3-text-line-break-opclns-035</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-035-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 29D8 LEFT WIGGLY FENCE - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 29D8 LEFT WIGGLY FENCE at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-036-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-036.htm">css3-text-line-break-opclns-036</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-036-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 29DA LEFT DOUBLE WIGGLY FENCE - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 29DA LEFT DOUBLE WIGGLY FENCE at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-037-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-037.htm">css3-text-line-break-opclns-037</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-037-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 29FC LEFT-POINTING CURVED ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 29FC LEFT-POINTING CURVED ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-038-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-038.htm">css3-text-line-break-opclns-038</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-038-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3008 LEFT ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 3008 LEFT ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-039-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-039.htm">css3-text-line-break-opclns-039</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-039-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 300A LEFT DOUBLE ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 300A LEFT DOUBLE ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-040-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-040.htm">css3-text-line-break-opclns-040</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-040-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 300C LEFT CORNER BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 300C LEFT CORNER BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-041-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-041.htm">css3-text-line-break-opclns-041</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-041-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 300E LEFT WHITE CORNER BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 300E LEFT WHITE CORNER BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-042-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-042.htm">css3-text-line-break-opclns-042</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-042-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3010 LEFT BLACK LENTICULAR BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 3010 LEFT BLACK LENTICULAR BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-043-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-043.htm">css3-text-line-break-opclns-043</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-043-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3014 LEFT TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 3014 LEFT TORTOISE SHELL BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-044-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-044.htm">css3-text-line-break-opclns-044</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-044-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3016 LEFT WHITE LENTICULAR BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 3016 LEFT WHITE LENTICULAR BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-045-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-045.htm">css3-text-line-break-opclns-045</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-045-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3018 LEFT WHITE TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 3018 LEFT WHITE TORTOISE SHELL BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-046-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-046.htm">css3-text-line-break-opclns-046</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-046-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301A LEFT WHITE SQUARE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 301A LEFT WHITE SQUARE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-047-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-047.htm">css3-text-line-break-opclns-047</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-047-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301D REVERSED DOUBLE PRIME QUOTATION MARK - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave 301D REVERSED DOUBLE PRIME QUOTATION MARK at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-048-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-048.htm">css3-text-line-break-opclns-048</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-048-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FD3E ORNATE LEFT PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FD3E ORNATE LEFT PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-049-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-049.htm">css3-text-line-break-opclns-049</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-049-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-050-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-050.htm">css3-text-line-break-opclns-050</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-050-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-051-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-051.htm">css3-text-line-break-opclns-051</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-051-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-052-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-052.htm">css3-text-line-break-opclns-052</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-052-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-053-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-053.htm">css3-text-line-break-opclns-053</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-053-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-054-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-054.htm">css3-text-line-break-opclns-054</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-054-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-055-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-055.htm">css3-text-line-break-opclns-055</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-055-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-056-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-056.htm">css3-text-line-break-opclns-056</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-056-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-057-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-057.htm">css3-text-line-break-opclns-057</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-057-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-058-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-058.htm">css3-text-line-break-opclns-058</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-058-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE59 SMALL LEFT PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE59 SMALL LEFT PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-059-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-059.htm">css3-text-line-break-opclns-059</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-059-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE5B SMALL LEFT CURLY BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE5B SMALL LEFT CURLY BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-060-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-060.htm">css3-text-line-break-opclns-060</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-060-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE5D SMALL LEFT TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FE5D SMALL LEFT TORTOISE SHELL BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-061-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-061.htm">css3-text-line-break-opclns-061</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-061-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF08 FULLWIDTH LEFT PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FF08 FULLWIDTH LEFT PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-062-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-062.htm">css3-text-line-break-opclns-062</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-062-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF3B FULLWIDTH LEFT SQUARE BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FF3B FULLWIDTH LEFT SQUARE BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-063-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-063.htm">css3-text-line-break-opclns-063</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-063-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF5B FULLWIDTH LEFT CURLY BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FF5B FULLWIDTH LEFT CURLY BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-064-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-064.htm">css3-text-line-break-opclns-064</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-064-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF5F FULLWIDTH LEFT WHITE PARENTHESIS - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FF5F FULLWIDTH LEFT WHITE PARENTHESIS at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-065-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-065.htm">css3-text-line-break-opclns-065</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-065-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF62 HALFWIDTH LEFT CORNER BRACKET - <ul class="assert"> - <li>Because it has OP Opening Punctuation property, the browser will not leave FF62 HALFWIDTH LEFT CORNER BRACKET at the end of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-100-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-100.htm">css3-text-line-break-opclns-100</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-100-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3001 IDEOGRAPHIC COMMA - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 3001 IDEOGRAPHIC COMMA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-101-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-101.htm">css3-text-line-break-opclns-101</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-101-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3002 IDEOGRAPHIC FULL STOP - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 3002 IDEOGRAPHIC FULL STOP at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-102-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-102.htm">css3-text-line-break-opclns-102</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-102-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE50 SMALL COMMA - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE50 SMALL COMMA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-103-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-103.htm">css3-text-line-break-opclns-103</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-103-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE52 SMALL FULL STOP - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE52 SMALL FULL STOP at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-104-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-104.htm">css3-text-line-break-opclns-104</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-104-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF0C FULLWIDTH COMMA - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF0C FULLWIDTH COMMA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-105-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-105.htm">css3-text-line-break-opclns-105</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-105-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF0E FULLWIDTH FULL STOP - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF0E FULLWIDTH FULL STOP at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-106-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-106.htm">css3-text-line-break-opclns-106</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-106-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF61 HALFWIDTH IDEOGRAPHIC FULL STOP - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF61 HALFWIDTH IDEOGRAPHIC FULL STOP at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-107-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-107.htm">css3-text-line-break-opclns-107</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-107-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF64 HALFWIDTH IDEOGRAPHIC COMMA - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF64 HALFWIDTH IDEOGRAPHIC COMMA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-108-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-108.htm">css3-text-line-break-opclns-108</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-108-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0029 RIGHT PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 0029 RIGHT PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-109-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-109.htm">css3-text-line-break-opclns-109</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-109-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 005D RIGHT SQUARE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 005D RIGHT SQUARE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-110-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-110.htm">css3-text-line-break-opclns-110</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-110-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 007D RIGHT CURLY BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 007D RIGHT CURLY BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-111-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-111.htm">css3-text-line-break-opclns-111</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-111-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0F3B TIBETAN MARK GUG RTAGS GYAS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 0F3B TIBETAN MARK GUG RTAGS GYAS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-112-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-112.htm">css3-text-line-break-opclns-112</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-112-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0F3D TIBETAN MARK ANG KHANG GYAS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 0F3D TIBETAN MARK ANG KHANG GYAS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-113-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-113.htm">css3-text-line-break-opclns-113</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-113-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 169C OGHAM REVERSED FEATHER MARK - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 169C OGHAM REVERSED FEATHER MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-114-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-114.htm">css3-text-line-break-opclns-114</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-114-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2046 RIGHT SQUARE BRACKET WITH QUILL - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2046 RIGHT SQUARE BRACKET WITH QUILL at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-115-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-115.htm">css3-text-line-break-opclns-115</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-115-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 207E SUPERSCRIPT RIGHT PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 207E SUPERSCRIPT RIGHT PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-116-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-116.htm">css3-text-line-break-opclns-116</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-116-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 208E SUBSCRIPT RIGHT PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 208E SUBSCRIPT RIGHT PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-117-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-117.htm">css3-text-line-break-opclns-117</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-117-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 232A RIGHT-POINTING ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 232A RIGHT-POINTING ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-118-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-118.htm">css3-text-line-break-opclns-118</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-118-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 23B5 BOTTOM SQUARE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 23B5 BOTTOM SQUARE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-119-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-119.htm">css3-text-line-break-opclns-119</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-119-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2769 MEDIUM RIGHT PARENTHESIS ORNAMENT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2769 MEDIUM RIGHT PARENTHESIS ORNAMENT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-120-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-120.htm">css3-text-line-break-opclns-120</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-120-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 276B MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 276B MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-121-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-121.htm">css3-text-line-break-opclns-121</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-121-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 276D MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 276D MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-122-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-122.htm">css3-text-line-break-opclns-122</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-122-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 276F HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 276F HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-123-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-123.htm">css3-text-line-break-opclns-123</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-123-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2771 HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2771 HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-124-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-124.htm">css3-text-line-break-opclns-124</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-124-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-125-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-125.htm">css3-text-line-break-opclns-125</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-125-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2775 MEDIUM RIGHT CURLY BRACKET ORNAMENT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2775 MEDIUM RIGHT CURLY BRACKET ORNAMENT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-126-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-126.htm">css3-text-line-break-opclns-126</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-126-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-127-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-127.htm">css3-text-line-break-opclns-127</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-127-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 27E9 MATHEMATICAL RIGHT ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 27E9 MATHEMATICAL RIGHT ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-128-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-128.htm">css3-text-line-break-opclns-128</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-128-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 27EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 27EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-129-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-129.htm">css3-text-line-break-opclns-129</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-129-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2984 RIGHT WHITE CURLY BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2984 RIGHT WHITE CURLY BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-130-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-130.htm">css3-text-line-break-opclns-130</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-130-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2986 RIGHT WHITE PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2986 RIGHT WHITE PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-131-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-131.htm">css3-text-line-break-opclns-131</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-131-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2988 Z NOTATION RIGHT IMAGE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2988 Z NOTATION RIGHT IMAGE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-132-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-132.htm">css3-text-line-break-opclns-132</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-132-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 298A Z NOTATION RIGHT BINDING BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 298A Z NOTATION RIGHT BINDING BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-133-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-133.htm">css3-text-line-break-opclns-133</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-133-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 298C RIGHT SQUARE BRACKET WITH UNDERBAR - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 298C RIGHT SQUARE BRACKET WITH UNDERBAR at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-134-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-134.htm">css3-text-line-break-opclns-134</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-134-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-135-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-135.htm">css3-text-line-break-opclns-135</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-135-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-136-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-136.htm">css3-text-line-break-opclns-136</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-136-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2992 RIGHT ANGLE BRACKET WITH DOT - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2992 RIGHT ANGLE BRACKET WITH DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-137-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-137.htm">css3-text-line-break-opclns-137</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-137-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2994 RIGHT ARC GREATER-THAN BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2994 RIGHT ARC GREATER-THAN BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-138-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-138.htm">css3-text-line-break-opclns-138</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-138-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2996 DOUBLE RIGHT ARC LESS-THAN BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2996 DOUBLE RIGHT ARC LESS-THAN BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-139-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-139.htm">css3-text-line-break-opclns-139</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-139-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2998 RIGHT BLACK TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 2998 RIGHT BLACK TORTOISE SHELL BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-140-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-140.htm">css3-text-line-break-opclns-140</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-140-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 29D9 RIGHT WIGGLY FENCE - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 29D9 RIGHT WIGGLY FENCE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-141-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-141.htm">css3-text-line-break-opclns-141</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-141-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 29DB RIGHT DOUBLE WIGGLY FENCE - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 29DB RIGHT DOUBLE WIGGLY FENCE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-142-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-142.htm">css3-text-line-break-opclns-142</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-142-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 29FD RIGHT-POINTING CURVED ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 29FD RIGHT-POINTING CURVED ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-143-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-143.htm">css3-text-line-break-opclns-143</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-143-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3009 RIGHT ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 3009 RIGHT ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-144-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-144.htm">css3-text-line-break-opclns-144</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-144-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 300B RIGHT DOUBLE ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 300B RIGHT DOUBLE ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-145-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-145.htm">css3-text-line-break-opclns-145</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-145-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 300D RIGHT CORNER BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 300D RIGHT CORNER BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-146-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-146.htm">css3-text-line-break-opclns-146</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-146-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 300F RIGHT WHITE CORNER BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 300F RIGHT WHITE CORNER BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-147-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-147.htm">css3-text-line-break-opclns-147</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-147-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3011 RIGHT BLACK LENTICULAR BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 3011 RIGHT BLACK LENTICULAR BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-148-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-148.htm">css3-text-line-break-opclns-148</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-148-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3015 RIGHT TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 3015 RIGHT TORTOISE SHELL BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-149-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-149.htm">css3-text-line-break-opclns-149</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-149-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3017 RIGHT WHITE LENTICULAR BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 3017 RIGHT WHITE LENTICULAR BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-150-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-150.htm">css3-text-line-break-opclns-150</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-150-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3019 RIGHT WHITE TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 3019 RIGHT WHITE TORTOISE SHELL BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-151-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-151.htm">css3-text-line-break-opclns-151</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-151-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301B RIGHT WHITE SQUARE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 301B RIGHT WHITE SQUARE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-152-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-152.htm">css3-text-line-break-opclns-152</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-152-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301E DOUBLE PRIME QUOTATION MARK - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 301E DOUBLE PRIME QUOTATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-153-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-153.htm">css3-text-line-break-opclns-153</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-153-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301F LOW DOUBLE PRIME QUOTATION MARK - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave 301F LOW DOUBLE PRIME QUOTATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-154-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-154.htm">css3-text-line-break-opclns-154</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-154-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FD3F ORNATE RIGHT PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FD3F ORNATE RIGHT PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-155-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-155.htm">css3-text-line-break-opclns-155</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-155-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE36 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE36 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-156-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-156.htm">css3-text-line-break-opclns-156</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-156-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE38 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE38 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-157-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-157.htm">css3-text-line-break-opclns-157</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-157-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE3A PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE3A PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-158-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-158.htm">css3-text-line-break-opclns-158</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-158-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE3C PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE3C PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-159-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-159.htm">css3-text-line-break-opclns-159</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-159-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE3E PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE3E PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-160-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-160.htm">css3-text-line-break-opclns-160</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-160-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-161-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-161.htm">css3-text-line-break-opclns-161</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-161-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE42 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE42 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-162-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-162.htm">css3-text-line-break-opclns-162</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-162-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE44 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE44 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-163-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-163.htm">css3-text-line-break-opclns-163</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-163-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE48 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE48 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-164-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-164.htm">css3-text-line-break-opclns-164</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-164-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE5A SMALL RIGHT PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE5A SMALL RIGHT PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-165-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-165.htm">css3-text-line-break-opclns-165</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-165-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE5C SMALL RIGHT CURLY BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE5C SMALL RIGHT CURLY BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-166-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-166.htm">css3-text-line-break-opclns-166</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-166-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE5E SMALL RIGHT TORTOISE SHELL BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FE5E SMALL RIGHT TORTOISE SHELL BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-167-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-167.htm">css3-text-line-break-opclns-167</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-167-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF09 FULLWIDTH RIGHT PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF09 FULLWIDTH RIGHT PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-168-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-168.htm">css3-text-line-break-opclns-168</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-168-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF3D FULLWIDTH RIGHT SQUARE BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF3D FULLWIDTH RIGHT SQUARE BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-169-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-169.htm">css3-text-line-break-opclns-169</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-169-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF5D FULLWIDTH RIGHT CURLY BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF5D FULLWIDTH RIGHT CURLY BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-170-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-170.htm">css3-text-line-break-opclns-170</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-170-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF60 FULLWIDTH RIGHT WHITE PARENTHESIS - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF60 FULLWIDTH RIGHT WHITE PARENTHESIS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-171-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-171.htm">css3-text-line-break-opclns-171</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-171-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF63 HALFWIDTH RIGHT CORNER BRACKET - <ul class="assert"> - <li>Because it has a CL Closing Punctuation property, the browser will not leave FF63 HALFWIDTH RIGHT CORNER BRACKET at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-200-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-200.htm">css3-text-line-break-opclns-200</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-200-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0E5A THAI CHARACTER ANGKHANKHU - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 0E5A THAI CHARACTER ANGKHANKHU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-201-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-201.htm">css3-text-line-break-opclns-201</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-201-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0E5B THAI CHARACTER KHOMUT - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 0E5B THAI CHARACTER KHOMUT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-202-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-202.htm">css3-text-line-break-opclns-202</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-202-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 17D4 KHMER SIGN KHAN - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 17D4 KHMER SIGN KHAN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-203-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-203.htm">css3-text-line-break-opclns-203</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-203-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 17D6 KHMER SIGN CAMNUC PII KUUH - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 17D6 KHMER SIGN CAMNUC PII KUUH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-204-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-204.htm">css3-text-line-break-opclns-204</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-204-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 17DA KHMER SIGN KOOMUUT - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 17DA KHMER SIGN KOOMUUT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-205-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-205.htm">css3-text-line-break-opclns-205</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-205-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 203C DOUBLE EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-206-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-206.htm">css3-text-line-break-opclns-206</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-206-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-207-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-207.htm">css3-text-line-break-opclns-207</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-207-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301C WAVE DASH - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 301C WAVE DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-208-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-208.htm">css3-text-line-break-opclns-208</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-208-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303C MASU MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 303C MASU MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-209-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-209.htm">css3-text-line-break-opclns-209</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-209-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-210-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-210.htm">css3-text-line-break-opclns-210</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-210-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309B KATAKANA-HIRAGANA VOICED SOUND MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 309B KATAKANA-HIRAGANA VOICED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-211-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-211.htm">css3-text-line-break-opclns-211</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-211-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309C KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 309C KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-212-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-212.htm">css3-text-line-break-opclns-212</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-212-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 309D HIRAGANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-213-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-213.htm">css3-text-line-break-opclns-213</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-213-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-214-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-214.htm">css3-text-line-break-opclns-214</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-214-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-215-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-215.htm">css3-text-line-break-opclns-215</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-215-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 30FB KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-216-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-216.htm">css3-text-line-break-opclns-216</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-216-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-217-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-217.htm">css3-text-line-break-opclns-217</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-217-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 30FD KATAKANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-218-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-218.htm">css3-text-line-break-opclns-218</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-218-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-219-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-219.htm">css3-text-line-break-opclns-219</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-219-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE54 SMALL SEMICOLON - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FE54 SMALL SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-220-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-220.htm">css3-text-line-break-opclns-220</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-220-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FE55 SMALL COLON - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FE55 SMALL COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-221-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-221.htm">css3-text-line-break-opclns-221</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-221-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FF1A FULLWIDTH COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-222-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-222.htm">css3-text-line-break-opclns-222</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-222-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FF1B FULLWIDTH SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-223-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-223.htm">css3-text-line-break-opclns-223</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-223-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-224-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-224.htm">css3-text-line-break-opclns-224</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-224-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-225-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-225.htm">css3-text-line-break-opclns-225</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-225-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF9E HALFWIDTH KATAKANA VOICED SOUND MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FF9E HALFWIDTH KATAKANA VOICED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-226-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-226.htm">css3-text-line-break-opclns-226</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-226-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK - <ul class="assert"> - <li>Because it has an NS Non-Starter property, the browser will not leave FF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-250-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-250.htm">css3-text-line-break-opclns-250</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-250-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A - <ul class="assert"> - <li>The browser will not allow the small kana character 3041 HIRAGANA LETTER SMALL A (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-251-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-251.htm">css3-text-line-break-opclns-251</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-251-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I - <ul class="assert"> - <li>The browser will not allow the small kana character 3043 HIRAGANA LETTER SMALL I (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-252-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-252.htm">css3-text-line-break-opclns-252</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-252-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U - <ul class="assert"> - <li>The browser will not allow the small kana character 3045 HIRAGANA LETTER SMALL U (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-253-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-253.htm">css3-text-line-break-opclns-253</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-253-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E - <ul class="assert"> - <li>The browser will not allow the small kana character 3047 HIRAGANA LETTER SMALL E (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-254-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-254.htm">css3-text-line-break-opclns-254</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-254-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O - <ul class="assert"> - <li>The browser will not allow the small kana character 3049 HIRAGANA LETTER SMALL O (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-255-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-255.htm">css3-text-line-break-opclns-255</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-255-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU - <ul class="assert"> - <li>The browser will not allow the small kana character 3063 HIRAGANA LETTER SMALL TU (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-256-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-256.htm">css3-text-line-break-opclns-256</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-256-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA - <ul class="assert"> - <li>The browser will not allow the small kana character 3083 HIRAGANA LETTER SMALL YA (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-257-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-257.htm">css3-text-line-break-opclns-257</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-257-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU - <ul class="assert"> - <li>The browser will not allow the small kana character 3085 HIRAGANA LETTER SMALL YU (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-258-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-258.htm">css3-text-line-break-opclns-258</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-258-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO - <ul class="assert"> - <li>The browser will not allow the small kana character 3087 HIRAGANA LETTER SMALL YO (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-259-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-259.htm">css3-text-line-break-opclns-259</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-259-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA - <ul class="assert"> - <li>The browser will not allow the small kana character 308E HIRAGANA LETTER SMALL WA (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-260-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-260.htm">css3-text-line-break-opclns-260</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-260-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A - <ul class="assert"> - <li>The browser will not allow the small kana character 30A1 KATAKANA LETTER SMALL A (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-261-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-261.htm">css3-text-line-break-opclns-261</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-261-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I - <ul class="assert"> - <li>The browser will not allow the small kana character 30A3 KATAKANA LETTER SMALL I (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-262-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-262.htm">css3-text-line-break-opclns-262</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-262-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U - <ul class="assert"> - <li>The browser will not allow the small kana character 30A5 KATAKANA LETTER SMALL U (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-263-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-263.htm">css3-text-line-break-opclns-263</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-263-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E - <ul class="assert"> - <li>The browser will not allow the small kana character 30A7 KATAKANA LETTER SMALL E (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-264-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-264.htm">css3-text-line-break-opclns-264</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-264-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O - <ul class="assert"> - <li>The browser will not allow the small kana character 30A9 KATAKANA LETTER SMALL O (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-265-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-265.htm">css3-text-line-break-opclns-265</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-265-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU - <ul class="assert"> - <li>The browser will not allow the small kana character 30C3 KATAKANA LETTER SMALL TU (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-266-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-266.htm">css3-text-line-break-opclns-266</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-266-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA - <ul class="assert"> - <li>The browser will not allow the small kana character 30E3 KATAKANA LETTER SMALL YA (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-267-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-267.htm">css3-text-line-break-opclns-267</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-267-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU - <ul class="assert"> - <li>The browser will not allow the small kana character 30E5 KATAKANA LETTER SMALL YU (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-268-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-268.htm">css3-text-line-break-opclns-268</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-268-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO - <ul class="assert"> - <li>The browser will not allow the small kana character 30E7 KATAKANA LETTER SMALL YO (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-opclns-269-5" class="primary font"> - <td><strong> - <a href="css3-text-line-break-opclns-269.htm">css3-text-line-break-opclns-269</a></strong></td> - <td><a href="reference/css3-text-line-break-opclns-269-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA - <ul class="assert"> - <li>The browser will not allow the small kana character 30EE KATAKANA LETTER SMALL WA (which has the NS Non-Starter property) at the beginning of a line.</li> - </ul> - </td> - </tr> + <!-- 0 tests --> </tbody> <tbody id="s5.#forced-line-break"> <!-- 0 tests --> </tbody> <tbody id="s5.#line-break"> - <!-- 271 tests --> - <tr id="css3-text-line-break-jazh-001-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-001.htm">css3-text-line-break-jazh-001</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-001-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-002-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-002.htm">css3-text-line-break-jazh-002</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-002-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-003-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-003.htm">css3-text-line-break-jazh-003</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-003-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-004-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-004.htm">css3-text-line-break-jazh-004</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-004-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-005-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-005.htm">css3-text-line-break-jazh-005</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-005-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-006-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-006.htm">css3-text-line-break-jazh-006</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-006-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-007-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-007.htm">css3-text-line-break-jazh-007</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-007-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-008-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-008.htm">css3-text-line-break-jazh-008</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-008-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-009-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-009.htm">css3-text-line-break-jazh-009</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-009-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-010-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-010.htm">css3-text-line-break-jazh-010</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-010-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-011-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-011.htm">css3-text-line-break-jazh-011</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-011-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-012-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-012.htm">css3-text-line-break-jazh-012</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-012-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-013-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-013.htm">css3-text-line-break-jazh-013</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-013-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-014-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-014.htm">css3-text-line-break-jazh-014</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-014-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-015-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-015.htm">css3-text-line-break-jazh-015</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-015-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-016-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-016.htm">css3-text-line-break-jazh-016</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-016-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-017-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-017.htm">css3-text-line-break-jazh-017</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-017-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-018-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-018.htm">css3-text-line-break-jazh-018</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-018-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-019-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-019.htm">css3-text-line-break-jazh-019</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-019-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-020-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-020.htm">css3-text-line-break-jazh-020</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-020-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-021-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-021.htm">css3-text-line-break-jazh-021</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-021-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-022-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-022.htm">css3-text-line-break-jazh-022</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-022-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-023-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-023.htm">css3-text-line-break-jazh-023</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-023-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-024-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-024.htm">css3-text-line-break-jazh-024</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-024-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-025-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-025.htm">css3-text-line-break-jazh-025</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-025-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-026-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-026.htm">css3-text-line-break-jazh-026</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-026-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2010 HYPHEN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2010 HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-027-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-027.htm">css3-text-line-break-jazh-027</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-027-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2013 EN DASH (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2013 EN DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-028-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-028.htm">css3-text-line-break-jazh-028</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-028-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301C WAVE DASH (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 301C WAVE DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-029-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-029.htm">css3-text-line-break-jazh-029</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-029-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-030-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-030.htm">css3-text-line-break-jazh-030</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-030-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-031-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-031.htm">css3-text-line-break-jazh-031</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-031-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-032-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-032.htm">css3-text-line-break-jazh-032</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-032-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 309D HIRAGANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-033-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-033.htm">css3-text-line-break-jazh-033</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-033-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-034-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-034.htm">css3-text-line-break-jazh-034</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-034-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30FD KATAKANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-035-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-035.htm">css3-text-line-break-jazh-035</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-035-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-036-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-036.htm">css3-text-line-break-jazh-036</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-036-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003A COLON (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 003A COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-037-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-037.htm">css3-text-line-break-jazh-037</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-037-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003B SEMICOLON (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 003B SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-038-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-038.htm">css3-text-line-break-jazh-038</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-038-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 30FB KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-039-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-039.htm">css3-text-line-break-jazh-039</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-039-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-040-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-040.htm">css3-text-line-break-jazh-040</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-040-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-041-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-041.htm">css3-text-line-break-jazh-041</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-041-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-042-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-042.htm">css3-text-line-break-jazh-042</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-042-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-043-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-043.htm">css3-text-line-break-jazh-043</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-043-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003F QUESTION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 003F QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-044-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-044.htm">css3-text-line-break-jazh-044</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-044-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-045-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-045.htm">css3-text-line-break-jazh-045</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-045-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-046-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-046.htm">css3-text-line-break-jazh-046</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-046-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-047-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-047.htm">css3-text-line-break-jazh-047</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-047-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-048-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-048.htm">css3-text-line-break-jazh-048</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-048-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-049-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-049.htm">css3-text-line-break-jazh-049</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-049-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-050-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-050.htm">css3-text-line-break-jazh-050</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-050-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-051-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-051.htm">css3-text-line-break-jazh-051</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-051-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 00A2 CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-052-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-052.htm">css3-text-line-break-jazh-052</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-052-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-054-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-054.htm">css3-text-line-break-jazh-054</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-054-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-055-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-055.htm">css3-text-line-break-jazh-055</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-055-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2032 PRIME (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2032 PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-056-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-056.htm">css3-text-line-break-jazh-056</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-056-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-057-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-057.htm">css3-text-line-break-jazh-057</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-057-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-058-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-058.htm">css3-text-line-break-jazh-058</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-058-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-059-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-059.htm">css3-text-line-break-jazh-059</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-059-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-060-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-060.htm">css3-text-line-break-jazh-060</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-060-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja) - <ul class="assert"> - <li>The browser will NOT allow FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-101-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-101.htm">css3-text-line-break-jazh-101</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-101-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (loose,ja) - <ul class="assert"> - <li>The browser will allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-102-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-102.htm">css3-text-line-break-jazh-102</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-102-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (loose,ja) - <ul class="assert"> - <li>The browser will allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-103-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-103.htm">css3-text-line-break-jazh-103</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-103-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (loose,ja) - <ul class="assert"> - <li>The browser will allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-104-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-104.htm">css3-text-line-break-jazh-104</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-104-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (loose,ja) - <ul class="assert"> - <li>The browser will allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-105-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-105.htm">css3-text-line-break-jazh-105</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-105-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (loose,ja) - <ul class="assert"> - <li>The browser will allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-106-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-106.htm">css3-text-line-break-jazh-106</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-106-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (loose,ja) - <ul class="assert"> - <li>The browser will allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-107-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-107.htm">css3-text-line-break-jazh-107</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-107-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (loose,ja) - <ul class="assert"> - <li>The browser will allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-108-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-108.htm">css3-text-line-break-jazh-108</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-108-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (loose,ja) - <ul class="assert"> - <li>The browser will allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-109-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-109.htm">css3-text-line-break-jazh-109</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-109-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (loose,ja) - <ul class="assert"> - <li>The browser will allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-110-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-110.htm">css3-text-line-break-jazh-110</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-110-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (loose,ja) - <ul class="assert"> - <li>The browser will allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-111-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-111.htm">css3-text-line-break-jazh-111</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-111-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (loose,ja) - <ul class="assert"> - <li>The browser will allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-112-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-112.htm">css3-text-line-break-jazh-112</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-112-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (loose,ja) - <ul class="assert"> - <li>The browser will allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-113-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-113.htm">css3-text-line-break-jazh-113</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-113-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (loose,ja) - <ul class="assert"> - <li>The browser will allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-114-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-114.htm">css3-text-line-break-jazh-114</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-114-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (loose,ja) - <ul class="assert"> - <li>The browser will allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-115-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-115.htm">css3-text-line-break-jazh-115</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-115-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (loose,ja) - <ul class="assert"> - <li>The browser will allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-116-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-116.htm">css3-text-line-break-jazh-116</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-116-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (loose,ja) - <ul class="assert"> - <li>The browser will allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-117-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-117.htm">css3-text-line-break-jazh-117</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-117-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (loose,ja) - <ul class="assert"> - <li>The browser will allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-118-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-118.htm">css3-text-line-break-jazh-118</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-118-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (loose,ja) - <ul class="assert"> - <li>The browser will allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-119-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-119.htm">css3-text-line-break-jazh-119</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-119-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (loose,ja) - <ul class="assert"> - <li>The browser will allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-120-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-120.htm">css3-text-line-break-jazh-120</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-120-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (loose,ja) - <ul class="assert"> - <li>The browser will allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-121-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-121.htm">css3-text-line-break-jazh-121</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-121-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (loose,ja) - <ul class="assert"> - <li>The browser will allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-122-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-122.htm">css3-text-line-break-jazh-122</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-122-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (loose,ja) - <ul class="assert"> - <li>The browser will allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-123-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-123.htm">css3-text-line-break-jazh-123</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-123-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (loose,ja) - <ul class="assert"> - <li>The browser will allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-124-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-124.htm">css3-text-line-break-jazh-124</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-124-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (loose,ja) - <ul class="assert"> - <li>The browser will allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-125-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-125.htm">css3-text-line-break-jazh-125</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-125-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-126-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-126.htm">css3-text-line-break-jazh-126</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-126-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2010 HYPHEN (loose,ja) - <ul class="assert"> - <li>The browser will allow 2010 HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-127-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-127.htm">css3-text-line-break-jazh-127</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-127-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2013 EN DASH (loose,ja) - <ul class="assert"> - <li>The browser will allow 2013 EN DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-128-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-128.htm">css3-text-line-break-jazh-128</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-128-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301C WAVE DASH (loose,ja) - <ul class="assert"> - <li>The browser will allow 301C WAVE DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-129-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-129.htm">css3-text-line-break-jazh-129</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-129-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (loose,ja) - <ul class="assert"> - <li>The browser will allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-130-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-130.htm">css3-text-line-break-jazh-130</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-130-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-131-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-131.htm">css3-text-line-break-jazh-131</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-131-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-132-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-132.htm">css3-text-line-break-jazh-132</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-132-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 309D HIRAGANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-133-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-133.htm">css3-text-line-break-jazh-133</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-133-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-134-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-134.htm">css3-text-line-break-jazh-134</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-134-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 30FD KATAKANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-135-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-135.htm">css3-text-line-break-jazh-135</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-135-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-136-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-136.htm">css3-text-line-break-jazh-136</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-136-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003A COLON (loose,ja) - <ul class="assert"> - <li>The browser will allow 003A COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-137-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-137.htm">css3-text-line-break-jazh-137</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-137-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003B SEMICOLON (loose,ja) - <ul class="assert"> - <li>The browser will allow 003B SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-138-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-138.htm">css3-text-line-break-jazh-138</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-138-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (loose,ja) - <ul class="assert"> - <li>The browser will allow 30FB KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-139-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-139.htm">css3-text-line-break-jazh-139</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-139-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,ja) - <ul class="assert"> - <li>The browser will allow FF1A FULLWIDTH COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-140-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-140.htm">css3-text-line-break-jazh-140</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-140-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,ja) - <ul class="assert"> - <li>The browser will allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-141-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-141.htm">css3-text-line-break-jazh-141</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-141-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (loose,ja) - <ul class="assert"> - <li>The browser will allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-142-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-142.htm">css3-text-line-break-jazh-142</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-142-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 0021 EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-143-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-143.htm">css3-text-line-break-jazh-143</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-143-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003F QUESTION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 003F QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-144-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-144.htm">css3-text-line-break-jazh-144</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-144-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-145-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-145.htm">css3-text-line-break-jazh-145</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-145-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 2047 DOUBLE QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-146-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-146.htm">css3-text-line-break-jazh-146</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-146-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-147-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-147.htm">css3-text-line-break-jazh-147</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-147-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-148-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-148.htm">css3-text-line-break-jazh-148</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-148-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-149-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-149.htm">css3-text-line-break-jazh-149</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-149-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-150-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-150.htm">css3-text-line-break-jazh-150</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-150-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,ja) - <ul class="assert"> - <li>The browser will allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-151-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-151.htm">css3-text-line-break-jazh-151</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-151-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,ja) - <ul class="assert"> - <li>The browser will allow 00A2 CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-152-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-152.htm">css3-text-line-break-jazh-152</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-152-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,ja) - <ul class="assert"> - <li>The browser will allow 00B0 DEGREE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-154-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-154.htm">css3-text-line-break-jazh-154</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-154-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,ja) - <ul class="assert"> - <li>The browser will allow 2030 PER MILLE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-155-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-155.htm">css3-text-line-break-jazh-155</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-155-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2032 PRIME (loose,ja) - <ul class="assert"> - <li>The browser will allow 2032 PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-156-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-156.htm">css3-text-line-break-jazh-156</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-156-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,ja) - <ul class="assert"> - <li>The browser will allow 2033 DOUBLE PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-157-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-157.htm">css3-text-line-break-jazh-157</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-157-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,ja) - <ul class="assert"> - <li>The browser will allow 2103 DEGREE CELSIUS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-158-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-158.htm">css3-text-line-break-jazh-158</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-158-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,ja) - <ul class="assert"> - <li>The browser will allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-159-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-159.htm">css3-text-line-break-jazh-159</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-159-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,ja) - <ul class="assert"> - <li>The browser will allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-160-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-160.htm">css3-text-line-break-jazh-160</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-160-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja) - <ul class="assert"> - <li>The browser will allow FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-201-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-201.htm">css3-text-line-break-jazh-201</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-201-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (normal,ja) - <ul class="assert"> - <li>The browser will allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-202-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-202.htm">css3-text-line-break-jazh-202</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-202-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (normal,ja) - <ul class="assert"> - <li>The browser will allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-203-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-203.htm">css3-text-line-break-jazh-203</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-203-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (normal,ja) - <ul class="assert"> - <li>The browser will allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-204-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-204.htm">css3-text-line-break-jazh-204</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-204-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (normal,ja) - <ul class="assert"> - <li>The browser will allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-205-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-205.htm">css3-text-line-break-jazh-205</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-205-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (normal,ja) - <ul class="assert"> - <li>The browser will allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-206-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-206.htm">css3-text-line-break-jazh-206</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-206-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (normal,ja) - <ul class="assert"> - <li>The browser will allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-207-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-207.htm">css3-text-line-break-jazh-207</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-207-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (normal,ja) - <ul class="assert"> - <li>The browser will allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-208-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-208.htm">css3-text-line-break-jazh-208</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-208-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (normal,ja) - <ul class="assert"> - <li>The browser will allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-209-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-209.htm">css3-text-line-break-jazh-209</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-209-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (normal,ja) - <ul class="assert"> - <li>The browser will allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-210-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-210.htm">css3-text-line-break-jazh-210</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-210-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (normal,ja) - <ul class="assert"> - <li>The browser will allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-211-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-211.htm">css3-text-line-break-jazh-211</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-211-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (normal,ja) - <ul class="assert"> - <li>The browser will allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-212-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-212.htm">css3-text-line-break-jazh-212</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-212-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (normal,ja) - <ul class="assert"> - <li>The browser will allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-213-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-213.htm">css3-text-line-break-jazh-213</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-213-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (normal,ja) - <ul class="assert"> - <li>The browser will allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-214-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-214.htm">css3-text-line-break-jazh-214</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-214-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (normal,ja) - <ul class="assert"> - <li>The browser will allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-215-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-215.htm">css3-text-line-break-jazh-215</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-215-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (normal,ja) - <ul class="assert"> - <li>The browser will allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-216-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-216.htm">css3-text-line-break-jazh-216</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-216-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (normal,ja) - <ul class="assert"> - <li>The browser will allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-217-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-217.htm">css3-text-line-break-jazh-217</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-217-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (normal,ja) - <ul class="assert"> - <li>The browser will allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-218-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-218.htm">css3-text-line-break-jazh-218</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-218-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (normal,ja) - <ul class="assert"> - <li>The browser will allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-219-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-219.htm">css3-text-line-break-jazh-219</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-219-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (normal,ja) - <ul class="assert"> - <li>The browser will allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-220-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-220.htm">css3-text-line-break-jazh-220</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-220-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (normal,ja) - <ul class="assert"> - <li>The browser will allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-221-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-221.htm">css3-text-line-break-jazh-221</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-221-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (normal,ja) - <ul class="assert"> - <li>The browser will allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-222-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-222.htm">css3-text-line-break-jazh-222</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-222-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (normal,ja) - <ul class="assert"> - <li>The browser will allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-223-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-223.htm">css3-text-line-break-jazh-223</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-223-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (normal,ja) - <ul class="assert"> - <li>The browser will allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-224-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-224.htm">css3-text-line-break-jazh-224</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-224-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (normal,ja) - <ul class="assert"> - <li>The browser will allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-225-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-225.htm">css3-text-line-break-jazh-225</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-225-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja) - <ul class="assert"> - <li>The browser will allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-226-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-226.htm">css3-text-line-break-jazh-226</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-226-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2010 HYPHEN (normal,ja) - <ul class="assert"> - <li>The browser will allow 2010 HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-227-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-227.htm">css3-text-line-break-jazh-227</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-227-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2013 EN DASH (normal,ja) - <ul class="assert"> - <li>The browser will allow 2013 EN DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-228-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-228.htm">css3-text-line-break-jazh-228</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-228-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301C WAVE DASH (normal,ja) - <ul class="assert"> - <li>The browser will allow 301C WAVE DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-229-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-229.htm">css3-text-line-break-jazh-229</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-229-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (normal,ja) - <ul class="assert"> - <li>The browser will allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-230-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-230.htm">css3-text-line-break-jazh-230</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-230-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-231-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-231.htm">css3-text-line-break-jazh-231</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-231-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-232-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-232.htm">css3-text-line-break-jazh-232</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-232-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 309D HIRAGANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-233-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-233.htm">css3-text-line-break-jazh-233</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-233-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-234-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-234.htm">css3-text-line-break-jazh-234</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-234-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 30FD KATAKANA ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-235-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-235.htm">css3-text-line-break-jazh-235</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-235-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-236-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-236.htm">css3-text-line-break-jazh-236</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-236-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003A COLON (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 003A COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-237-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-237.htm">css3-text-line-break-jazh-237</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-237-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003B SEMICOLON (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 003B SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-238-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-238.htm">css3-text-line-break-jazh-238</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-238-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 30FB KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-239-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-239.htm">css3-text-line-break-jazh-239</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-239-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-240-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-240.htm">css3-text-line-break-jazh-240</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-240-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-241-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-241.htm">css3-text-line-break-jazh-241</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-241-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-242-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-242.htm">css3-text-line-break-jazh-242</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-242-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-243-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-243.htm">css3-text-line-break-jazh-243</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-243-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003F QUESTION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 003F QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-244-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-244.htm">css3-text-line-break-jazh-244</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-244-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-245-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-245.htm">css3-text-line-break-jazh-245</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-245-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-246-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-246.htm">css3-text-line-break-jazh-246</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-246-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-247-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-247.htm">css3-text-line-break-jazh-247</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-247-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-248-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-248.htm">css3-text-line-break-jazh-248</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-248-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-249-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-249.htm">css3-text-line-break-jazh-249</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-249-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-250-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-250.htm">css3-text-line-break-jazh-250</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-250-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-251-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-251.htm">css3-text-line-break-jazh-251</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-251-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 00A2 CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-252-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-252.htm">css3-text-line-break-jazh-252</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-252-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-254-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-254.htm">css3-text-line-break-jazh-254</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-254-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-255-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-255.htm">css3-text-line-break-jazh-255</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-255-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2032 PRIME (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 2032 PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-256-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-256.htm">css3-text-line-break-jazh-256</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-256-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-257-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-257.htm">css3-text-line-break-jazh-257</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-257-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-258-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-258.htm">css3-text-line-break-jazh-258</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-258-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-259-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-259.htm">css3-text-line-break-jazh-259</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-259-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,ja) - <ul class="assert"> - <li>The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-260-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-260.htm">css3-text-line-break-jazh-260</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-260-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja) - <ul class="assert"> - <li>The browser will allow FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-301-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-301.htm">css3-text-line-break-jazh-301</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-301-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2010 HYPHEN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2010 HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-302-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-302.htm">css3-text-line-break-jazh-302</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-302-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2013 EN DASH (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2013 EN DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-303-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-303.htm">css3-text-line-break-jazh-303</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-303-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301C WAVE DASH (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 301C WAVE DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-304-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-304.htm">css3-text-line-break-jazh-304</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-304-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-305-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-305.htm">css3-text-line-break-jazh-305</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-305-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-306-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-306.htm">css3-text-line-break-jazh-306</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-306-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003A COLON (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 003A COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-307-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-307.htm">css3-text-line-break-jazh-307</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-307-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003B SEMICOLON (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 003B SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-308-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-308.htm">css3-text-line-break-jazh-308</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-308-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-309-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-309.htm">css3-text-line-break-jazh-309</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-309-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-310-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-310.htm">css3-text-line-break-jazh-310</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-310-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-311-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-311.htm">css3-text-line-break-jazh-311</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-311-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003F QUESTION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 003F QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-312-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-312.htm">css3-text-line-break-jazh-312</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-312-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-313-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-313.htm">css3-text-line-break-jazh-313</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-313-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-314-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-314.htm">css3-text-line-break-jazh-314</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-314-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-315-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-315.htm">css3-text-line-break-jazh-315</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-315-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-316-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-316.htm">css3-text-line-break-jazh-316</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-316-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-317-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-317.htm">css3-text-line-break-jazh-317</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-317-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-318-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-318.htm">css3-text-line-break-jazh-318</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-318-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-319-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-319.htm">css3-text-line-break-jazh-319</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-319-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 00A2 CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-320-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-320.htm">css3-text-line-break-jazh-320</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-320-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-321-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-321.htm">css3-text-line-break-jazh-321</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-321-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-322-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-322.htm">css3-text-line-break-jazh-322</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-322-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-323-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-323.htm">css3-text-line-break-jazh-323</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-323-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2032 PRIME (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2032 PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-324-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-324.htm">css3-text-line-break-jazh-324</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-324-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-325-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-325.htm">css3-text-line-break-jazh-325</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-325-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-326-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-326.htm">css3-text-line-break-jazh-326</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-326-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-327-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-327.htm">css3-text-line-break-jazh-327</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-327-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,zh) - <ul class="assert"> - <li>The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-351-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-351.htm">css3-text-line-break-jazh-351</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-351-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2010 HYPHEN (loose,zh) - <ul class="assert"> - <li>The browser will allow 2010 HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-352-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-352.htm">css3-text-line-break-jazh-352</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-352-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2013 EN DASH (loose,zh) - <ul class="assert"> - <li>The browser will allow 2013 EN DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-353-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-353.htm">css3-text-line-break-jazh-353</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-353-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301C WAVE DASH (loose,zh) - <ul class="assert"> - <li>The browser will allow 301C WAVE DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-354-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-354.htm">css3-text-line-break-jazh-354</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-354-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-355-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-355.htm">css3-text-line-break-jazh-355</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-355-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-356-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-356.htm">css3-text-line-break-jazh-356</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-356-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003A COLON (loose,zh) - <ul class="assert"> - <li>The browser will allow 003A COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-357-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-357.htm">css3-text-line-break-jazh-357</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-357-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003B SEMICOLON (loose,zh) - <ul class="assert"> - <li>The browser will allow 003B SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-358-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-358.htm">css3-text-line-break-jazh-358</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-358-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,zh) - <ul class="assert"> - <li>The browser will allow FF1A FULLWIDTH COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-359-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-359.htm">css3-text-line-break-jazh-359</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-359-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,zh) - <ul class="assert"> - <li>The browser will allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-360-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-360.htm">css3-text-line-break-jazh-360</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-360-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 0021 EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-361-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-361.htm">css3-text-line-break-jazh-361</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-361-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003F QUESTION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 003F QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-362-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-362.htm">css3-text-line-break-jazh-362</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-362-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-363-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-363.htm">css3-text-line-break-jazh-363</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-363-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 2047 DOUBLE QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-364-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-364.htm">css3-text-line-break-jazh-364</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-364-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-365-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-365.htm">css3-text-line-break-jazh-365</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-365-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-366-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-366.htm">css3-text-line-break-jazh-366</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-366-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-367-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-367.htm">css3-text-line-break-jazh-367</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-367-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,zh) - <ul class="assert"> - <li>The browser will allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-368-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-368.htm">css3-text-line-break-jazh-368</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-368-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh) - <ul class="assert"> - <li>The browser will allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-369-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-369.htm">css3-text-line-break-jazh-369</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-369-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,zh) - <ul class="assert"> - <li>The browser will allow 00A2 CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-370-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-370.htm">css3-text-line-break-jazh-370</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-370-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,zh) - <ul class="assert"> - <li>The browser will allow 00B0 DEGREE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-371-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-371.htm">css3-text-line-break-jazh-371</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-371-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh) - <ul class="assert"> - <li>The browser will allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-372-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-372.htm">css3-text-line-break-jazh-372</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-372-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,zh) - <ul class="assert"> - <li>The browser will allow 2030 PER MILLE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-373-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-373.htm">css3-text-line-break-jazh-373</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-373-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2032 PRIME (loose,zh) - <ul class="assert"> - <li>The browser will allow 2032 PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-374-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-374.htm">css3-text-line-break-jazh-374</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-374-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,zh) - <ul class="assert"> - <li>The browser will allow 2033 DOUBLE PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-375-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-375.htm">css3-text-line-break-jazh-375</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-375-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,zh) - <ul class="assert"> - <li>The browser will allow 2103 DEGREE CELSIUS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-376-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-376.htm">css3-text-line-break-jazh-376</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-376-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,zh) - <ul class="assert"> - <li>The browser will allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-377-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-377.htm">css3-text-line-break-jazh-377</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-377-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,zh) - <ul class="assert"> - <li>The browser will allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-401-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-401.htm">css3-text-line-break-jazh-401</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-401-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2010 HYPHEN (normal,zh) - <ul class="assert"> - <li>The browser will allow 2010 HYPHEN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-402-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-402.htm">css3-text-line-break-jazh-402</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-402-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2013 EN DASH (normal,zh) - <ul class="assert"> - <li>The browser will allow 2013 EN DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-403-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-403.htm">css3-text-line-break-jazh-403</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-403-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 301C WAVE DASH (normal,zh) - <ul class="assert"> - <li>The browser will allow 301C WAVE DASH at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-404-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-404.htm">css3-text-line-break-jazh-404</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-404-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-405-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-405.htm">css3-text-line-break-jazh-405</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-405-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-406-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-406.htm">css3-text-line-break-jazh-406</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-406-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003A COLON (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 003A COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-407-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-407.htm">css3-text-line-break-jazh-407</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-407-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003B SEMICOLON (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 003B SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-408-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-408.htm">css3-text-line-break-jazh-408</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-408-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-409-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-409.htm">css3-text-line-break-jazh-409</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-409-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-410-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-410.htm">css3-text-line-break-jazh-410</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-410-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-411-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-411.htm">css3-text-line-break-jazh-411</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-411-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 003F QUESTION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 003F QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-412-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-412.htm">css3-text-line-break-jazh-412</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-412-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-413-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-413.htm">css3-text-line-break-jazh-413</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-413-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-414-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-414.htm">css3-text-line-break-jazh-414</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-414-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-415-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-415.htm">css3-text-line-break-jazh-415</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-415-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-416-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-416.htm">css3-text-line-break-jazh-416</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-416-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-417-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-417.htm">css3-text-line-break-jazh-417</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-417-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-418-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-418.htm">css3-text-line-break-jazh-418</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-418-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-419-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-419.htm">css3-text-line-break-jazh-419</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-419-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 00A2 CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-420-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-420.htm">css3-text-line-break-jazh-420</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-420-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-421-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-421.htm">css3-text-line-break-jazh-421</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-421-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-422-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-422.htm">css3-text-line-break-jazh-422</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-422-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-423-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-423.htm">css3-text-line-break-jazh-423</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-423-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2032 PRIME (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 2032 PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-424-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-424.htm">css3-text-line-break-jazh-424</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-424-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-425-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-425.htm">css3-text-line-break-jazh-425</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-425-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-426-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-426.htm">css3-text-line-break-jazh-426</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-426-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-jazh-427-5.#line-break" class="primary font"> - <td><strong> - <a href="css3-text-line-break-jazh-427.htm">css3-text-line-break-jazh-427</a></strong></td> - <td><a href="reference/css3-text-line-break-jazh-427-ref.htm">=</a> </td> - <td><abbr class="font" title="Requires a special font">Font</abbr></td> - <td>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,zh) - <ul class="assert"> - <li>The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line.</li> - </ul> - </td> - </tr> + <!-- 13 tests --> <tr id="line-break-normal-021-5.#line-break" class="primary font"> <td><strong> <a href="line-break-normal-021.htm">line-break-normal-021</a></strong></td> @@ -6094,227 +198,7 @@ <tr><th colspan="4" scope="rowgroup"> <a href="#s5.1">+</a> <a href="http://www.w3.org/TR/css-text-3/#line-break-details">5.1 Line Breaking Details</a></th></tr> - <!-- 20 tests --> - <tr id="css3-text-line-break-baspglwj-001-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-001.htm">css3-text-line-break-baspglwj-001</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0020 SPACE - <ul class="assert"> - <li>When white-space allows wrapping, line breaking behavior defined for the WJ, ZW, and GL line-breaking classes in [UAX14] must be honored.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-002-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-002.htm">css3-text-line-break-baspglwj-002</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+200B ZERO WIDTH SPACE - <ul class="assert"> - <li>When white-space allows wrapping, line breaking behavior defined for the WJ, ZW, and GL line-breaking classes in [UAX14] must be honored.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-020-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-020.htm">css3-text-line-break-baspglwj-020</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+05BE HEBREW PUNCTUATION MAQAF - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-021-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-021.htm">css3-text-line-break-baspglwj-021</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0F0B TIBETAN MARK INTERSYLLABIC TSHEG - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-022-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-022.htm">css3-text-line-break-baspglwj-022</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+1361 ETHIOPIC WORD SPACE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-023-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-023.htm">css3-text-line-break-baspglwj-023</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+17D8 KHMER SIGN BEYYAL - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-024-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-024.htm">css3-text-line-break-baspglwj-024</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+17DA KHMER SIGN KOOMUUT - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-025-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-025.htm">css3-text-line-break-baspglwj-025</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2027 HYPHENATION POINT - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-026-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-026.htm">css3-text-line-break-baspglwj-026</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+007C VERTICAL LINE - <ul class="assert"> - <li>[Exploratory] The browser will break a line of text after each of the BA visible word divider characters.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-120-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-120.htm">css3-text-line-break-baspglwj-120</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+00A0 NO-BREAK SPACE - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-121-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-121.htm">css3-text-line-break-baspglwj-121</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+202F NARROW NO-BREAK SPACE - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-122-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-122.htm">css3-text-line-break-baspglwj-122</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+180E MONGOLIAN VOWEL SEPARATOR - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-123-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-123.htm">css3-text-line-break-baspglwj-123</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+034F COMBINING GRAPHEME JOINER - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-124-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-124.htm">css3-text-line-break-baspglwj-124</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2007 FIGURE SPACE - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-125-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-125.htm">css3-text-line-break-baspglwj-125</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2011 NON-BREAKING HYPHEN - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-126-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-126.htm">css3-text-line-break-baspglwj-126</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0F08 TIBETAN MARK SBRUL SHAD - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-127-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-127.htm">css3-text-line-break-baspglwj-127</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0F0C TIBETAN MARK DELIMITER TSHEG BSTAR - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-128-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-128.htm">css3-text-line-break-baspglwj-128</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+0F12 TIBETAN MARK RGYA GRAM SHAD - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the GL non-breaking property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-130-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-130.htm">css3-text-line-break-baspglwj-130</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+2060 WORD JOINER - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the WJ Word Joiner property.</li> - </ul> - </td> - </tr> - <tr id="css3-text-line-break-baspglwj-131-5.1" class="primary dom font script"> - <td><strong> - <a href="css3-text-line-break-baspglwj-131.htm">css3-text-line-break-baspglwj-131</a></strong></td> - <td></td> - <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS3 Text, linebreaks: U+FEFF ZERO WIDTH NO-BREAK SPACE - <ul class="assert"> - <li>[Exploratory] The browser will NOT break a line of text containing any Unicode character with the WJ Word Joiner property.</li> - </ul> - </td> - </tr> + <!-- 0 tests --> </tbody> <tbody id="s5.2"> <tr><th colspan="4" scope="rowgroup"> diff --git a/tests/wpt/css-tests/css-text-3_dev/html/chapter-7.htm b/tests/wpt/css-tests/css-text-3_dev/html/chapter-7.htm index 563c0f9b9d3..195e1098e1c 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/chapter-7.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/chapter-7.htm @@ -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 id="refs-column"> @@ -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.htm">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.htm">text-align-match-parent-02</a></strong></td> + <td><a href="reference/text-align-match-parent-ref.htm">=</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.htm">text-align-match-parent-03</a></strong></td> + <td><a href="reference/text-align-match-parent-ref.htm">=</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.htm">text-align-match-parent-04</a></strong></td> + <td><a href="reference/text-align-match-parent-ref.htm">=</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.htm">text-align-match-parent-root-ltr</a></strong></td> + <td><a href="reference/text-align-match-parent-root-ltr-ref.htm">=</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.htm">text-align-match-parent-root-rtl</a></strong></td> + <td><a href="reference/text-align-match-parent-root-rtl-ref.htm">=</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 --> diff --git a/tests/wpt/css-tests/css-text-3_dev/html/chapter-8.htm b/tests/wpt/css-tests/css-text-3_dev/html/chapter-8.htm index 22e7fac2513..a1ffc581c55 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/chapter-8.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/chapter-8.htm @@ -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 id="refs-column"> @@ -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.htm">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.htm">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.htm">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.htm">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.htm">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.htm">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 --> diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-001.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-001.htm deleted file mode 100644 index 9e224fca4cc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-001.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-002.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-002.htm deleted file mode 100644 index 119f088f33b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-002.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-003.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-003.htm deleted file mode 100644 index b0ec4591945..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-003.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-004.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-004.htm deleted file mode 100644 index 0d5c15c1445..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-004.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-005.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-005.htm deleted file mode 100644 index 19f4d6f9a12..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-005.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-006.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-006.htm deleted file mode 100644 index b6f3d9433d8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-006.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-007.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-007.htm deleted file mode 100644 index 95a9509fec7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-007.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-008.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-008.htm deleted file mode 100644 index 5de84d07665..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-008.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-009.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-009.htm deleted file mode 100644 index 325971581a9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-009.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-010.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-010.htm deleted file mode 100644 index 0a11c2ab154..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-010.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-011.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-011.htm deleted file mode 100644 index 73e59998102..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-011.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-012.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-012.htm deleted file mode 100644 index c3c5f41d557..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-012.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-014.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-014.htm deleted file mode 100644 index 52129d83c55..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-014.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-015.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-015.htm deleted file mode 100644 index 1242fee1b5c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-015.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-016.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-016.htm deleted file mode 100644 index 5f0e6db06a5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-016.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-017.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-017.htm deleted file mode 100644 index c0a0d2ee8fa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-017.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-018.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-018.htm deleted file mode 100644 index 2cb26452cee..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-018.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-019.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-019.htm deleted file mode 100644 index 49c4db41b82..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-019.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-020.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-020.htm deleted file mode 100644 index 711fd15466a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-020.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-021.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-021.htm deleted file mode 100644 index 7cea3e2a67a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-021.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-022.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-022.htm deleted file mode 100644 index c649bd119c6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-022.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-023.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-023.htm deleted file mode 100644 index 69e37b64e60..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-023.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-024.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-024.htm deleted file mode 100644 index 50dfab7a741..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-024.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-025.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-025.htm deleted file mode 100644 index ead99ce91ff..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-025.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-026.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-026.htm deleted file mode 100644 index f17b3cc251c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-026.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-030.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-030.htm deleted file mode 100644 index 0155b3c684f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-030.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-031.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-031.htm deleted file mode 100644 index a6d4d8cd074..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-031.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-032.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-032.htm deleted file mode 100644 index f405d2250d8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-032.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-033.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-033.htm deleted file mode 100644 index 27cae72c2cb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-033.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-034.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-034.htm deleted file mode 100644 index 13bf1d45e93..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-034.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-035.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-035.htm deleted file mode 100644 index 8cc19cd1c54..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-035.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-036.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-036.htm deleted file mode 100644 index 2858ce8fa4e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-036.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-037.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-037.htm deleted file mode 100644 index 6ac40e755b3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-037.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-038.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-038.htm deleted file mode 100644 index 2db586be3d2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-038.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-039.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-039.htm deleted file mode 100644 index f412632f8f8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-039.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-040.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-040.htm deleted file mode 100644 index 524249a80ca..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-040.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-041.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-041.htm deleted file mode 100644 index 8685d8ab3ed..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-041.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-042.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-042.htm deleted file mode 100644 index 5b8775d13b4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-042.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-043.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-043.htm deleted file mode 100644 index 7aa695b26c8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-043.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-044.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-044.htm deleted file mode 100644 index da82597c15d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-044.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-045.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-045.htm deleted file mode 100644 index fd95d74972b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-045.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-046.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-046.htm deleted file mode 100644 index 331899a1a7b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-046.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-047.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-047.htm deleted file mode 100644 index 49090f6c127..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-047.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-048.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-048.htm deleted file mode 100644 index ae0f9358102..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-048.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-049.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-049.htm deleted file mode 100644 index 8452f82c33c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-049.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-050.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-050.htm deleted file mode 100644 index 0cd122ff011..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-050.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-051.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-051.htm deleted file mode 100644 index b6fb1c12129..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-051.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-052.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-052.htm deleted file mode 100644 index 1a29aad7794..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-052.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER</title> -<link 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-060.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-060.htm deleted file mode 100644 index cea31c8a7c5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-060.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-061.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-061.htm deleted file mode 100644 index e4a16700897..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-061.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-062.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-062.htm deleted file mode 100644 index 89c84efe6ec..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-062.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-063.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-063.htm deleted file mode 100644 index ae6063a8d9d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-063.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-064.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-064.htm deleted file mode 100644 index 2704fb627d7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-064.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-065.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-065.htm deleted file mode 100644 index 458f0c91463..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-065.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-066.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-066.htm deleted file mode 100644 index 8cfbbfa3229..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-066.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-067.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-067.htm deleted file mode 100644 index 52808c210d4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-067.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-068.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-068.htm deleted file mode 100644 index 898dd45a9e4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-068.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-069.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-069.htm deleted file mode 100644 index 2cde091fe95..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-069.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-070.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-070.htm deleted file mode 100644 index 39f7e7badc3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-070.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-071.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-071.htm deleted file mode 100644 index 7b2c1c53db4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-071.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-072.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-072.htm deleted file mode 100644 index 71da01f59d7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-072.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-073.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-073.htm deleted file mode 100644 index 5f90c77f92a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-073.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-074.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-074.htm deleted file mode 100644 index 2f99ea85c9f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-074.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-075.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-075.htm deleted file mode 100644 index 0aa6585203d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-075.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-076.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-076.htm deleted file mode 100644 index 2154d6b678f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-076.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-077.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-077.htm deleted file mode 100644 index 5019d4283f2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-077.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-078.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-078.htm deleted file mode 100644 index 4246517ea09..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-078.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-080.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-080.htm deleted file mode 100644 index ec387e56103..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-080.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-081.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-081.htm deleted file mode 100644 index c3ed7d43e85..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-081.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-082.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-082.htm deleted file mode 100644 index dcfebbc257f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-082.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-083.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-083.htm deleted file mode 100644 index 9b07e8690cc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-083.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-084.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-084.htm deleted file mode 100644 index 22f505a192d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-084.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+0FBF TIBETAN KU RU KHA BZHI MIG CAN</title> -<link 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-085.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-085.htm deleted file mode 100644 index 81b1f159ca4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-085.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-086.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-086.htm deleted file mode 100644 index 81b1f159ca4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-086.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-090.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-090.htm deleted file mode 100644 index 7e756495cff..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-090.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-091.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-091.htm deleted file mode 100644 index 79f3e027d06..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-091.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-092.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-092.htm deleted file mode 100644 index 6ce2d9e785e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-092.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-093.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-093.htm deleted file mode 100644 index 06e5834072b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-093.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-094.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-094.htm deleted file mode 100644 index 113f99048c1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-094.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-095.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-095.htm deleted file mode 100644 index 04908d78cd3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-095.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-096.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-096.htm deleted file mode 100644 index 0216586bf32..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-096.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-097.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-097.htm deleted file mode 100644 index 8e759a470c7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-097.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-098.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-098.htm deleted file mode 100644 index 637a9fef90c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-098.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-099.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-099.htm deleted file mode 100644 index 895b72ef3ed..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-099.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-100.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-100.htm deleted file mode 100644 index 895b72ef3ed..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-100.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-101.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-101.htm deleted file mode 100644 index e910f103410..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-101.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-102.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-102.htm deleted file mode 100644 index 0c7777e2bdf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-102.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-103.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-103.htm deleted file mode 100644 index efc78dc21af..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-103.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-104.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-104.htm deleted file mode 100644 index dc55e185232..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-104.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-105.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-105.htm deleted file mode 100644 index 78612ee93c4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-105.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+2CFB COPTIC OLD NUBIAN INDIRECT 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-106.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-106.htm deleted file mode 100644 index 696eede4438..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-106.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+2CFC COPTIC OLD NUBIAN VERSE 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 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-107.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-107.htm deleted file mode 100644 index 78c2c6699b5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-107.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+2CFF COPTIC MORPHOLOGICAL 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 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-108.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-108.htm deleted file mode 100644 index 61defe66b3f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-108.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+2E17 OBLIQUE DOUBLE 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 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-109.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-109.htm deleted file mode 100644 index 15959b11de5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-109.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+A60D VAI COMMA</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-110.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-110.htm deleted file mode 100644 index c1bc5d0d679..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-110.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+A60F VAI 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-111.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-111.htm deleted file mode 100644 index 913e0a8d8bb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-111.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+A92E KAYAH LI SIGN CWI</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-112.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-112.htm deleted file mode 100644 index 0e6d68e6364..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-112.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+A92F KAYAH LI SIGN SHYA</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-113.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-113.htm deleted file mode 100644 index 904e699c75a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-113.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+10A50 KHAROSHTHI PUNCTUATION 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 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-114.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-114.htm deleted file mode 100644 index af23fe8d85b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-114.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+10A51 KHAROSHTHI PUNCTUATION SMALL CIRCLE</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-115.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-115.htm deleted file mode 100644 index 62516fa1a75..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-115.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+10A52 KHAROSHTHI PUNCTUATION CIRCLE</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-116.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-116.htm deleted file mode 100644 index ce9138557bb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-116.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+10A53 KHAROSHTHI PUNCTUATION CRESCENT BAR</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-117.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-117.htm deleted file mode 100644 index 2a24a5a9531..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-117.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+10A54 KHAROSHTHI PUNCTUATION MANGALAM</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-118.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-118.htm deleted file mode 100644 index 41e89438450..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-118.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+10A55 KHAROSHTHI PUNCTUATION LOTUS</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-120.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-120.htm deleted file mode 100644 index 52af44a78a6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-120.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+00A0 NO-BREAK 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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-121.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-121.htm deleted file mode 100644 index 6d2a45bdec0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-121.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+202F NARROW NO-BREAK 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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-122.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-122.htm deleted file mode 100644 index fc7b38af867..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-122.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+180E MONGOLIAN VOWEL SEPARATOR</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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-123.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-123.htm deleted file mode 100644 index ff5b96efc08..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-123.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+034F COMBINING GRAPHEME JOINER</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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-124.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-124.htm deleted file mode 100644 index e6334f24611..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-124.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+2007 FIGURE 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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-125.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-125.htm deleted file mode 100644 index f05e7635fb0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-125.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+2011 NON-BREAKING HYPHEN</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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-126.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-126.htm deleted file mode 100644 index 9c4e89223ed..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-126.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+0F08 TIBETAN MARK SBRUL SHAD</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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-127.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-127.htm deleted file mode 100644 index 4013a809789..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-127.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+0F0C TIBETAN MARK DELIMITER TSHEG BSTAR</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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-128.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-128.htm deleted file mode 100644 index 6250ab50c21..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-128.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+0F12 TIBETAN MARK RGYA GRAM SHAD</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 NOT break a line of text containing any Unicode character with the GL non-breaking 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-130.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-130.htm deleted file mode 100644 index d9fe9af5496..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-130.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+2060 WORD JOINER</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 NOT break a line of text containing any Unicode character with the WJ Word Joiner 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-131.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-131.htm deleted file mode 100644 index bd7da9d8a38..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-baspglwj-131.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: U+FEFF ZERO WIDTH NO-BREAK 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 NOT break a line of text containing any Unicode character with the WJ Word Joiner 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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-001.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-001.htm deleted file mode 100644 index 8106b8c289f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-001.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-001-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぁな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぁな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-002.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-002.htm deleted file mode 100644 index f0501ed0547..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-002.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-002-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぃな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぃな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-003.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-003.htm deleted file mode 100644 index 03c9d156faa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-003.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-003-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぅな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぅな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-004.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-004.htm deleted file mode 100644 index 7262d63a3f3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-004.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-004-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぇな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぇな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-005.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-005.htm deleted file mode 100644 index 39108ff6ff7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-005.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-005-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぉな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぉな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-006.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-006.htm deleted file mode 100644 index 7253e9d2d1c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-006.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-006-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかっな</div> - - - - - -<div lang="ja" class="ref">かか<br>かっな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-007.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-007.htm deleted file mode 100644 index 9d7b3d10fa5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-007.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-007-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゃな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゃな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-008.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-008.htm deleted file mode 100644 index f65cc4f1a3f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-008.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-008-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゅな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゅな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-009.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-009.htm deleted file mode 100644 index f5e0af05c19..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-009.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-009-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかょな</div> - - - - - -<div lang="ja" class="ref">かか<br>かょな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-010.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-010.htm deleted file mode 100644 index 0273ecf9d1a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-010.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-010-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゎな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゎな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-011.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-011.htm deleted file mode 100644 index 424463903f3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-011.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-011-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゕな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゕな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-012.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-012.htm deleted file mode 100644 index 05955c7cb76..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-012.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-012-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゖな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゖな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-013.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-013.htm deleted file mode 100644 index 4e29872fcc5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-013.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-013-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカァナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カァナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-014.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-014.htm deleted file mode 100644 index 144b150793d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-014.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-014-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカィナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カィナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-015.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-015.htm deleted file mode 100644 index 06973176226..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-015.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-015-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカゥナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カゥナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-016.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-016.htm deleted file mode 100644 index ae34bfdcbdd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-016.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-016-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカェナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カェナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-017.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-017.htm deleted file mode 100644 index 22b4eae95fb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-017.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-017-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカォナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カォナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-018.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-018.htm deleted file mode 100644 index aa8b0c88ef8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-018.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-018-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカッナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カッナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-019.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-019.htm deleted file mode 100644 index 61da8d2b9d3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-019.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-019-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカャナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カャナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-020.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-020.htm deleted file mode 100644 index 4a43fc118a3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-020.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-020-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカュナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カュナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-021.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-021.htm deleted file mode 100644 index 27476b84f9a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-021.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-021-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカョナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カョナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-022.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-022.htm deleted file mode 100644 index fa9134faf5b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-022.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-022-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヮナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヮナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-023.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-023.htm deleted file mode 100644 index 544a5f658c5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-023.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-023-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヵナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヵナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-024.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-024.htm deleted file mode 100644 index 22c7398fab9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-024.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-024-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヶナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヶナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-025.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-025.htm deleted file mode 100644 index 2d99c5e7d19..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-025.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-025-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカーナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カーナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-026.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-026.htm deleted file mode 100644 index 904c2c25ce8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-026.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-026-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2010 HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‐文</div> - - - - - -<div class="ref">中中<br>中‐文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-027.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-027.htm deleted file mode 100644 index 91ecdbc69b5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-027.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-027-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2013 EN DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中–文</div> - - - - - -<div class="ref">中中<br>中–文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-028.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-028.htm deleted file mode 100644 index 20860b74a71..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-028.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-028-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 301C WAVE DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中〜文</div> - - - - - -<div class="ref">中中<br>中〜文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-029.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-029.htm deleted file mode 100644 index 04b36845d04..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-029.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-029-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかか゠な</div> - - - - - -<div lang="ja" class="ref">かか<br>か゠な</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-030.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-030.htm deleted file mode 100644 index f4248b23ff8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-030.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-030-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-031.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-031.htm deleted file mode 100644 index b4c475228b9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-031.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-031-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-032.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-032.htm deleted file mode 100644 index 908db5bcca4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-032.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-032-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 309D HIRAGANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゝな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゝな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-033.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-033.htm deleted file mode 100644 index 1ae01ec1c8f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-033.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-033-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゞな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゞな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-034.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-034.htm deleted file mode 100644 index e0a3ce8844d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-034.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-034-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30FD KATAKANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヽナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヽナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-035.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-035.htm deleted file mode 100644 index 1bc87e81d41..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-035.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-035-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヾナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヾナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-036.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-036.htm deleted file mode 100644 index b0507436317..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-036.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-036-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003A COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-037.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-037.htm deleted file mode 100644 index a1027f7e490..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-037.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-037-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003B SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-038.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-038.htm deleted file mode 100644 index 0c464361ff9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-038.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-038-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30FB KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-039.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-039.htm deleted file mode 100644 index 268103b88da..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-039.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-039-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-040.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-040.htm deleted file mode 100644 index 69dc0379402..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-040.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-040-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-041.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-041.htm deleted file mode 100644 index 7154633996b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-041.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-041-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-042.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-042.htm deleted file mode 100644 index b12eeb7e3f4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-042.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-042-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-043.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-043.htm deleted file mode 100644 index cf5cc929b70..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-043.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-043-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003F QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-044.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-044.htm deleted file mode 100644 index e78980560cf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-044.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-044-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-045.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-045.htm deleted file mode 100644 index 3997f23c622..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-045.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-045-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-046.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-046.htm deleted file mode 100644 index 35c50a46b65..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-046.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-046-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-047.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-047.htm deleted file mode 100644 index 26224c0c00a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-047.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-047-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-048.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-048.htm deleted file mode 100644 index 5e6987f8a95..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-048.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-048-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-049.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-049.htm deleted file mode 100644 index d2b39710330..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-049.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-049-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-050.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-050.htm deleted file mode 100644 index 4de4795ba33..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-050.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-050-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-051.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-051.htm deleted file mode 100644 index f50497e44d1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-051.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-051-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00A2 CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-052.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-052.htm deleted file mode 100644 index 65837eeeff6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-052.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-052-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-054.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-054.htm deleted file mode 100644 index 715960742e5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-054.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-054-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-055.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-055.htm deleted file mode 100644 index 8d2cb7937ec..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-055.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-055-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2032 PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-056.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-056.htm deleted file mode 100644 index 0f372fdf17c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-056.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-056-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-057.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-057.htm deleted file mode 100644 index b740fe03616..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-057.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-057-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-058.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-058.htm deleted file mode 100644 index 528b3773ce6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-058.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-058-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-059.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-059.htm deleted file mode 100644 index 39853ee21b8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-059.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-059-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-060.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-060.htm deleted file mode 100644 index 104442017f8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-060.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-060-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかーな</div> - - - - - -<div lang="ja" class="ref">かか<br>かーな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-101.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-101.htm deleted file mode 100644 index cc577d4a0e1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-101.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-101-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぁな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぁな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-102.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-102.htm deleted file mode 100644 index 02657d498c8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-102.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-102-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぃな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-103.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-103.htm deleted file mode 100644 index 87d35a9c81f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-103.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-103-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぅな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-104.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-104.htm deleted file mode 100644 index fe270492594..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-104.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-104-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぇな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぇな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-105.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-105.htm deleted file mode 100644 index 768e1cce51a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-105.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-105-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぉな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぉな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-106.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-106.htm deleted file mode 100644 index 14a05a97d91..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-106.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-106-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかっな</div> - - - - - -<div lang="ja" class="ref">かかか<br>っな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-107.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-107.htm deleted file mode 100644 index ea930b5538e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-107.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-107-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゃな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-108.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-108.htm deleted file mode 100644 index aae3cdc287d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-108.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-108-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゅな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-109.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-109.htm deleted file mode 100644 index 155f7ac9f75..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-109.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-109-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかょな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ょな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-110.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-110.htm deleted file mode 100644 index ceaf5d314bb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-110.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-110-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゎな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゎな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-111.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-111.htm deleted file mode 100644 index 69d2edccc08..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-111.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-111-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゕな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゕな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-112.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-112.htm deleted file mode 100644 index d3f44926b0c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-112.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-112-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゖな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゖな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-113.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-113.htm deleted file mode 100644 index 22d0690b690..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-113.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-113-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカァナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ァナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-114.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-114.htm deleted file mode 100644 index 2479f51ab06..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-114.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-114-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカィナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ィナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-115.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-115.htm deleted file mode 100644 index cb2bdc22f98..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-115.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-115-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカゥナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ゥナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-116.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-116.htm deleted file mode 100644 index 8ddcb7debfa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-116.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-116-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカェナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ェナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-117.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-117.htm deleted file mode 100644 index 71a997175ab..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-117.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-117-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカォナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ォナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-118.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-118.htm deleted file mode 100644 index 1fa659913fe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-118.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-118-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカッナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ッナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-119.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-119.htm deleted file mode 100644 index eb386bac475..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-119.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-119-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカャナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ャナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-120.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-120.htm deleted file mode 100644 index 6d145800d93..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-120.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-120-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカュナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ュナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-121.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-121.htm deleted file mode 100644 index d52cc135a78..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-121.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-121-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカョナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ョナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-122.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-122.htm deleted file mode 100644 index 83cfe264afe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-122.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-122-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヮナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヮナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-123.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-123.htm deleted file mode 100644 index 4bf055c2968..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-123.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-123-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヵナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヵナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-124.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-124.htm deleted file mode 100644 index 8a65281d642..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-124.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-124-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヶナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヶナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-125.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-125.htm deleted file mode 100644 index 4111009f83d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-125.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-125-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカーナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ーナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-126.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-126.htm deleted file mode 100644 index a51ea6d2982..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-126.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-126-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2010 HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-127.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-127.htm deleted file mode 100644 index 8fced95340f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-127.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-127-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2013 EN DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-128.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-128.htm deleted file mode 100644 index 0db877c9eb7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-128.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-128-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 301C WAVE DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-129.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-129.htm deleted file mode 100644 index 23dd3bafdcd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-129.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-129-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかか゠な</div> - - - - - -<div lang="ja" class="ref">かかか<br>゠な</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-130.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-130.htm deleted file mode 100644 index 8308ea8dc81..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-130.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-130-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中々文</div> - - - - - -<div class="ref">中中中<br>々文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-131.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-131.htm deleted file mode 100644 index 1a331020b73..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-131.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-131-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中〻文</div> - - - - - -<div class="ref">中中中<br>〻文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-132.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-132.htm deleted file mode 100644 index 2e0a663eeb3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-132.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-132-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 309D HIRAGANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゝな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゝな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-133.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-133.htm deleted file mode 100644 index e7a1bf3a763..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-133.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-133-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゞな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゞな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-134.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-134.htm deleted file mode 100644 index 3190779ebca..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-134.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-134-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30FD KATAKANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヽナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヽナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-135.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-135.htm deleted file mode 100644 index 21e839747ad..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-135.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-135-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヾナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヾナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-136.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-136.htm deleted file mode 100644 index 502978ceb21..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-136.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-136-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 003A COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-137.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-137.htm deleted file mode 100644 index bfafafe1435..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-137.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-137-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 003B SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-138.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-138.htm deleted file mode 100644 index ab6fa1dc19c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-138.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-138-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30FB KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカ・ナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>・ナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-139.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-139.htm deleted file mode 100644 index 5f32f89820b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-139.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-139-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF1A FULLWIDTH COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-140.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-140.htm deleted file mode 100644 index 4fbe785430d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-140.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-140-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF1B FULLWIDTH SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-141.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-141.htm deleted file mode 100644 index 3b529997c6f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-141.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-141-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカ・ナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>・ナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-142.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-142.htm deleted file mode 100644 index 462081ad227..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-142.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-142-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 0021 EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-143.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-143.htm deleted file mode 100644 index a968b211c58..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-143.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-143-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 003F QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-144.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-144.htm deleted file mode 100644 index dded4a272a9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-144.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-144-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‼文</div> - - - - - -<div class="ref">中中中<br>‼文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-145.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-145.htm deleted file mode 100644 index ad4c4759da2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-145.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-145-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2047 DOUBLE QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁇文</div> - - - - - -<div class="ref">中中中<br>⁇文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-146.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-146.htm deleted file mode 100644 index 99ac5be2411..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-146.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-146-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁈文</div> - - - - - -<div class="ref">中中中<br>⁈文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-147.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-147.htm deleted file mode 100644 index 2d63b8b9f2b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-147.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-147-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁉文</div> - - - - - -<div class="ref">中中中<br>⁉文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-148.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-148.htm deleted file mode 100644 index b954bca1b38..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-148.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-148-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-149.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-149.htm deleted file mode 100644 index c81f47cbc81..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-149.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-149-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-150.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-150.htm deleted file mode 100644 index de77ffb05d2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-150.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-150-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-151.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-151.htm deleted file mode 100644 index 0003e484b79..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-151.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-151-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 00A2 CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-152.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-152.htm deleted file mode 100644 index 924afa29851..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-152.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-152-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 00B0 DEGREE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中°文</div> - - - - - -<div class="ref">中中中<br>°文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-154.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-154.htm deleted file mode 100644 index e6282ad7940..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-154.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-154-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2030 PER MILLE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‰文</div> - - - - - -<div class="ref">中中中<br>‰文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-155.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-155.htm deleted file mode 100644 index 11dc7b3a850..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-155.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-155-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2032 PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中′文</div> - - - - - -<div class="ref">中中中<br>′文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-156.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-156.htm deleted file mode 100644 index 4650efe7c82..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-156.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-156-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2033 DOUBLE PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中″文</div> - - - - - -<div class="ref">中中中<br>″文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-157.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-157.htm deleted file mode 100644 index ddc3d098c01..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-157.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-157-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2103 DEGREE CELSIUS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中℃文</div> - - - - - -<div class="ref">中中中<br>℃文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-158.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-158.htm deleted file mode 100644 index f88d81e6100..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-158.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-158-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-159.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-159.htm deleted file mode 100644 index a1723e38696..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-159.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-159-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-160.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-160.htm deleted file mode 100644 index c2396ff26df..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-160.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-160-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかーな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ーな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-201.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-201.htm deleted file mode 100644 index 066db423303..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-201.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-201-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぁな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぁな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-202.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-202.htm deleted file mode 100644 index 7076a4ba4ef..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-202.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-202-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぃな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-203.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-203.htm deleted file mode 100644 index b70b88abfe9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-203.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-203-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぅな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-204.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-204.htm deleted file mode 100644 index 1e622614b7f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-204.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-204-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぇな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぇな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-205.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-205.htm deleted file mode 100644 index 671c39abaf0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-205.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-205-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかぉな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぉな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-206.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-206.htm deleted file mode 100644 index 7cf2a4b41b8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-206.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-206-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかっな</div> - - - - - -<div lang="ja" class="ref">かかか<br>っな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-207.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-207.htm deleted file mode 100644 index f5f0a6e7b14..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-207.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-207-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゃな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-208.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-208.htm deleted file mode 100644 index 169d647e866..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-208.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-208-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゅな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-209.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-209.htm deleted file mode 100644 index 760973b3a38..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-209.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-209-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかょな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ょな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-210.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-210.htm deleted file mode 100644 index b4cdaad437f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-210.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-210-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゎな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゎな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-211.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-211.htm deleted file mode 100644 index 33b4da996ca..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-211.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-211-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゕな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゕな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-212.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-212.htm deleted file mode 100644 index 7b7437c0e99..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-212.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-212-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゖな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゖな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-213.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-213.htm deleted file mode 100644 index 38e36852fca..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-213.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-213-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカァナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ァナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-214.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-214.htm deleted file mode 100644 index 96826ef798e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-214.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-214-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカィナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ィナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-215.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-215.htm deleted file mode 100644 index bd6d18b7fd9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-215.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-215-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカゥナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ゥナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-216.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-216.htm deleted file mode 100644 index f6249d15904..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-216.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-216-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカェナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ェナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-217.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-217.htm deleted file mode 100644 index d0c5008d58e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-217.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-217-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカォナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ォナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-218.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-218.htm deleted file mode 100644 index 7b944b8d86e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-218.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-218-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカッナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ッナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-219.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-219.htm deleted file mode 100644 index 5480fd84258..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-219.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-219-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカャナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ャナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-220.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-220.htm deleted file mode 100644 index a2fe14ed57b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-220.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-220-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカュナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ュナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-221.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-221.htm deleted file mode 100644 index b67dd1c97b5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-221.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-221-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカョナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ョナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-222.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-222.htm deleted file mode 100644 index 5bde01f78ec..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-222.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-222-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヮナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヮナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-223.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-223.htm deleted file mode 100644 index f8d2f32f4e3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-223.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-223-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヵナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヵナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-224.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-224.htm deleted file mode 100644 index b23c5733aff..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-224.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-224-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヶナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヶナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-225.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-225.htm deleted file mode 100644 index 2cf3463d574..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-225.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-225-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカーナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ーナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-226.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-226.htm deleted file mode 100644 index 8380af9fab5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-226.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-226-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2010 HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-227.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-227.htm deleted file mode 100644 index add791e7bad..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-227.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-227-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2013 EN DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-228.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-228.htm deleted file mode 100644 index fd9685df61c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-228.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-228-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 301C WAVE DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-229.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-229.htm deleted file mode 100644 index eaab02095f2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-229.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-229-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかか゠な</div> - - - - - -<div lang="ja" class="ref">かかか<br>゠な</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-230.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-230.htm deleted file mode 100644 index cb5449aaf56..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-230.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-230-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-231.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-231.htm deleted file mode 100644 index 1a97a60ebc6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-231.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-231-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-232.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-232.htm deleted file mode 100644 index 98b4d6aab91..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-232.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-232-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 309D HIRAGANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゝな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゝな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-233.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-233.htm deleted file mode 100644 index 760c9fbded5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-233.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-233-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかゞな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゞな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-234.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-234.htm deleted file mode 100644 index 9b710d620ed..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-234.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-234-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30FD KATAKANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヽナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヽナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-235.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-235.htm deleted file mode 100644 index 8e005466940..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-235.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-235-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカヾナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヾナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-236.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-236.htm deleted file mode 100644 index 630e40ad905..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-236.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-236-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003A COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-237.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-237.htm deleted file mode 100644 index 9959b436aa7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-237.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-237-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003B SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-238.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-238.htm deleted file mode 100644 index 1c2bafdd5da..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-238.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-238-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 30FB KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-239.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-239.htm deleted file mode 100644 index acbc37de15d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-239.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-239-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-240.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-240.htm deleted file mode 100644 index 3a57b290d7d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-240.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-240-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-241.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-241.htm deleted file mode 100644 index 96e24179476..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-241.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-241-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">カカカ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-242.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-242.htm deleted file mode 100644 index b2ebeeac804..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-242.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-242-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-243.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-243.htm deleted file mode 100644 index a0f49c07e09..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-243.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-243-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003F QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-244.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-244.htm deleted file mode 100644 index af06960d8a8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-244.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-244-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-245.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-245.htm deleted file mode 100644 index d810b42fd15..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-245.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-245-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-246.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-246.htm deleted file mode 100644 index 761cc059dcf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-246.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-246-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-247.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-247.htm deleted file mode 100644 index 501875cd653..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-247.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-247-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-248.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-248.htm deleted file mode 100644 index 69928ad354d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-248.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-248-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-249.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-249.htm deleted file mode 100644 index a3eec0899d9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-249.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-249-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-250.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-250.htm deleted file mode 100644 index d4bb1b515c6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-250.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-250-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-251.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-251.htm deleted file mode 100644 index aeb4b8672bf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-251.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-251-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00A2 CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-252.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-252.htm deleted file mode 100644 index c6eda88f5d8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-252.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-252-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-254.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-254.htm deleted file mode 100644 index f2a38a4998b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-254.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-254-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-255.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-255.htm deleted file mode 100644 index 8a6a837d6df..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-255.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-255-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2032 PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-256.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-256.htm deleted file mode 100644 index b3ccabfa7f8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-256.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-256-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-257.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-257.htm deleted file mode 100644 index 9b9b59eb88f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-257.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-257-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-258.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-258.htm deleted file mode 100644 index fc0cbc7a4ca..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-258.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-258-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-259.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-259.htm deleted file mode 100644 index f2d8530b7c1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-259.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-259-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-260.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-260.htm deleted file mode 100644 index 73c32cf1c4c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-260.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-260-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="test">かかかーな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ーな</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-301.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-301.htm deleted file mode 100644 index 9816801b2ea..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-301.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-301-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2010 HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‐文</div> - - - - - -<div class="ref">中中<br>中‐文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-302.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-302.htm deleted file mode 100644 index bbef4e514aa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-302.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-302-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2013 EN DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中–文</div> - - - - - -<div class="ref">中中<br>中–文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-303.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-303.htm deleted file mode 100644 index 1034dc4cd3c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-303.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-303-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 301C WAVE DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中〜文</div> - - - - - -<div class="ref">中中<br>中〜文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-304.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-304.htm deleted file mode 100644 index e87960cf37b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-304.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-304-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-305.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-305.htm deleted file mode 100644 index d9f14804678..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-305.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-305-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-306.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-306.htm deleted file mode 100644 index e9452062f3a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-306.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-306-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003A COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-307.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-307.htm deleted file mode 100644 index dd427220d7f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-307.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-307-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003B SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-308.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-308.htm deleted file mode 100644 index 3a6fef7f49b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-308.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-308-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-309.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-309.htm deleted file mode 100644 index 83bc897bda6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-309.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-309-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-310.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-310.htm deleted file mode 100644 index 1fda88eb10c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-310.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-310-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-311.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-311.htm deleted file mode 100644 index e28fbdb2040..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-311.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-311-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003F QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-312.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-312.htm deleted file mode 100644 index 97abc7b7ba6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-312.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-312-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-313.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-313.htm deleted file mode 100644 index 85a5a5464dc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-313.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-313-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-314.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-314.htm deleted file mode 100644 index 1b6bc615e83..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-314.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-314-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-315.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-315.htm deleted file mode 100644 index 73c6ca09254..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-315.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-315-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-316.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-316.htm deleted file mode 100644 index d8358e801c2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-316.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-316-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-317.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-317.htm deleted file mode 100644 index e6527bcef58..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-317.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-317-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-318.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-318.htm deleted file mode 100644 index 15ef84fd23f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-318.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-318-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-319.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-319.htm deleted file mode 100644 index b8152c1fd5b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-319.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-319-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00A2 CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-320.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-320.htm deleted file mode 100644 index 32d06e8dcda..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-320.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-320-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-321.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-321.htm deleted file mode 100644 index 1d037f7faa5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-321.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-321-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-322.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-322.htm deleted file mode 100644 index 336e32bece9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-322.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-322-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-323.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-323.htm deleted file mode 100644 index 09964865f58..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-323.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-323-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2032 PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-324.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-324.htm deleted file mode 100644 index e39f1def707..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-324.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-324-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-325.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-325.htm deleted file mode 100644 index 64671554d06..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-325.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-325-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-326.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-326.htm deleted file mode 100644 index 520de1fbd69..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-326.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-326-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-327.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-327.htm deleted file mode 100644 index 88e6226ac9a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-327.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-327-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-351.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-351.htm deleted file mode 100644 index bec93f99233..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-351.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-351-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2010 HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-352.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-352.htm deleted file mode 100644 index 13ab3c182d2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-352.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-352-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2013 EN DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-353.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-353.htm deleted file mode 100644 index 7962fa3b407..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-353.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-353-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 301C WAVE DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-354.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-354.htm deleted file mode 100644 index 586c90944dc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-354.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-354-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中々文</div> - - - - - -<div class="ref">中中中<br>々文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-355.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-355.htm deleted file mode 100644 index 7f142803268..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-355.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-355-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中〻文</div> - - - - - -<div class="ref">中中中<br>〻文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-356.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-356.htm deleted file mode 100644 index 4c9ac984711..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-356.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-356-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 003A COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-357.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-357.htm deleted file mode 100644 index 30934fa53b0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-357.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-357-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 003B SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-358.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-358.htm deleted file mode 100644 index 6cf1e520112..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-358.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-358-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF1A FULLWIDTH COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-359.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-359.htm deleted file mode 100644 index cff2f73c99a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-359.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-359-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF1B FULLWIDTH SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-360.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-360.htm deleted file mode 100644 index cc82af2bbf6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-360.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-360-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 0021 EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-361.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-361.htm deleted file mode 100644 index 6465f794bc3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-361.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-361-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 003F QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-362.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-362.htm deleted file mode 100644 index a712499346b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-362.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-362-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‼文</div> - - - - - -<div class="ref">中中中<br>‼文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-363.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-363.htm deleted file mode 100644 index cc46afaba22..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-363.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-363-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2047 DOUBLE QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁇文</div> - - - - - -<div class="ref">中中中<br>⁇文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-364.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-364.htm deleted file mode 100644 index 8dd2782c981..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-364.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-364-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁈文</div> - - - - - -<div class="ref">中中中<br>⁈文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-365.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-365.htm deleted file mode 100644 index ead88eca762..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-365.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-365-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁉文</div> - - - - - -<div class="ref">中中中<br>⁉文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-366.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-366.htm deleted file mode 100644 index 6625da84b6c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-366.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-366-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-367.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-367.htm deleted file mode 100644 index 7559b4abcd3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-367.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-367-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-368.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-368.htm deleted file mode 100644 index f940b1aa862..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-368.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-368-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-369.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-369.htm deleted file mode 100644 index 7978cb4c208..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-369.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-369-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 00A2 CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-370.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-370.htm deleted file mode 100644 index 51e8d62cd5e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-370.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-370-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 00B0 DEGREE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中°文</div> - - - - - -<div class="ref">中中中<br>°文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-371.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-371.htm deleted file mode 100644 index 7f04a872307..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-371.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-371-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-372.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-372.htm deleted file mode 100644 index 669cb7a2232..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-372.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-372-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2030 PER MILLE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‰文</div> - - - - - -<div class="ref">中中中<br>‰文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-373.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-373.htm deleted file mode 100644 index 231822fae95..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-373.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-373-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2032 PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中′文</div> - - - - - -<div class="ref">中中中<br>′文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-374.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-374.htm deleted file mode 100644 index 4047b173019..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-374.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-374-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2033 DOUBLE PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中″文</div> - - - - - -<div class="ref">中中中<br>″文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-375.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-375.htm deleted file mode 100644 index 0642133083d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-375.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-375-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2103 DEGREE CELSIUS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中℃文</div> - - - - - -<div class="ref">中中中<br>℃文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-376.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-376.htm deleted file mode 100644 index 98ef06473a1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-376.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-376-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-377.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-377.htm deleted file mode 100644 index f2f01b49a69..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-377.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-377-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-401.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-401.htm deleted file mode 100644 index 90736d6b3cd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-401.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-401-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2010 HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-402.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-402.htm deleted file mode 100644 index a7b108d8fc3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-402.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-402-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 2013 EN DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-403.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-403.htm deleted file mode 100644 index ca2762eb1f8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-403.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-403-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will allow 301C WAVE DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-404.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-404.htm deleted file mode 100644 index d076b63992d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-404.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-404-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-405.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-405.htm deleted file mode 100644 index 2de4b3b801e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-405.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-405-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-406.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-406.htm deleted file mode 100644 index f892fa610d5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-406.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-406-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003A COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-407.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-407.htm deleted file mode 100644 index db2774012b3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-407.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-407-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003B SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-408.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-408.htm deleted file mode 100644 index 208023bc5a4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-408.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-408-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-409.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-409.htm deleted file mode 100644 index ea660306144..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-409.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-409-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-410.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-410.htm deleted file mode 100644 index 1f3a8739495..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-410.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-410-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-411.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-411.htm deleted file mode 100644 index d8d3da3267d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-411.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-411-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 003F QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-412.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-412.htm deleted file mode 100644 index 5eb2e5491a2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-412.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-412-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-413.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-413.htm deleted file mode 100644 index e546b3416cc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-413.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-413-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-414.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-414.htm deleted file mode 100644 index 5b670b9cc35..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-414.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-414-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-415.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-415.htm deleted file mode 100644 index bd9f0fa316f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-415.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-415-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-416.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-416.htm deleted file mode 100644 index d77d5c0c026..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-416.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-416-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-417.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-417.htm deleted file mode 100644 index 1ca4bf806ba..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-417.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-417-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-418.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-418.htm deleted file mode 100644 index 8392f2cd11c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-418.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-418-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-419.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-419.htm deleted file mode 100644 index cf63f3ed541..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-419.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-419-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00A2 CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-420.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-420.htm deleted file mode 100644 index 26bb8083d31..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-420.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-420-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-421.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-421.htm deleted file mode 100644 index 1c23d78b425..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-421.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-421-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-422.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-422.htm deleted file mode 100644 index 072a2807d3e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-422.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-422-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-423.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-423.htm deleted file mode 100644 index 4978040243c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-423.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-423-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2032 PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-424.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-424.htm deleted file mode 100644 index cc4460707b7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-424.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-424-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-425.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-425.htm deleted file mode 100644 index 15f2754af0d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-425.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-425-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-426.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-426.htm deleted file mode 100644 index b75318a586c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-426.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-426-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-427.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-427.htm deleted file mode 100644 index 47043a6c5a4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-jazh-427.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#line-break" rel="help"> -<link href="reference/css3-text-line-break-jazh-427-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="zh" class="test">中中中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - -<!--Notes: -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-001.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-001.htm deleted file mode 100644 index 676d5f5cb5a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-001.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0028 LEFT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-001-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 0028 LEFT PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中(文</div> - - - - - -<div class="ref">中中<br>(文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-002.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-002.htm deleted file mode 100644 index 5c9ffc4a036..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-002.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 005B LEFT SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-002-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 005B LEFT SQUARE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中[文</div> - - - - - -<div class="ref">中中<br>[文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-003.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-003.htm deleted file mode 100644 index 7115e6b1032..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-003.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 007B LEFT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-003-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 007B LEFT CURLY BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中{文</div> - - - - - -<div class="ref">中中<br>{文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-004.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-004.htm deleted file mode 100644 index 489fc39a25b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-004.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3A TIBETAN MARK GUG RTAGS GYON</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"> -<link href="reference/css3-text-line-break-opclns-004-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 0F3A TIBETAN MARK GUG RTAGS GYON at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -.test, .ref { width: 115px; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中༺文</div> - - - - - -<div class="ref">中中<br>༺文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-005.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-005.htm deleted file mode 100644 index 558a941d08c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-005.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3C TIBETAN MARK ANG KHANG GYON</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"> -<link href="reference/css3-text-line-break-opclns-005-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 0F3C TIBETAN MARK ANG KHANG GYON at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中༼文</div> - - - - - -<div class="ref">中中<br>༼文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-006.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-006.htm deleted file mode 100644 index c9e4662d694..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-006.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 169B OGHAM FEATHER 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"> -<link href="reference/css3-text-line-break-opclns-006-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 169B OGHAM FEATHER MARK at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中᚛文</div> - - - - - -<div class="ref">中中<br>᚛文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-007.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-007.htm deleted file mode 100644 index f64b5009b34..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-007.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 201A SINGLE LOW-9 QUOTATION 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"> -<link href="reference/css3-text-line-break-opclns-007-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 201A SINGLE LOW-9 QUOTATION MARK at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中‚文</div> - - - - - -<div class="ref">中中<br>‚文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-008.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-008.htm deleted file mode 100644 index c23dacbb641..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-008.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 201E DOUBLE LOW-9 QUOTATION 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"> -<link href="reference/css3-text-line-break-opclns-008-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 201E DOUBLE LOW-9 QUOTATION MARK at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中„文</div> - - - - - -<div class="ref">中中<br>„文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-009.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-009.htm deleted file mode 100644 index 0ae17992175..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-009.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2045 LEFT SQUARE BRACKET WITH QUILL</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"> -<link href="reference/css3-text-line-break-opclns-009-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2045 LEFT SQUARE BRACKET WITH QUILL at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⁅文</div> - - - - - -<div class="ref">中中<br>⁅文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-010.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-010.htm deleted file mode 100644 index 19c85a1bc32..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-010.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 207D SUPERSCRIPT LEFT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-010-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 207D SUPERSCRIPT LEFT PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⁽文</div> - - - - - -<div class="ref">中中<br>⁽文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-011.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-011.htm deleted file mode 100644 index fb3d196fd54..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-011.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 208D SUBSCRIPT LEFT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-011-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 208D SUBSCRIPT LEFT PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中₍文</div> - - - - - -<div class="ref">中中<br>₍文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-012.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-012.htm deleted file mode 100644 index a79dc960d79..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-012.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2329 LEFT-POINTING ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-012-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2329 LEFT-POINTING ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中〈文</div> - - - - - -<div class="ref">中中<br>〈文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-013.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-013.htm deleted file mode 100644 index f4bb6127757..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-013.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 23B4 TOP SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-013-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 23B4 TOP SQUARE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⎴文</div> - - - - - -<div class="ref">中中<br>⎴文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-014.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-014.htm deleted file mode 100644 index 2c3c788dc56..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-014.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2768 MEDIUM LEFT PARENTHESIS ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-014-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2768 MEDIUM LEFT PARENTHESIS ORNAMENT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中❨文</div> - - - - - -<div class="ref">中中<br>❨文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-015.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-015.htm deleted file mode 100644 index db47b06e9d1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-015.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-015-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中❪文</div> - - - - - -<div class="ref">中中<br>❪文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-016.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-016.htm deleted file mode 100644 index 0b3f5fe3029..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-016.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-016-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中❬文</div> - - - - - -<div class="ref">中中<br>❬文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-017.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-017.htm deleted file mode 100644 index 2655146aa62..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-017.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-017-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中❮文</div> - - - - - -<div class="ref">中中<br>❮文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-018.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-018.htm deleted file mode 100644 index 762794e95d6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-018.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-018-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中❰文</div> - - - - - -<div class="ref">中中<br>❰文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-019.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-019.htm deleted file mode 100644 index c2c613ce5c1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-019.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-019-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中❲文</div> - - - - - -<div class="ref">中中<br>❲文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-020.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-020.htm deleted file mode 100644 index 17d3b73db64..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-020.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2774 MEDIUM LEFT CURLY BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-020-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2774 MEDIUM LEFT CURLY BRACKET ORNAMENT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中❴文</div> - - - - - -<div class="ref">中中<br>❴文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-021.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-021.htm deleted file mode 100644 index bbe0d5d6ada..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-021.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-021-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⟦文</div> - - - - - -<div class="ref">中中<br>⟦文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-022.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-022.htm deleted file mode 100644 index ea7adbf3afe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-022.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E8 MATHEMATICAL LEFT ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-022-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 27E8 MATHEMATICAL LEFT ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⟨文</div> - - - - - -<div class="ref">中中<br>⟨文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-023.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-023.htm deleted file mode 100644 index d038c37b305..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-023.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-023-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⟪文</div> - - - - - -<div class="ref">中中<br>⟪文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-024.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-024.htm deleted file mode 100644 index 6a3f0089630..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-024.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2983 LEFT WHITE CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-024-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2983 LEFT WHITE CURLY BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦃文</div> - - - - - -<div class="ref">中中<br>⦃文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-025.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-025.htm deleted file mode 100644 index 81560ceaa5a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-025.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2985 LEFT WHITE PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-025-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2985 LEFT WHITE PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦅文</div> - - - - - -<div class="ref">中中<br>⦅文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-026.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-026.htm deleted file mode 100644 index 6d0d3ca8ee7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-026.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2987 Z NOTATION LEFT IMAGE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-026-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2987 Z NOTATION LEFT IMAGE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦇文</div> - - - - - -<div class="ref">中中<br>⦇文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-027.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-027.htm deleted file mode 100644 index c52afa393b1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-027.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2989 Z NOTATION LEFT BINDING BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-027-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2989 Z NOTATION LEFT BINDING BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦉文</div> - - - - - -<div class="ref">中中<br>⦉文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-028.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-028.htm deleted file mode 100644 index 1326ac3377f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-028.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298B LEFT SQUARE BRACKET WITH UNDERBAR</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"> -<link href="reference/css3-text-line-break-opclns-028-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 298B LEFT SQUARE BRACKET WITH UNDERBAR at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦋文</div> - - - - - -<div class="ref">中中<br>⦋文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-029.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-029.htm deleted file mode 100644 index eb6ee05330a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-029.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER</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"> -<link href="reference/css3-text-line-break-opclns-029-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦍文</div> - - - - - -<div class="ref">中中<br>⦍文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-030.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-030.htm deleted file mode 100644 index 0d8ad541819..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-030.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER</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"> -<link href="reference/css3-text-line-break-opclns-030-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦏文</div> - - - - - -<div class="ref">中中<br>⦏文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-031.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-031.htm deleted file mode 100644 index 9bf50700fac..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-031.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2991 LEFT ANGLE BRACKET WITH 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"> -<link href="reference/css3-text-line-break-opclns-031-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2991 LEFT ANGLE BRACKET WITH DOT at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦑文</div> - - - - - -<div class="ref">中中<br>⦑文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-032.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-032.htm deleted file mode 100644 index 8d3055f8ec7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-032.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2993 LEFT ARC LESS-THAN BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-032-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2993 LEFT ARC LESS-THAN BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦓文</div> - - - - - -<div class="ref">中中<br>⦓文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-033.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-033.htm deleted file mode 100644 index 51689805050..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-033.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2995 DOUBLE LEFT ARC GREATER-THAN BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-033-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2995 DOUBLE LEFT ARC GREATER-THAN BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦕文</div> - - - - - -<div class="ref">中中<br>⦕文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-034.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-034.htm deleted file mode 100644 index a8266d72635..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-034.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2997 LEFT BLACK TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-034-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 2997 LEFT BLACK TORTOISE SHELL BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦗文</div> - - - - - -<div class="ref">中中<br>⦗文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-035.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-035.htm deleted file mode 100644 index 96b23d50dc0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-035.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29D8 LEFT WIGGLY FENCE</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"> -<link href="reference/css3-text-line-break-opclns-035-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 29D8 LEFT WIGGLY FENCE at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⧘文</div> - - - - - -<div class="ref">中中<br>⧘文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-036.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-036.htm deleted file mode 100644 index 0b2aac40199..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-036.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29DA LEFT DOUBLE WIGGLY FENCE</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"> -<link href="reference/css3-text-line-break-opclns-036-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 29DA LEFT DOUBLE WIGGLY FENCE at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⧚文</div> - - - - - -<div class="ref">中中<br>⧚文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-037.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-037.htm deleted file mode 100644 index 61a5a3edde6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-037.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29FC LEFT-POINTING CURVED ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-037-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 29FC LEFT-POINTING CURVED ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⧼文</div> - - - - - -<div class="ref">中中<br>⧼文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-038.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-038.htm deleted file mode 100644 index d7faf0f6c10..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-038.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3008 LEFT ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-038-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 3008 LEFT ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中〈文</div> - - - - - -<div class="ref">中中<br>〈文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-039.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-039.htm deleted file mode 100644 index 1f86fcd78b7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-039.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300A LEFT DOUBLE ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-039-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 300A LEFT DOUBLE ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中《文</div> - - - - - -<div class="ref">中中<br>《文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-040.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-040.htm deleted file mode 100644 index e85b06c215d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-040.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300C LEFT CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-040-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 300C LEFT CORNER BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中「文</div> - - - - - -<div class="ref">中中<br>「文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-041.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-041.htm deleted file mode 100644 index 26198fad470..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-041.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300E LEFT WHITE CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-041-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 300E LEFT WHITE CORNER BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中『文</div> - - - - - -<div class="ref">中中<br>『文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-042.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-042.htm deleted file mode 100644 index 4c2f66dfa31..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-042.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3010 LEFT BLACK LENTICULAR BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-042-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 3010 LEFT BLACK LENTICULAR BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中【文</div> - - - - - -<div class="ref">中中<br>【文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-043.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-043.htm deleted file mode 100644 index 8f91da2f5a9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-043.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3014 LEFT TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-043-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 3014 LEFT TORTOISE SHELL BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中〔文</div> - - - - - -<div class="ref">中中<br>〔文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-044.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-044.htm deleted file mode 100644 index 59ee972738f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-044.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3016 LEFT WHITE LENTICULAR BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-044-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 3016 LEFT WHITE LENTICULAR BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中〖文</div> - - - - - -<div class="ref">中中<br>〖文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-045.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-045.htm deleted file mode 100644 index 92ae3ec4518..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-045.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3018 LEFT WHITE TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-045-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 3018 LEFT WHITE TORTOISE SHELL BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中〘文</div> - - - - - -<div class="ref">中中<br>〘文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-046.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-046.htm deleted file mode 100644 index 44a185bbaf3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-046.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301A LEFT WHITE SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-046-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 301A LEFT WHITE SQUARE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中〚文</div> - - - - - -<div class="ref">中中<br>〚文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-047.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-047.htm deleted file mode 100644 index 9972d89b6ac..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-047.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301D REVERSED DOUBLE PRIME QUOTATION 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"> -<link href="reference/css3-text-line-break-opclns-047-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave 301D REVERSED DOUBLE PRIME QUOTATION MARK at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中〝文</div> - - - - - -<div class="ref">中中<br>〝文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-048.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-048.htm deleted file mode 100644 index 4d88607962d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-048.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FD3E ORNATE LEFT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-048-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FD3E ORNATE LEFT PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中﴾文</div> - - - - - -<div class="ref">中中<br>﴾文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-049.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-049.htm deleted file mode 100644 index b7e7c8042f4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-049.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-049-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中︵文</div> - - - - - -<div class="ref">中中<br>︵文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-050.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-050.htm deleted file mode 100644 index cd8f5171b1f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-050.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-050-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中︷文</div> - - - - - -<div class="ref">中中<br>︷文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-051.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-051.htm deleted file mode 100644 index 45c07d621ee..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-051.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-051-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中︹文</div> - - - - - -<div class="ref">中中<br>︹文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-052.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-052.htm deleted file mode 100644 index 2fbc067d0b7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-052.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-052-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中︻文</div> - - - - - -<div class="ref">中中<br>︻文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-053.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-053.htm deleted file mode 100644 index 649ea6212c3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-053.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-053-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中︽文</div> - - - - - -<div class="ref">中中<br>︽文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-054.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-054.htm deleted file mode 100644 index cbea69db25f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-054.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-054-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中︿文</div> - - - - - -<div class="ref">中中<br>︿文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-055.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-055.htm deleted file mode 100644 index c3394afc8b7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-055.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-055-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中﹁文</div> - - - - - -<div class="ref">中中<br>﹁文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-056.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-056.htm deleted file mode 100644 index 8705bbeebe2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-056.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-056-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中﹃文</div> - - - - - -<div class="ref">中中<br>﹃文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-057.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-057.htm deleted file mode 100644 index dcd42c1207c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-057.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-057-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中﹇文</div> - - - - - -<div class="ref">中中<br>﹇文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-058.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-058.htm deleted file mode 100644 index ef0f6a677cd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-058.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE59 SMALL LEFT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-058-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE59 SMALL LEFT PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中﹙文</div> - - - - - -<div class="ref">中中<br>﹙文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-059.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-059.htm deleted file mode 100644 index 470d6e05cb9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-059.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5B SMALL LEFT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-059-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE5B SMALL LEFT CURLY BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中﹛文</div> - - - - - -<div class="ref">中中<br>﹛文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-060.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-060.htm deleted file mode 100644 index 48a42baf56b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-060.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5D SMALL LEFT TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-060-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FE5D SMALL LEFT TORTOISE SHELL BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中﹝文</div> - - - - - -<div class="ref">中中<br>﹝文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-061.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-061.htm deleted file mode 100644 index ab3a6311f38..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-061.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF08 FULLWIDTH LEFT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-061-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FF08 FULLWIDTH LEFT PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中(文</div> - - - - - -<div class="ref">中中<br>(文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-062.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-062.htm deleted file mode 100644 index f0e6d199804..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-062.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF3B FULLWIDTH LEFT SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-062-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FF3B FULLWIDTH LEFT SQUARE BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中[文</div> - - - - - -<div class="ref">中中<br>[文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-063.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-063.htm deleted file mode 100644 index c7933fd0d1f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-063.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF5B FULLWIDTH LEFT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-063-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FF5B FULLWIDTH LEFT CURLY BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中{文</div> - - - - - -<div class="ref">中中<br>{文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-064.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-064.htm deleted file mode 100644 index 03ef241555d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-064.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF5F FULLWIDTH LEFT WHITE PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-064-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FF5F FULLWIDTH LEFT WHITE PARENTHESIS at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中⦅文</div> - - - - - -<div class="ref">中中<br>⦅文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-065.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-065.htm deleted file mode 100644 index 414703500f3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-065.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF62 HALFWIDTH LEFT CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-065-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has OP Opening Punctuation property, the browser will not leave FF62 HALFWIDTH LEFT CORNER BRACKET at the end of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中「文</div> - - - - - -<div class="ref">中中<br>「文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-100.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-100.htm deleted file mode 100644 index 4348b433794..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-100.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3001 IDEOGRAPHIC COMMA</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"> -<link href="reference/css3-text-line-break-opclns-100-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 3001 IDEOGRAPHIC COMMA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中、文</div> - - - - - -<div class="ref">中中<br>中、文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-101.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-101.htm deleted file mode 100644 index 007908ece40..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-101.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3002 IDEOGRAPHIC FULL STOP</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"> -<link href="reference/css3-text-line-break-opclns-101-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 3002 IDEOGRAPHIC FULL STOP at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中。文</div> - - - - - -<div class="ref">中中<br>中。文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-102.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-102.htm deleted file mode 100644 index ddcf93369fa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-102.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE50 SMALL COMMA</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"> -<link href="reference/css3-text-line-break-opclns-102-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE50 SMALL COMMA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹐文</div> - - - - - -<div class="ref">中中<br>中﹐文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-103.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-103.htm deleted file mode 100644 index bb20153cb25..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-103.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE52 SMALL FULL STOP</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"> -<link href="reference/css3-text-line-break-opclns-103-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE52 SMALL FULL STOP at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹒文</div> - - - - - -<div class="ref">中中<br>中﹒文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-104.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-104.htm deleted file mode 100644 index 45a32d95102..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-104.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF0C FULLWIDTH COMMA</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"> -<link href="reference/css3-text-line-break-opclns-104-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF0C FULLWIDTH COMMA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中,文</div> - - - - - -<div class="ref">中中<br>中,文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-105.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-105.htm deleted file mode 100644 index 2a317b7030f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-105.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF0E FULLWIDTH FULL STOP</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"> -<link href="reference/css3-text-line-break-opclns-105-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF0E FULLWIDTH FULL STOP at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中.文</div> - - - - - -<div class="ref">中中<br>中.文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-106.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-106.htm deleted file mode 100644 index dc4562e7b71..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-106.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF61 HALFWIDTH IDEOGRAPHIC FULL STOP</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"> -<link href="reference/css3-text-line-break-opclns-106-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF61 HALFWIDTH IDEOGRAPHIC FULL STOP at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中。文</div> - - - - - -<div class="ref">中中<br>中。文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-107.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-107.htm deleted file mode 100644 index 99f41f827fb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-107.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF64 HALFWIDTH IDEOGRAPHIC COMMA</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"> -<link href="reference/css3-text-line-break-opclns-107-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF64 HALFWIDTH IDEOGRAPHIC COMMA at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中、文</div> - - - - - -<div class="ref">中中<br>中、文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-108.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-108.htm deleted file mode 100644 index a02e15639d1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-108.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0029 RIGHT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-108-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 0029 RIGHT PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中)文</div> - - - - - -<div class="ref">中中<br>中)文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-109.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-109.htm deleted file mode 100644 index ef33e97eb57..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-109.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 005D RIGHT SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-109-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 005D RIGHT SQUARE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中]文</div> - - - - - -<div class="ref">中中<br>中]文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-110.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-110.htm deleted file mode 100644 index a54a9e192a7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-110.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 007D RIGHT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-110-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 007D RIGHT CURLY BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中}文</div> - - - - - -<div class="ref">中中<br>中}文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-111.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-111.htm deleted file mode 100644 index 857cda085de..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-111.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3B TIBETAN MARK GUG RTAGS GYAS</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"> -<link href="reference/css3-text-line-break-opclns-111-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 0F3B TIBETAN MARK GUG RTAGS GYAS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -.test, .ref { width: 115px; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中༻文</div> - - - - - -<div class="ref">中中<br>中༻文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-112.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-112.htm deleted file mode 100644 index 535165657a6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-112.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3D TIBETAN MARK ANG KHANG GYAS</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"> -<link href="reference/css3-text-line-break-opclns-112-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 0F3D TIBETAN MARK ANG KHANG GYAS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中༽文</div> - - - - - -<div class="ref">中中<br>中༽文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-113.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-113.htm deleted file mode 100644 index 94543b86f26..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-113.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 169C OGHAM REVERSED FEATHER 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"> -<link href="reference/css3-text-line-break-opclns-113-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 169C OGHAM REVERSED FEATHER MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中᚜文</div> - - - - - -<div class="ref">中中<br>中᚜文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-114.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-114.htm deleted file mode 100644 index 2eb283a8d84..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-114.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2046 RIGHT SQUARE BRACKET WITH QUILL</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"> -<link href="reference/css3-text-line-break-opclns-114-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2046 RIGHT SQUARE BRACKET WITH QUILL at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⁆文</div> - - - - - -<div class="ref">中中<br>中⁆文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-115.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-115.htm deleted file mode 100644 index 1a216a37124..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-115.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 207E SUPERSCRIPT RIGHT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-115-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 207E SUPERSCRIPT RIGHT PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⁾文</div> - - - - - -<div class="ref">中中<br>中⁾文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-116.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-116.htm deleted file mode 100644 index 0b16b5d13d4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-116.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 208E SUBSCRIPT RIGHT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-116-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 208E SUBSCRIPT RIGHT PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中₎文</div> - - - - - -<div class="ref">中中<br>中₎文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-117.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-117.htm deleted file mode 100644 index 3b944be3cfe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-117.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 232A RIGHT-POINTING ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-117-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 232A RIGHT-POINTING ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〉文</div> - - - - - -<div class="ref">中中<br>中〉文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-118.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-118.htm deleted file mode 100644 index ee8b0a45acc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-118.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 23B5 BOTTOM SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-118-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 23B5 BOTTOM SQUARE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⎵文</div> - - - - - -<div class="ref">中中<br>中⎵文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-119.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-119.htm deleted file mode 100644 index 3656b7cd64f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-119.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2769 MEDIUM RIGHT PARENTHESIS ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-119-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2769 MEDIUM RIGHT PARENTHESIS ORNAMENT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中❩文</div> - - - - - -<div class="ref">中中<br>中❩文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-120.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-120.htm deleted file mode 100644 index 15d06080da5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-120.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276B MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-120-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 276B MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中❫文</div> - - - - - -<div class="ref">中中<br>中❫文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-121.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-121.htm deleted file mode 100644 index 80906348a98..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-121.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276D MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-121-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 276D MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中❭文</div> - - - - - -<div class="ref">中中<br>中❭文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-122.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-122.htm deleted file mode 100644 index 226195f1449..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-122.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276F HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-122-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 276F HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中❯文</div> - - - - - -<div class="ref">中中<br>中❯文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-123.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-123.htm deleted file mode 100644 index 07c41e722ba..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-123.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2771 HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-123-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2771 HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中❱文</div> - - - - - -<div class="ref">中中<br>中❱文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-124.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-124.htm deleted file mode 100644 index bce67cf0ac6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-124.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-124-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中❳文</div> - - - - - -<div class="ref">中中<br>中❳文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-125.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-125.htm deleted file mode 100644 index a56806d49c4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-125.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2775 MEDIUM RIGHT CURLY BRACKET ORNAMENT</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"> -<link href="reference/css3-text-line-break-opclns-125-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2775 MEDIUM RIGHT CURLY BRACKET ORNAMENT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中❵文</div> - - - - - -<div class="ref">中中<br>中❵文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-126.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-126.htm deleted file mode 100644 index d861e6b9090..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-126.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-126-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⟧文</div> - - - - - -<div class="ref">中中<br>中⟧文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-127.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-127.htm deleted file mode 100644 index 1f5b6e13d70..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-127.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E9 MATHEMATICAL RIGHT ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-127-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 27E9 MATHEMATICAL RIGHT ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⟩文</div> - - - - - -<div class="ref">中中<br>中⟩文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-128.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-128.htm deleted file mode 100644 index 8369288f7fa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-128.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-128-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 27EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⟫文</div> - - - - - -<div class="ref">中中<br>中⟫文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-129.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-129.htm deleted file mode 100644 index 257a04acb7c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-129.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2984 RIGHT WHITE CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-129-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2984 RIGHT WHITE CURLY BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦄文</div> - - - - - -<div class="ref">中中<br>中⦄文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-130.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-130.htm deleted file mode 100644 index f538e1218cb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-130.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2986 RIGHT WHITE PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-130-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2986 RIGHT WHITE PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦆文</div> - - - - - -<div class="ref">中中<br>中⦆文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-131.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-131.htm deleted file mode 100644 index 6c19ae454c0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-131.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2988 Z NOTATION RIGHT IMAGE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-131-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2988 Z NOTATION RIGHT IMAGE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦈文</div> - - - - - -<div class="ref">中中<br>中⦈文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-132.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-132.htm deleted file mode 100644 index 2fd9ee37650..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-132.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298A Z NOTATION RIGHT BINDING BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-132-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 298A Z NOTATION RIGHT BINDING BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦊文</div> - - - - - -<div class="ref">中中<br>中⦊文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-133.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-133.htm deleted file mode 100644 index 97207d2b22b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-133.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298C RIGHT SQUARE BRACKET WITH UNDERBAR</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"> -<link href="reference/css3-text-line-break-opclns-133-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 298C RIGHT SQUARE BRACKET WITH UNDERBAR at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦌文</div> - - - - - -<div class="ref">中中<br>中⦌文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-134.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-134.htm deleted file mode 100644 index 1661a9a5828..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-134.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER</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"> -<link href="reference/css3-text-line-break-opclns-134-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦎文</div> - - - - - -<div class="ref">中中<br>中⦎文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-135.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-135.htm deleted file mode 100644 index f1d9658c142..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-135.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER</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"> -<link href="reference/css3-text-line-break-opclns-135-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦐文</div> - - - - - -<div class="ref">中中<br>中⦐文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-136.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-136.htm deleted file mode 100644 index cd48ea8f2e8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-136.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2992 RIGHT ANGLE BRACKET WITH 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"> -<link href="reference/css3-text-line-break-opclns-136-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2992 RIGHT ANGLE BRACKET WITH DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦒文</div> - - - - - -<div class="ref">中中<br>中⦒文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-137.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-137.htm deleted file mode 100644 index 49ea587326f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-137.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2994 RIGHT ARC GREATER-THAN BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-137-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2994 RIGHT ARC GREATER-THAN BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦔文</div> - - - - - -<div class="ref">中中<br>中⦔文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-138.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-138.htm deleted file mode 100644 index eaec912697a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-138.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2996 DOUBLE RIGHT ARC LESS-THAN BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-138-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2996 DOUBLE RIGHT ARC LESS-THAN BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦖文</div> - - - - - -<div class="ref">中中<br>中⦖文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-139.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-139.htm deleted file mode 100644 index f76858aa098..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-139.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2998 RIGHT BLACK TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-139-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 2998 RIGHT BLACK TORTOISE SHELL BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦘文</div> - - - - - -<div class="ref">中中<br>中⦘文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-140.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-140.htm deleted file mode 100644 index 5ca4098759f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-140.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29D9 RIGHT WIGGLY FENCE</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"> -<link href="reference/css3-text-line-break-opclns-140-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 29D9 RIGHT WIGGLY FENCE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⧙文</div> - - - - - -<div class="ref">中中<br>中⧙文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-141.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-141.htm deleted file mode 100644 index 31f299cd2b8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-141.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29DB RIGHT DOUBLE WIGGLY FENCE</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"> -<link href="reference/css3-text-line-break-opclns-141-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 29DB RIGHT DOUBLE WIGGLY FENCE at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⧛文</div> - - - - - -<div class="ref">中中<br>中⧛文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-142.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-142.htm deleted file mode 100644 index eb820db4f7e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-142.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29FD RIGHT-POINTING CURVED ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-142-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 29FD RIGHT-POINTING CURVED ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⧽文</div> - - - - - -<div class="ref">中中<br>中⧽文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-143.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-143.htm deleted file mode 100644 index aacde9b88e5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-143.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3009 RIGHT ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-143-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 3009 RIGHT ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〉文</div> - - - - - -<div class="ref">中中<br>中〉文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-144.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-144.htm deleted file mode 100644 index b1a7692aad9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-144.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300B RIGHT DOUBLE ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-144-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 300B RIGHT DOUBLE ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中》文</div> - - - - - -<div class="ref">中中<br>中》文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-145.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-145.htm deleted file mode 100644 index 141abcf6287..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-145.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300D RIGHT CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-145-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 300D RIGHT CORNER BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中」文</div> - - - - - -<div class="ref">中中<br>中」文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-146.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-146.htm deleted file mode 100644 index 0d14b9dbdc0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-146.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300F RIGHT WHITE CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-146-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 300F RIGHT WHITE CORNER BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中』文</div> - - - - - -<div class="ref">中中<br>中』文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-147.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-147.htm deleted file mode 100644 index b6bac906d39..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-147.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3011 RIGHT BLACK LENTICULAR BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-147-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 3011 RIGHT BLACK LENTICULAR BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中】文</div> - - - - - -<div class="ref">中中<br>中】文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-148.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-148.htm deleted file mode 100644 index d19cff09c70..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-148.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3015 RIGHT TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-148-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 3015 RIGHT TORTOISE SHELL BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〕文</div> - - - - - -<div class="ref">中中<br>中〕文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-149.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-149.htm deleted file mode 100644 index 8d5cd1c4ccd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-149.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3017 RIGHT WHITE LENTICULAR BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-149-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 3017 RIGHT WHITE LENTICULAR BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〗文</div> - - - - - -<div class="ref">中中<br>中〗文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-150.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-150.htm deleted file mode 100644 index c9001f4034d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-150.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3019 RIGHT WHITE TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-150-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 3019 RIGHT WHITE TORTOISE SHELL BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〙文</div> - - - - - -<div class="ref">中中<br>中〙文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-151.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-151.htm deleted file mode 100644 index 88341ab4551..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-151.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301B RIGHT WHITE SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-151-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 301B RIGHT WHITE SQUARE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〛文</div> - - - - - -<div class="ref">中中<br>中〛文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-152.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-152.htm deleted file mode 100644 index 1ecf0c9788f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-152.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301E DOUBLE PRIME QUOTATION 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"> -<link href="reference/css3-text-line-break-opclns-152-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 301E DOUBLE PRIME QUOTATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〞文</div> - - - - - -<div class="ref">中中<br>中〞文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-153.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-153.htm deleted file mode 100644 index a63a64cb3f4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-153.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301F LOW DOUBLE PRIME QUOTATION 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"> -<link href="reference/css3-text-line-break-opclns-153-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave 301F LOW DOUBLE PRIME QUOTATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〟文</div> - - - - - -<div class="ref">中中<br>中〟文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-154.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-154.htm deleted file mode 100644 index b27267aab72..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-154.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FD3F ORNATE RIGHT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-154-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FD3F ORNATE RIGHT PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﴿文</div> - - - - - -<div class="ref">中中<br>中﴿文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-155.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-155.htm deleted file mode 100644 index b84d30c9b37..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-155.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE36 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-155-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE36 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中︶文</div> - - - - - -<div class="ref">中中<br>中︶文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-156.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-156.htm deleted file mode 100644 index a30e2aa8ee5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-156.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE38 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-156-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE38 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中︸文</div> - - - - - -<div class="ref">中中<br>中︸文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-157.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-157.htm deleted file mode 100644 index f7be1c3f4a1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-157.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3A PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-157-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE3A PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中︺文</div> - - - - - -<div class="ref">中中<br>中︺文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-158.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-158.htm deleted file mode 100644 index e2e9914e2bb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-158.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3C PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-158-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE3C PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中︼文</div> - - - - - -<div class="ref">中中<br>中︼文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-159.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-159.htm deleted file mode 100644 index 7945cf0498d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-159.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3E PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-159-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE3E PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中︾文</div> - - - - - -<div class="ref">中中<br>中︾文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-160.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-160.htm deleted file mode 100644 index b82e928bdb4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-160.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-160-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹀文</div> - - - - - -<div class="ref">中中<br>中﹀文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-161.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-161.htm deleted file mode 100644 index ac6b170d8db..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-161.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE42 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-161-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE42 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹂文</div> - - - - - -<div class="ref">中中<br>中﹂文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-162.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-162.htm deleted file mode 100644 index 4cf8828fdac..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-162.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE44 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-162-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE44 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹄文</div> - - - - - -<div class="ref">中中<br>中﹄文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-163.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-163.htm deleted file mode 100644 index 2be6dc65c08..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-163.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE48 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-163-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE48 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹈文</div> - - - - - -<div class="ref">中中<br>中﹈文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-164.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-164.htm deleted file mode 100644 index 30fb3f929fd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-164.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5A SMALL RIGHT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-164-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE5A SMALL RIGHT PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹚文</div> - - - - - -<div class="ref">中中<br>中﹚文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-165.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-165.htm deleted file mode 100644 index f416a79565a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-165.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5C SMALL RIGHT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-165-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE5C SMALL RIGHT CURLY BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹜文</div> - - - - - -<div class="ref">中中<br>中﹜文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-166.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-166.htm deleted file mode 100644 index 2a2dc27a1e3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-166.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5E SMALL RIGHT TORTOISE SHELL BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-166-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FE5E SMALL RIGHT TORTOISE SHELL BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹞文</div> - - - - - -<div class="ref">中中<br>中﹞文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-167.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-167.htm deleted file mode 100644 index 3d562ca3c9b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-167.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF09 FULLWIDTH RIGHT PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-167-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF09 FULLWIDTH RIGHT PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中)文</div> - - - - - -<div class="ref">中中<br>中)文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-168.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-168.htm deleted file mode 100644 index f2b443eb241..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-168.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF3D FULLWIDTH RIGHT SQUARE BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-168-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF3D FULLWIDTH RIGHT SQUARE BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中]文</div> - - - - - -<div class="ref">中中<br>中]文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-169.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-169.htm deleted file mode 100644 index 4fb4a8f5468..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-169.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF5D FULLWIDTH RIGHT CURLY BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-169-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF5D FULLWIDTH RIGHT CURLY BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中}文</div> - - - - - -<div class="ref">中中<br>中}文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-170.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-170.htm deleted file mode 100644 index 6de81ae07bb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-170.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF60 FULLWIDTH RIGHT WHITE PARENTHESIS</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"> -<link href="reference/css3-text-line-break-opclns-170-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF60 FULLWIDTH RIGHT WHITE PARENTHESIS at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中⦆文</div> - - - - - -<div class="ref">中中<br>中⦆文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-171.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-171.htm deleted file mode 100644 index a18338578f3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-171.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF63 HALFWIDTH RIGHT CORNER BRACKET</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"> -<link href="reference/css3-text-line-break-opclns-171-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has a CL Closing Punctuation property, the browser will not leave FF63 HALFWIDTH RIGHT CORNER BRACKET at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中」文</div> - - - - - -<div class="ref">中中<br>中」文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-200.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-200.htm deleted file mode 100644 index 97647790e2f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-200.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 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"> -<link href="reference/css3-text-line-break-opclns-200-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 0E5A THAI CHARACTER ANGKHANKHU at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中๚文</div> - - - - - -<div class="ref">中中<br>中๚文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-201.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-201.htm deleted file mode 100644 index 9b0f555e60a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-201.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 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"> -<link href="reference/css3-text-line-break-opclns-201-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 0E5B THAI CHARACTER KHOMUT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -.test, .ref { width: 115px; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中๛文</div> - - - - - -<div class="ref">中中<br>中๛文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-202.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-202.htm deleted file mode 100644 index 050d0d900bc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-202.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 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"> -<link href="reference/css3-text-line-break-opclns-202-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 17D4 KHMER SIGN KHAN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中។文</div> - - - - - -<div class="ref">中中<br>中។文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-203.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-203.htm deleted file mode 100644 index f2059802a73..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-203.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 17D6 KHMER SIGN CAMNUC PII KUUH</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"> -<link href="reference/css3-text-line-break-opclns-203-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 17D6 KHMER SIGN CAMNUC PII KUUH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中៖文</div> - - - - - -<div class="ref">中中<br>中៖文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-204.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-204.htm deleted file mode 100644 index 919d5dc0f7f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-204.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 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-breaking" rel="help"> -<link href="reference/css3-text-line-break-opclns-204-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 17DA KHMER SIGN KOOMUUT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中៚文</div> - - - - - -<div class="ref">中中<br>中៚文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-205.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-205.htm deleted file mode 100644 index ec9377517c7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-205.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION 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"> -<link href="reference/css3-text-line-break-opclns-205-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 203C DOUBLE EXCLAMATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-206.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-206.htm deleted file mode 100644 index 882856039b4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-206.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION 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"> -<link href="reference/css3-text-line-break-opclns-206-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-207.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-207.htm deleted file mode 100644 index 735c32d02ec..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-207.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE 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"> -<link href="reference/css3-text-line-break-opclns-207-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 301C WAVE DASH at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〜文</div> - - - - - -<div class="ref">中中<br>中〜文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-208.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-208.htm deleted file mode 100644 index bc512955aa9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-208.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303C MASU 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"> -<link href="reference/css3-text-line-break-opclns-208-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 303C MASU MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〼文</div> - - - - - -<div class="ref">中中<br>中〼文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-209.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-209.htm deleted file mode 100644 index 277b52d0c79..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-209.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION 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"> -<link href="reference/css3-text-line-break-opclns-209-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-210.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-210.htm deleted file mode 100644 index 5455d1ddb50..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-210.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309B KATAKANA-HIRAGANA VOICED SOUND 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"> -<link href="reference/css3-text-line-break-opclns-210-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 309B KATAKANA-HIRAGANA VOICED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中゛文</div> - - - - - -<div class="ref">中中<br>中゛文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-211.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-211.htm deleted file mode 100644 index 4781ea4ecd5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-211.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309C KATAKANA-HIRAGANA SEMI-VOICED SOUND 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"> -<link href="reference/css3-text-line-break-opclns-211-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 309C KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中゜文</div> - - - - - -<div class="ref">中中<br>中゜文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-212.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-212.htm deleted file mode 100644 index 2691f690bbd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-212.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION 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"> -<link href="reference/css3-text-line-break-opclns-212-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 309D HIRAGANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中ゝ文</div> - - - - - -<div class="ref">中中<br>中ゝ文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-213.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-213.htm deleted file mode 100644 index 9d82eabb3f6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-213.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION 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"> -<link href="reference/css3-text-line-break-opclns-213-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中ゞ文</div> - - - - - -<div class="ref">中中<br>中ゞ文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-214.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-214.htm deleted file mode 100644 index f6c158d23ce..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-214.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE 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"> -<link href="reference/css3-text-line-break-opclns-214-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中゠文</div> - - - - - -<div class="ref">中中<br>中゠文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-215.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-215.htm deleted file mode 100644 index 0e5581e6ce3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-215.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE 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"> -<link href="reference/css3-text-line-break-opclns-215-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 30FB KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中・文</div> - - - - - -<div class="ref">中中<br>中・文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-216.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-216.htm deleted file mode 100644 index 037ab6671a3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-216.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND 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"> -<link href="reference/css3-text-line-break-opclns-216-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中ー文</div> - - - - - -<div class="ref">中中<br>中ー文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-217.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-217.htm deleted file mode 100644 index ee5ab43408f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-217.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION 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"> -<link href="reference/css3-text-line-break-opclns-217-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 30FD KATAKANA ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中ヽ文</div> - - - - - -<div class="ref">中中<br>中ヽ文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-218.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-218.htm deleted file mode 100644 index 28ab59c53ff..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-218.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION 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"> -<link href="reference/css3-text-line-break-opclns-218-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中ヾ文</div> - - - - - -<div class="ref">中中<br>中ヾ文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-219.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-219.htm deleted file mode 100644 index 386c346ba03..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-219.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE54 SMALL SEMICOLON</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"> -<link href="reference/css3-text-line-break-opclns-219-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FE54 SMALL SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹔文</div> - - - - - -<div class="ref">中中<br>中﹔文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-220.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-220.htm deleted file mode 100644 index e7a3a1c0e4d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-220.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE55 SMALL 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"> -<link href="reference/css3-text-line-break-opclns-220-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FE55 SMALL COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中﹕文</div> - - - - - -<div class="ref">中中<br>中﹕文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-221.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-221.htm deleted file mode 100644 index 51a7d74eb1d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-221.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH 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"> -<link href="reference/css3-text-line-break-opclns-221-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FF1A FULLWIDTH COLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-222.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-222.htm deleted file mode 100644 index a9f77381031..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-222.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON</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"> -<link href="reference/css3-text-line-break-opclns-222-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FF1B FULLWIDTH SEMICOLON at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-223.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-223.htm deleted file mode 100644 index 4f96a85860e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-223.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE 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"> -<link href="reference/css3-text-line-break-opclns-223-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中・文</div> - - - - - -<div class="ref">中中<br>中・文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-224.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-224.htm deleted file mode 100644 index b64f3f66fd8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-224.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND 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"> -<link href="reference/css3-text-line-break-opclns-224-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中ー文</div> - - - - - -<div class="ref">中中<br>中ー文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-225.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-225.htm deleted file mode 100644 index 3aced2149ac..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-225.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF9E HALFWIDTH KATAKANA VOICED SOUND 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"> -<link href="reference/css3-text-line-break-opclns-225-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FF9E HALFWIDTH KATAKANA VOICED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中゙文</div> - - - - - -<div class="ref">中中<br>中゙文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-226.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-226.htm deleted file mode 100644 index fad3bdaba1d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-226.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND 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"> -<link href="reference/css3-text-line-break-opclns-226-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="Because it has an NS Non-Starter property, the browser will not leave FF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">中中中゚文</div> - - - - - -<div class="ref">中中<br>中゚文</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-250.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-250.htm deleted file mode 100644 index 746c05e7167..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-250.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A</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"> -<link href="reference/css3-text-line-break-opclns-250-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3041 HIRAGANA LETTER SMALL A (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかぁな</div> - - - - - -<div class="ref">かか<br>かぁな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-251.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-251.htm deleted file mode 100644 index 36f62d1d164..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-251.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I</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"> -<link href="reference/css3-text-line-break-opclns-251-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3043 HIRAGANA LETTER SMALL I (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかぃな</div> - - - - - -<div class="ref">かか<br>かぃな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-252.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-252.htm deleted file mode 100644 index 45d38ada91e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-252.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U</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"> -<link href="reference/css3-text-line-break-opclns-252-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3045 HIRAGANA LETTER SMALL U (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかぅな</div> - - - - - -<div class="ref">かか<br>かぅな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-253.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-253.htm deleted file mode 100644 index 0aef827785d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-253.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E</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"> -<link href="reference/css3-text-line-break-opclns-253-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3047 HIRAGANA LETTER SMALL E (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかぇな</div> - - - - - -<div class="ref">かか<br>かぇな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-254.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-254.htm deleted file mode 100644 index e4cc8fc2527..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-254.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O</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"> -<link href="reference/css3-text-line-break-opclns-254-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3049 HIRAGANA LETTER SMALL O (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかぉな</div> - - - - - -<div class="ref">かか<br>かぉな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-255.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-255.htm deleted file mode 100644 index 34dcd13cc46..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-255.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU</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"> -<link href="reference/css3-text-line-break-opclns-255-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3063 HIRAGANA LETTER SMALL TU (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかっな</div> - - - - - -<div class="ref">かか<br>かっな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-256.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-256.htm deleted file mode 100644 index f0b08d63c17..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-256.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA</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"> -<link href="reference/css3-text-line-break-opclns-256-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3083 HIRAGANA LETTER SMALL YA (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかゃな</div> - - - - - -<div class="ref">かか<br>かゃな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-257.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-257.htm deleted file mode 100644 index 3050145f763..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-257.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU</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"> -<link href="reference/css3-text-line-break-opclns-257-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3085 HIRAGANA LETTER SMALL YU (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかゅな</div> - - - - - -<div class="ref">かか<br>かゅな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-258.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-258.htm deleted file mode 100644 index 73eab4f5833..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-258.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO </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"> -<link href="reference/css3-text-line-break-opclns-258-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 3087 HIRAGANA LETTER SMALL YO (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかょな</div> - - - - - -<div class="ref">かか<br>かょな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-259.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-259.htm deleted file mode 100644 index 0348012a54a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-259.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL 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"> -<link href="reference/css3-text-line-break-opclns-259-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 308E HIRAGANA LETTER SMALL WA (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="test">かかかゎな</div> - - - - - -<div class="ref">かか<br>かゎな</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-260.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-260.htm deleted file mode 100644 index 96b154c0b67..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-260.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A</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"> -<link href="reference/css3-text-line-break-opclns-260-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30A1 KATAKANA LETTER SMALL A (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカァナ</div> - - - - - -<div class="ref">カカ<br>カァナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-261.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-261.htm deleted file mode 100644 index fa8b2fc0a11..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-261.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I</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"> -<link href="reference/css3-text-line-break-opclns-261-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30A3 KATAKANA LETTER SMALL I (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカィナ</div> - - - - - -<div class="ref">カカ<br>カィナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-262.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-262.htm deleted file mode 100644 index 08d3b0ee92f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-262.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U</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"> -<link href="reference/css3-text-line-break-opclns-262-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30A5 KATAKANA LETTER SMALL U (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカゥナ</div> - - - - - -<div class="ref">カカ<br>カゥナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-263.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-263.htm deleted file mode 100644 index 6766df9e861..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-263.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E</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"> -<link href="reference/css3-text-line-break-opclns-263-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30A7 KATAKANA LETTER SMALL E (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカェナ</div> - - - - - -<div class="ref">カカ<br>カェナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-264.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-264.htm deleted file mode 100644 index 38badf4de4f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-264.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O</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"> -<link href="reference/css3-text-line-break-opclns-264-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30A9 KATAKANA LETTER SMALL O (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカォナ</div> - - - - - -<div class="ref">カカ<br>カォナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-265.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-265.htm deleted file mode 100644 index 241f573b389..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-265.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU</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"> -<link href="reference/css3-text-line-break-opclns-265-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30C3 KATAKANA LETTER SMALL TU (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカッナ</div> - - - - - -<div class="ref">カカ<br>カッナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-266.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-266.htm deleted file mode 100644 index 2549fa97e90..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-266.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA</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"> -<link href="reference/css3-text-line-break-opclns-266-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30E3 KATAKANA LETTER SMALL YA (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカャナ</div> - - - - - -<div class="ref">カカ<br>カャナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-267.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-267.htm deleted file mode 100644 index 4073295e408..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-267.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU</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"> -<link href="reference/css3-text-line-break-opclns-267-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30E5 KATAKANA LETTER SMALL YU (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカュナ</div> - - - - - -<div class="ref">カカ<br>カュナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-268.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-268.htm deleted file mode 100644 index d097923bc72..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-268.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO</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"> -<link href="reference/css3-text-line-break-opclns-268-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30E7 KATAKANA LETTER SMALL YO (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカョナ</div> - - - - - -<div class="ref">カカ<br>カョナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-269.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-269.htm deleted file mode 100644 index b963d9bdfde..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-line-break-opclns-269.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL 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"> -<link href="reference/css3-text-line-break-opclns-269-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The browser will not allow the small kana character 30EE KATAKANA LETTER SMALL WA (which has the NS Non-Starter property) at the beginning of a line." name="assert"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="test">カカカヮナ</div> - - - - - -<div class="ref">カカ<br>カヮナ</div> - - -<!--Notes: - -These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances. -<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>. - - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-001.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-001.htm deleted file mode 100644 index 1e476165603..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-001.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin1 uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-001-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Latin 1 set when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>a A</span> <span>b B</span> <span>c C</span> <span>d D</span> <span>e E</span> <span>f F</span> <span>g G</span> <span>h H</span> <span>i I</span> <span>j J</span> <span>k K</span> <span>l L</span> <span>m M</span> <span>n N</span> <span>o O</span> <span>p P</span> <span>q Q</span> <span>r R</span> <span>s S</span> <span>t T</span> <span>u U</span> <span>v V</span> <span>w W</span> <span>x X</span> <span>y Y</span> <span>z Z</span> <span>µ Μ</span> <span>à À</span> <span>á Á</span> <span>â Â</span> <span>ã Ã</span> <span>ä Ä</span> <span>å Å</span> <span>æ Æ</span> <span>ç Ç</span> <span>è È</span> <span>é É</span> <span>ê Ê</span> <span>ë Ë</span> <span>ì Ì</span> <span>í Í</span> <span>î Î</span> <span>ï Ï</span> <span>ð Ð</span> <span>ñ Ñ</span> <span>ò Ò</span> <span>ó Ó</span> <span>ô Ô</span> <span>õ Õ</span> <span>ö Ö</span> <span>ø Ø</span> <span>ù Ù</span> <span>ú Ú</span> <span>û Û</span> <span>ü Ü</span> <span>ý Ý</span> <span>þ Þ</span> <span>ÿ Ÿ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-002.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-002.htm deleted file mode 100644 index a4df75cd0ae..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-002.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin1 lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-002-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Latin 1 set when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>A a</span> <span>B b</span> <span>C c</span> <span>D d</span> <span>E e</span> <span>F f</span> <span>G g</span> <span>H h</span> <span>I i</span> <span>J j</span> <span>K k</span> <span>L l</span> <span>M m</span> <span>N n</span> <span>O o</span> <span>P p</span> <span>Q q</span> <span>R r</span> <span>S s</span> <span>T t</span> <span>U u</span> <span>V v</span> <span>W w</span> <span>X x</span> <span>Y y</span> <span>Z z</span> <span>À à</span> <span>Á á</span> <span>Â â</span> <span>Ã ã</span> <span>Ä ä</span> <span>Å å</span> <span>Æ æ</span> <span>Ç ç</span> <span>È è</span> <span>É é</span> <span>Ê ê</span> <span>Ë ë</span> <span>Ì ì</span> <span>Í í</span> <span>Î î</span> <span>Ï ï</span> <span>Ð ð</span> <span>Ñ ñ</span> <span>Ò ò</span> <span>Ó ó</span> <span>Ô ô</span> <span>Õ õ</span> <span>Ö ö</span> <span>Ø ø</span> <span>Ù ù</span> <span>Ú ú</span> <span>Û û</span> <span>Ü ü</span> <span>Ý ý</span> <span>Þ þ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-003.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-003.htm deleted file mode 100644 index 8f6de112df7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-003.htm +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended Additional, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-003-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Latin Extended Additional Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>ḁ Ḁ</span> <span>ḃ Ḃ</span> <span>ḅ Ḅ</span> <span>ḇ Ḇ</span> <span>ḉ Ḉ</span> <span>ḋ Ḋ</span> <span>ḍ Ḍ</span> <span>ḏ Ḏ</span> <span>ḑ Ḑ</span> <span>ḓ Ḓ</span> <span>ḕ Ḕ</span> <span>ḗ Ḗ</span> <span>ḙ Ḙ</span> <span>ḛ Ḛ</span> <span>ḝ Ḝ</span> <span>ḟ Ḟ</span> <span>ḡ Ḡ</span> <span>ḣ Ḣ</span> <span>ḥ Ḥ</span> <span>ḧ Ḧ</span> <span>ḩ Ḩ</span> <span>ḫ Ḫ</span> <span>ḭ Ḭ</span> <span>ḯ Ḯ</span> <span>ḱ Ḱ</span> <span>ḳ Ḳ</span> <span>ḵ Ḵ</span> <span>ḷ Ḷ</span> <span>ḹ Ḹ</span> <span>ḻ Ḻ</span> <span>ḽ Ḽ</span> <span>ḿ Ḿ</span> <span>ṁ Ṁ</span> <span>ṃ Ṃ</span> <span>ṅ Ṅ</span> <span>ṇ Ṇ</span> <span>ṉ Ṉ</span> <span>ṋ Ṋ</span> <span>ṍ Ṍ</span> <span>ṏ Ṏ</span> <span>ṑ Ṑ</span> <span>ṓ Ṓ</span> <span>ṕ Ṕ</span> <span>ṗ Ṗ</span> <span>ṙ Ṙ</span> <span>ṛ Ṛ</span> <span>ṝ Ṝ</span> <span>ṟ Ṟ</span> <span>ṡ Ṡ</span> <span>ṣ Ṣ</span> <span>ṥ Ṥ</span> <span>ṧ Ṧ</span> <span>ṩ Ṩ</span> <span>ṫ Ṫ</span> <span>ṭ Ṭ</span> <span>ṯ Ṯ</span> <span>ṱ Ṱ</span> <span>ṳ Ṳ</span> <span>ṵ Ṵ</span> <span>ṷ Ṷ</span> <span>ṹ Ṹ</span> <span>ṻ Ṻ</span> <span>ṽ Ṽ</span> <span>ṿ Ṿ</span> <span>ẁ Ẁ</span> <span>ẃ Ẃ</span> <span>ẅ Ẅ</span> <span>ẇ Ẇ</span> <span>ẉ Ẉ</span> <span>ẋ Ẋ</span> <span>ẍ Ẍ</span> <span>ẏ Ẏ</span> <span>ẑ Ẑ</span> <span>ẓ Ẓ</span> <span>ẕ Ẕ</span> <span>ẛ Ṡ</span> <span>ạ Ạ</span> <span>ả Ả</span> <span>ấ Ấ</span> <span>ầ Ầ</span> <span>ẩ Ẩ</span> <span>ẫ Ẫ</span> <span>ậ Ậ</span> <span>ắ Ắ</span> <span>ằ Ằ</span> <span>ẳ Ẳ</span> <span>ẵ Ẵ</span> <span>ặ Ặ</span> <span>ẹ Ẹ</span> <span>ẻ Ẻ</span> <span>ẽ Ẽ</span> <span>ế Ế</span> <span>ề Ề</span> <span>ể Ể</span> <span>ễ Ễ</span> <span>ệ Ệ</span> <span>ỉ Ỉ</span> <span>ị Ị</span> <span>ọ Ọ</span> <span>ỏ Ỏ</span> <span>ố Ố</span> <span>ồ Ồ</span> <span>ổ Ổ</span> <span>ỗ Ỗ</span> <span>ộ Ộ</span> <span>ớ Ớ</span> <span>ờ Ờ</span> <span>ở Ở</span> <span>ỡ Ỡ</span> <span>ợ Ợ</span> <span>ụ Ụ</span> <span>ủ Ủ</span> <span>ứ Ứ</span> <span>ừ Ừ</span> <span>ử Ử</span> <span>ữ Ữ</span> <span>ự Ự</span> <span>ỳ Ỳ</span> <span>ỵ Ỵ</span> <span>ỷ Ỷ</span> <span>ỹ Ỹ</span> <span>ỻ Ỻ</span> <span>ỽ Ỽ</span> <span>ỿ Ỿ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Characters from this block that do not have case equivalents: ẖ ẗ ẘ ẙ ẚ ẜ ẝ ẟ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-004.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-004.htm deleted file mode 100644 index 37f29b8df6a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-004.htm +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended Additional, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-004-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Latin Extended Additional Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>Ḁ ḁ</span> <span>Ḃ ḃ</span> <span>Ḅ ḅ</span> <span>Ḇ ḇ</span> <span>Ḉ ḉ</span> <span>Ḋ ḋ</span> <span>Ḍ ḍ</span> <span>Ḏ ḏ</span> <span>Ḑ ḑ</span> <span>Ḓ ḓ</span> <span>Ḕ ḕ</span> <span>Ḗ ḗ</span> <span>Ḙ ḙ</span> <span>Ḛ ḛ</span> <span>Ḝ ḝ</span> <span>Ḟ ḟ</span> <span>Ḡ ḡ</span> <span>Ḣ ḣ</span> <span>Ḥ ḥ</span> <span>Ḧ ḧ</span> <span>Ḩ ḩ</span> <span>Ḫ ḫ</span> <span>Ḭ ḭ</span> <span>Ḯ ḯ</span> <span>Ḱ ḱ</span> <span>Ḳ ḳ</span> <span>Ḵ ḵ</span> <span>Ḷ ḷ</span> <span>Ḹ ḹ</span> <span>Ḻ ḻ</span> <span>Ḽ ḽ</span> <span>Ḿ ḿ</span> <span>Ṁ ṁ</span> <span>Ṃ ṃ</span> <span>Ṅ ṅ</span> <span>Ṇ ṇ</span> <span>Ṉ ṉ</span> <span>Ṋ ṋ</span> <span>Ṍ ṍ</span> <span>Ṏ ṏ</span> <span>Ṑ ṑ</span> <span>Ṓ ṓ</span> <span>Ṕ ṕ</span> <span>Ṗ ṗ</span> <span>Ṙ ṙ</span> <span>Ṛ ṛ</span> <span>Ṝ ṝ</span> <span>Ṟ ṟ</span> <span>Ṡ ṡ</span> <span>Ṣ ṣ</span> <span>Ṥ ṥ</span> <span>Ṧ ṧ</span> <span>Ṩ ṩ</span> <span>Ṫ ṫ</span> <span>Ṭ ṭ</span> <span>Ṯ ṯ</span> <span>Ṱ ṱ</span> <span>Ṳ ṳ</span> <span>Ṵ ṵ</span> <span>Ṷ ṷ</span> <span>Ṹ ṹ</span> <span>Ṻ ṻ</span> <span>Ṽ ṽ</span> <span>Ṿ ṿ</span> <span>Ẁ ẁ</span> <span>Ẃ ẃ</span> <span>Ẅ ẅ</span> <span>Ẇ ẇ</span> <span>Ẉ ẉ</span> <span>Ẋ ẋ</span> <span>Ẍ ẍ</span> <span>Ẏ ẏ</span> <span>Ẑ ẑ</span> <span>Ẓ ẓ</span> <span>Ẕ ẕ</span> <span>ẞ ß</span> <span>Ạ ạ</span> <span>Ả ả</span> <span>Ấ ấ</span> <span>Ầ ầ</span> <span>Ẩ ẩ</span> <span>Ẫ ẫ</span> <span>Ậ ậ</span> <span>Ắ ắ</span> <span>Ằ ằ</span> <span>Ẳ ẳ</span> <span>Ẵ ẵ</span> <span>Ặ ặ</span> <span>Ẹ ẹ</span> <span>Ẻ ẻ</span> <span>Ẽ ẽ</span> <span>Ế ế</span> <span>Ề ề</span> <span>Ể ể</span> <span>Ễ ễ</span> <span>Ệ ệ</span> <span>Ỉ ỉ</span> <span>Ị ị</span> <span>Ọ ọ</span> <span>Ỏ ỏ</span> <span>Ố ố</span> <span>Ồ ồ</span> <span>Ổ ổ</span> <span>Ỗ ỗ</span> <span>Ộ ộ</span> <span>Ớ ớ</span> <span>Ờ ờ</span> <span>Ở ở</span> <span>Ỡ ỡ</span> <span>Ợ ợ</span> <span>Ụ ụ</span> <span>Ủ ủ</span> <span>Ứ ứ</span> <span>Ừ ừ</span> <span>Ử ử</span> <span>Ữ ữ</span> <span>Ự ự</span> <span>Ỳ ỳ</span> <span>Ỵ ỵ</span> <span>Ỷ ỷ</span> <span>Ỹ ỹ</span> <span>Ỻ ỻ</span> <span>Ỽ ỽ</span> <span>Ỿ ỿ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Characters from this block that do not have case equivalents: ẖ ẗ ẘ ẙ ẚ ẜ ẝ ẟ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-005.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-005.htm deleted file mode 100644 index 99951e2d218..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-005.htm +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-A, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-005-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Latin Extended-A Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>Ā ā</span> <span>Ă ă</span> <span>Ą ą</span> <span>Ć ć</span> <span>Ĉ ĉ</span> <span>Ċ ċ</span> <span>Č č</span> <span>Ď ď</span> <span>Đ đ</span> <span>Ē ē</span> <span>Ĕ ĕ</span> <span>Ė ė</span> <span>Ę ę</span> <span>Ě ě</span> <span>Ĝ ĝ</span> <span>Ğ ğ</span> <span>Ġ ġ</span> <span>Ģ ģ</span> <span>Ĥ ĥ</span> <span>Ħ ħ</span> <span>Ĩ ĩ</span> <span>Ī ī</span> <span>Ĭ ĭ</span> <span>Į į</span> <span>I ı</span> <span>IJ ij</span> <span>Ĵ ĵ</span> <span>Ķ ķ</span> <span>Ĺ ĺ</span> <span>Ļ ļ</span> <span>Ľ ľ</span> <span>Ŀ ŀ</span> <span>Ł ł</span> <span>Ń ń</span> <span>Ņ ņ</span> <span>Ň ň</span> <span>Ŋ ŋ</span> <span>Ō ō</span> <span>Ŏ ŏ</span> <span>Ő ő</span> <span>Œ œ</span> <span>Ŕ ŕ</span> <span>Ŗ ŗ</span> <span>Ř ř</span> <span>Ś ś</span> <span>Ŝ ŝ</span> <span>Ş ş</span> <span>Š š</span> <span>Ţ ţ</span> <span>Ť ť</span> <span>Ŧ ŧ</span> <span>Ũ ũ</span> <span>Ū ū</span> <span>Ŭ ŭ</span> <span>Ů ů</span> <span>Ű ű</span> <span>Ų ų</span> <span>Ŵ ŵ</span> <span>Ŷ ŷ</span> <span>Ź ź</span> <span>Ż ż</span> <span>Ž ž</span> <span>S ſ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Characters from this block that do not have case equivalents: İ, ĸ, ʼn, Ÿ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-006.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-006.htm deleted file mode 100644 index ca4c66456c7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-006.htm +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-A, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-006-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Latin Extended-A Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>Ā ā</span> <span>Ă ă</span> <span>Ą ą</span> <span>Ć ć</span> <span>Ĉ ĉ</span> <span>Ċ ċ</span> <span>Č č</span> <span>Ď ď</span> <span>Đ đ</span> <span>Ē ē</span> <span>Ĕ ĕ</span> <span>Ė ė</span> <span>Ę ę</span> <span>Ě ě</span> <span>Ĝ ĝ</span> <span>Ğ ğ</span> <span>Ġ ġ</span> <span>Ģ ģ</span> <span>Ĥ ĥ</span> <span>Ħ ħ</span> <span>Ĩ ĩ</span> <span>Ī ī</span> <span>Ĭ ĭ</span> <span>Į į</span> <span>İ i</span> <span>IJ ij</span> <span>Ĵ ĵ</span> <span>Ķ ķ</span> <span>Ĺ ĺ</span> <span>Ļ ļ</span> <span>Ľ ľ</span> <span>Ŀ ŀ</span> <span>Ł ł</span> <span>Ń ń</span> <span>Ņ ņ</span> <span>Ň ň</span> <span>Ŋ ŋ</span> <span>Ō ō</span> <span>Ŏ ŏ</span> <span>Ő ő</span> <span>Œ œ</span> <span>Ŕ ŕ</span> <span>Ŗ ŗ</span> <span>Ř ř</span> <span>Ś ś</span> <span>Ŝ ŝ</span> <span>Ş ş</span> <span>Š š</span> <span>Ţ ţ</span> <span>Ť ť</span> <span>Ŧ ŧ</span> <span>Ũ ũ</span> <span>Ū ū</span> <span>Ŭ ŭ</span> <span>Ů ů</span> <span>Ű ű</span> <span>Ų ų</span> <span>Ŵ ŵ</span> <span>Ŷ ŷ</span> <span>Ÿ ÿ</span> <span>Ź ź</span> <span>Ż ż</span> <span>Ž ž</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Characters from this block that do not have case equivalents: ı, ĸ, ʼn, ſ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-007.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-007.htm deleted file mode 100644 index 05ef0353c91..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-007.htm +++ /dev/null @@ -1,48 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-B, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-007-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Latin Extended-B Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>ƀ Ƀ</span> <span>ƃ Ƃ</span> <span>ƅ Ƅ</span> <span>ƈ Ƈ</span> <span>ƌ Ƌ</span> <span>ƒ Ƒ</span> <span>ƕ Ƕ</span> <span>ƙ Ƙ</span> <span>ƚ Ƚ</span> <span>ƞ Ƞ</span> <span>ơ Ơ</span> <span>ƣ Ƣ</span> <span>ƥ Ƥ</span> <span>ƨ Ƨ</span> <span>ƭ Ƭ</span> <span>ư Ư</span> <span>ƴ Ƴ</span> <span>ƶ Ƶ</span> <span>ƹ Ƹ</span> <span>ƽ Ƽ</span> <span>ƿ Ƿ</span> <span>Dž DŽ</span> <span>dž DŽ</span> <span>Lj LJ</span> <span>lj LJ</span> <span>Nj NJ</span> <span>nj NJ</span> <span>ǎ Ǎ</span> <span>ǐ Ǐ</span> <span>ǒ Ǒ</span> <span>ǔ Ǔ</span> <span>ǖ Ǖ</span> <span>ǘ Ǘ</span> <span>ǚ Ǚ</span> <span>ǜ Ǜ</span> <span>ǝ Ǝ</span> <span>ǟ Ǟ</span> <span>ǡ Ǡ</span> <span>ǣ Ǣ</span> <span>ǥ Ǥ</span> <span>ǧ Ǧ</span> <span>ǩ Ǩ</span> <span>ǫ Ǫ</span> <span>ǭ Ǭ</span> <span>ǯ Ǯ</span> <span>Dz DZ</span> <span>dz DZ</span> <span>ǵ Ǵ</span> <span>ǹ Ǹ</span> <span>ǻ Ǻ</span> <span>ǽ Ǽ</span> <span>ǿ Ǿ</span> <span>ȁ Ȁ</span> <span>ȃ Ȃ</span> <span>ȅ Ȅ</span> <span>ȇ Ȇ</span> <span>ȉ Ȉ</span> <span>ȋ Ȋ</span> <span>ȍ Ȍ</span> <span>ȏ Ȏ</span> <span>ȑ Ȑ</span> <span>ȓ Ȓ</span> <span>ȕ Ȕ</span> <span>ȗ Ȗ</span> <span>ș Ș</span> <span>ț Ț</span> <span>ȝ Ȝ</span> <span>ȟ Ȟ</span> <span>ȣ Ȣ</span> <span>ȥ Ȥ</span> <span>ȧ Ȧ</span> <span>ȩ Ȩ</span> <span>ȫ Ȫ</span> <span>ȭ Ȭ</span> <span>ȯ Ȯ</span> <span>ȱ Ȱ</span> <span>ȳ Ȳ</span> <span>ȼ Ȼ</span> <span>ɂ Ɂ</span> <span>ɇ Ɇ</span> <span>ɉ Ɉ</span> <span>ɋ Ɋ</span> <span>ɍ Ɍ</span> <span>ɏ Ɏ</span> <span>ƀ Ƀ</span> <span>ƃ Ƃ</span> <span>ƅ Ƅ</span> </div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Two character pairs are excluded from this test because there are no glyphs for them in the downloaded font. - -Characters from this block that do not have case equivalents: ƍ ƛ ƪ ƫ ƺ ƻ ƾ ǀ ǁ ǂ ǃ ǰ ȡ ȴ ȵ ȶ ȷ ȸ ȹ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-007a.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-007a.htm deleted file mode 100644 index df3cc347185..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-007a.htm +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-B, uppercase (additional)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-007a-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will uppercase all these letters from the Latin Extended-B Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ȿ Ȿ</span> <span>ɀ Ɀ</span></div> - - -<!--Notes: -The webfont used for other Latin tests doesn't have glyphs for these pairs. If you are able to use another font with the glyphs, you will be able to check the test, otherwise skip the test. - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-008.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-008.htm deleted file mode 100644 index c6ecaf2ded8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-008.htm +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-B, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-008-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Latin Extended-B Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>Ɓ ɓ</span> <span>Ƃ ƃ</span> <span>Ƅ ƅ</span> <span>Ɔ ɔ</span> <span>Ƈ ƈ</span> <span>Ɖ ɖ</span> <span>Ɗ ɗ</span> <span>Ƌ ƌ</span> <span>Ǝ ǝ</span> <span>Ə ə</span> <span>Ɛ ɛ</span> <span>Ƒ ƒ</span> <span>Ɠ ɠ</span> <span>Ɣ ɣ</span> <span>Ɩ ɩ</span> <span>Ɨ ɨ</span> <span>Ƙ ƙ</span> <span>Ɯ ɯ</span> <span>Ɲ ɲ</span> <span>Ɵ ɵ</span> <span>Ơ ơ</span> <span>Ƣ ƣ</span> <span>Ƥ ƥ</span> <span>Ʀ ʀ</span> <span>Ƨ ƨ</span> <span>Ʃ ʃ</span> <span>Ƭ ƭ</span> <span>Ʈ ʈ</span> <span>Ư ư</span> <span>Ʊ ʊ</span> <span>Ʋ ʋ</span> <span>Ƴ ƴ</span> <span>Ƶ ƶ</span> <span>Ʒ ʒ</span> <span>Ƹ ƹ</span> <span>Ƽ ƽ</span> <span>DŽ dž</span> <span>Dž dž</span> <span>LJ lj</span> <span>Lj lj</span> <span>NJ nj</span> <span>Nj nj</span> <span>Ǎ ǎ</span> <span>Ǐ ǐ</span> <span>Ǒ ǒ</span> <span>Ǔ ǔ</span> <span>Ǖ ǖ</span> <span>Ǘ ǘ</span> <span>Ǚ ǚ</span> <span>Ǜ ǜ</span> <span>Ǟ ǟ</span> <span>Ǡ ǡ</span> <span>Ǣ ǣ</span> <span>Ǥ ǥ</span> <span>Ǧ ǧ</span> <span>Ǩ ǩ</span> <span>Ǫ ǫ</span> <span>Ǭ ǭ</span> <span>Ǯ ǯ</span> <span>DZ dz</span> <span>Dz dz</span> <span>Ǵ ǵ</span> <span>Ƕ ƕ</span> <span>Ƿ ƿ</span> <span>Ǹ ǹ</span> <span>Ǻ ǻ</span> <span>Ǽ ǽ</span> <span>Ǿ ǿ</span> <span>Ȁ ȁ</span> <span>Ȃ ȃ</span> <span>Ȅ ȅ</span> <span>Ȇ ȇ</span> <span>Ȉ ȉ</span> <span>Ȋ ȋ</span> <span>Ȍ ȍ</span> <span>Ȏ ȏ</span> <span>Ȑ ȑ</span> <span>Ȓ ȓ</span> <span>Ȕ ȕ</span> <span>Ȗ ȗ</span> <span>Ș ș</span> <span>Ț ț</span> <span>Ȝ ȝ</span> <span>Ȟ ȟ</span> <span>Ƞ ƞ</span> <span>Ȣ ȣ</span> <span>Ȥ ȥ</span> <span>Ȧ ȧ</span> <span>Ȩ ȩ</span> <span>Ȫ ȫ</span> <span>Ȭ ȭ</span> <span>Ȯ ȯ</span> <span>Ȱ ȱ</span> <span>Ȳ ȳ</span> <span>Ⱥ ⱥ</span> <span>Ȼ ȼ</span> <span>Ƚ ƚ</span> <span>Ⱦ ⱦ</span> <span>Ɂ ɂ</span> <span>Ƀ ƀ</span> <span>Ʉ ʉ</span> <span>Ʌ ʌ</span> <span>Ɇ ɇ</span> <span>Ɉ ɉ</span> <span>Ɋ ɋ</span> <span>Ɍ ɍ</span> <span>Ɏ ɏ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Characters from this block that do not have case equivalents: ƍ ƛ ƪ ƫ ƺ ƻ ƾ ǀ ǁ ǂ ǃ ǰ ȡ ȴ ȵ ȶ ȷ ȸ ȹ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-009.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-009.htm deleted file mode 100644 index 1a4a76770b4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-009.htm +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-C, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-009-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Latin Extended-C Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>ⱡ Ⱡ</span> <span>ⱥ Ⱥ</span> <span>ⱦ Ⱦ</span> <span>ⱨ Ⱨ</span> <span>ⱪ Ⱪ</span> <span>ⱬ Ⱬ</span> <span>ⱳ Ⱳ</span> <span>ⱶ Ⱶ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Characters from this block that do not have case equivalents: ⱱ ⱴ ⱷ ⱸ ⱹ ⱺ ⱻ ⱼ ⱽ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-010.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-010.htm deleted file mode 100644 index 0c9b94c529a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-010.htm +++ /dev/null @@ -1,48 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-C, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-010-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Latin Extended-C Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p> - - -<div class="test"><span>Ⱡ ⱡ</span> <span>Ɫ ɫ</span> <span>Ᵽ ᵽ</span> <span>Ɽ ɽ</span> <span>Ⱨ ⱨ</span> <span>Ⱪ ⱪ</span> <span>Ⱬ ⱬ</span> <span>Ɑ ɑ</span> <span>Ɱ ɱ</span> <span>Ɐ ɐ</span> <span>Ɒ ɒ</span> <span>Ⱳ ⱳ</span> <span>Ⱶ ⱶ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Two character pairs are excluded from this test because there are no glyphs for them in the downloaded font. - -Characters from this block that do not have case equivalents: ⱱ ⱴ ⱷ ⱸ ⱹ ⱺ ⱻ ⱼ ⱽ - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-010a.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-010a.htm deleted file mode 100644 index 18cbe42b479..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-010a.htm +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin Extended-C, lowercase (additional)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-010a-ref.htm" rel="match"> -<meta content="font" name="flags"> -<meta content="The UA will lowercase all these letters from the Latin Extended-C Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ȿ ȿ</span> <span>Ɀ ɀ</span></div> - - -<!--Notes: -The webfont used for other Latin tests doesn't have glyphs for these pairs. If you are able to use another font with the glyphs, you will be able to check the test, otherwise skip the test. - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-011.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-011.htm deleted file mode 100644 index cbb0256f53f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-011.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Full-width Latin, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-011-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable full width Latin letters when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>a A</span> <span>b B</span> <span>c C</span> <span>d D</span> <span>e E</span> <span>f F</span> <span>g G</span> <span>h H</span> <span>i I</span> <span>j J</span> <span>k K</span> <span>l L</span> <span>m M</span> <span>n N</span> <span>o O</span> <span>p P</span> <span>q Q</span> <span>r R</span> <span>s S</span> <span>t T</span> <span>u U</span> <span>v V</span> <span>w W</span> <span>x X</span> <span>y Y</span> <span>z Z</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-012.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-012.htm deleted file mode 100644 index 07a46351444..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-012.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Full-width Latin, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-012-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable full width Latin letters when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>A a</span> <span>B b</span> <span>C c</span> <span>D d</span> <span>E e</span> <span>F f</span> <span>G g</span> <span>H h</span> <span>I i</span> <span>J j</span> <span>K k</span> <span>L l</span> <span>M m</span> <span>N n</span> <span>O o</span> <span>P p</span> <span>Q q</span> <span>R r</span> <span>S s</span> <span>T t</span> <span>U u</span> <span>V v</span> <span>W w</span> <span>X x</span> <span>Y y</span> <span>Z z</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - -Tip: To identify the characters where differences occur, in order to report problem characters, copy and paste the sequence into a tool such as <a href='http://rishida.net/tools/analysestring/' target='_blank'>String Analyser</a> or the <a href='http://rishida.net/tools/conversion' target='_blank'>Unicode Conversion Tool</a>. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-014.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-014.htm deleted file mode 100644 index 6dfcbb4a6db..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-014.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Greek and Coptic, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-014-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Greek and Coptic Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ͱ Ͱ</span> <span>ͳ Ͳ</span> <span>ͷ Ͷ</span> <span>ͻ Ͻ</span> <span>ͼ Ͼ</span> <span>ͽ Ͽ</span> <span>ά Ά</span> <span>έ Έ</span> <span>ή Ή</span> <span>ί Ί</span> <span>α Α</span> <span>β Β</span> <span>γ Γ</span> <span>δ Δ</span> <span>ε Ε</span> <span>ζ Ζ</span> <span>η Η</span> <span>θ Θ</span> <span>ι Ι</span> <span>κ Κ</span> <span>λ Λ</span> <span>μ Μ</span> <span>ν Ν</span> <span>ξ Ξ</span> <span>ο Ο</span> <span>π Π</span> <span>ρ Ρ</span> <span>ς Σ</span> <span>σ Σ</span> <span>τ Τ</span> <span>υ Υ</span> <span>φ Φ</span> <span>χ Χ</span> <span>ψ Ψ</span> <span>ω Ω</span> <span>ϊ Ϊ</span> <span>ϋ Ϋ</span> <span>ό Ό</span> <span>ύ Ύ</span> <span>ώ Ώ</span> <span>ϐ Β</span> <span>ϑ Θ</span> <span>ϕ Φ</span> <span>ϖ Π</span> <span>ϗ Ϗ</span> <span>ϙ Ϙ</span> <span>ϛ Ϛ</span> <span>ϝ Ϝ</span> <span>ϟ Ϟ</span> <span>ϡ Ϡ</span> <span>ϣ Ϣ</span> <span>ϥ Ϥ</span> <span>ϧ Ϧ</span> <span>ϩ Ϩ</span> <span>ϫ Ϫ</span> <span>ϭ Ϭ</span> <span>ϯ Ϯ</span> <span>ϰ Κ</span> <span>ϱ Ρ</span> <span>ϲ Ϲ</span> <span>ϵ Ε</span> <span>ϸ Ϸ</span> <span>ϻ Ϻ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-015.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-015.htm deleted file mode 100644 index 71b67839513..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-015.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Greek and Coptic, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-015-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Greek and Coptic Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ͱ ͱ</span> <span>Ͳ ͳ</span> <span>Ͷ ͷ</span> <span>Ά ά</span> <span>Έ έ</span> <span>Ή ή</span> <span>Ί ί</span> <span>Ό ό</span> <span>Ύ ύ</span> <span>Ώ ώ</span> <span>Α α</span> <span>Β β</span> <span>Γ γ</span> <span>Δ δ</span> <span>Ε ε</span> <span>Ζ ζ</span> <span>Η η</span> <span>Θ θ</span> <span>Ι ι</span> <span>Κ κ</span> <span>Λ λ</span> <span>Μ μ</span> <span>Ν ν</span> <span>Ξ ξ</span> <span>Ο ο</span> <span>Π π</span> <span>Ρ ρ</span> <span>Σ σ</span> <span>Τ τ</span> <span>Υ υ</span> <span>Φ φ</span> <span>Χ χ</span> <span>Ψ ψ</span> <span>Ω ω</span> <span>Ϊ ϊ</span> <span>Ϋ ϋ</span> <span>Ϗ ϗ</span> <span>Ϙ ϙ</span> <span>Ϛ ϛ</span> <span>Ϝ ϝ</span> <span>Ϟ ϟ</span> <span>Ϡ ϡ</span> <span>Ϣ ϣ</span> <span>Ϥ ϥ</span> <span>Ϧ ϧ</span> <span>Ϩ ϩ</span> <span>Ϫ ϫ</span> <span>Ϭ ϭ</span> <span>Ϯ ϯ</span> <span>ϴ θ</span> <span>Ϸ ϸ</span> <span>Ϲ ϲ</span> <span>Ϻ ϻ</span> <span>Ͻ ͻ</span> <span>Ͼ ͼ</span> <span>Ͽ ͽ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-016.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-016.htm deleted file mode 100644 index a6c7a7adbcf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-016.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Greek Extended, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-016-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Greek Extended Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ἀ Ἀ</span> <span>ἁ Ἁ</span> <span>ἂ Ἂ</span> <span>ἃ Ἃ</span> <span>ἄ Ἄ</span> <span>ἅ Ἅ</span> <span>ἆ Ἆ</span> <span>ἇ Ἇ</span> <span>ἐ Ἐ</span> <span>ἑ Ἑ</span> <span>ἒ Ἒ</span> <span>ἓ Ἓ</span> <span>ἔ Ἔ</span> <span>ἕ Ἕ</span> <span>ἠ Ἠ</span> <span>ἡ Ἡ</span> <span>ἢ Ἢ</span> <span>ἣ Ἣ</span> <span>ἤ Ἤ</span> <span>ἥ Ἥ</span> <span>ἦ Ἦ</span> <span>ἧ Ἧ</span> <span>ἰ Ἰ</span> <span>ἱ Ἱ</span> <span>ἲ Ἲ</span> <span>ἳ Ἳ</span> <span>ἴ Ἴ</span> <span>ἵ Ἵ</span> <span>ἶ Ἶ</span> <span>ἷ Ἷ</span> <span>ὀ Ὀ</span> <span>ὁ Ὁ</span> <span>ὂ Ὂ</span> <span>ὃ Ὃ</span> <span>ὄ Ὄ</span> <span>ὅ Ὅ</span> <span>ὑ Ὑ</span> <span>ὓ Ὓ</span> <span>ὕ Ὕ</span> <span>ὗ Ὗ</span> <span>ὠ Ὠ</span> <span>ὡ Ὡ</span> <span>ὢ Ὢ</span> <span>ὣ Ὣ</span> <span>ὤ Ὤ</span> <span>ὥ Ὥ</span> <span>ὦ Ὦ</span> <span>ὧ Ὧ</span> <span>ὰ Ὰ</span> <span>ά Ά</span> <span>ὲ Ὲ</span> <span>έ Έ</span> <span>ὴ Ὴ</span> <span>ή Ή</span> <span>ὶ Ὶ</span> <span>ί Ί</span> <span>ὸ Ὸ</span> <span>ό Ό</span> <span>ὺ Ὺ</span> <span>ύ Ύ</span> <span>ὼ Ὼ</span> <span>ώ Ώ</span> <span>ᾀ ᾈ</span> <span>ᾁ ᾉ</span> <span>ᾂ ᾊ</span> <span>ᾃ ᾋ</span> <span>ᾄ ᾌ</span> <span>ᾅ ᾍ</span> <span>ᾆ ᾎ</span> <span>ᾇ ᾏ</span> <span>ᾐ ᾘ</span> <span>ᾑ ᾙ</span> <span>ᾒ ᾚ</span> <span>ᾓ ᾛ</span> <span>ᾔ ᾜ</span> <span>ᾕ ᾝ</span> <span>ᾖ ᾞ</span> <span>ᾗ ᾟ</span> <span>ᾠ ᾨ</span> <span>ᾡ ᾩ</span> <span>ᾢ ᾪ</span> <span>ᾣ ᾫ</span> <span>ᾤ ᾬ</span> <span>ᾥ ᾭ</span> <span>ᾦ ᾮ</span> <span>ᾧ ᾯ</span> <span>ᾰ Ᾰ</span> <span>ᾱ Ᾱ</span> <span>ᾳ ᾼ</span> <span>ι Ι</span> <span>ῃ ῌ</span> <span>ῐ Ῐ</span> <span>ῑ Ῑ</span> <span>ῠ Ῠ</span> <span>ῡ Ῡ</span> <span>ῥ Ῥ</span> <span>ῳ ῼ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-017.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-017.htm deleted file mode 100644 index 5e2f94f6ac5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-017.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Greek Extended, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-017-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Greek Extended Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ἀ ἀ</span> <span>Ἁ ἁ</span> <span>Ἂ ἂ</span> <span>Ἃ ἃ</span> <span>Ἄ ἄ</span> <span>Ἅ ἅ</span> <span>Ἆ ἆ</span> <span>Ἇ ἇ</span> <span>Ἐ ἐ</span> <span>Ἑ ἑ</span> <span>Ἒ ἒ</span> <span>Ἓ ἓ</span> <span>Ἔ ἔ</span> <span>Ἕ ἕ</span> <span>Ἠ ἠ</span> <span>Ἡ ἡ</span> <span>Ἢ ἢ</span> <span>Ἣ ἣ</span> <span>Ἤ ἤ</span> <span>Ἥ ἥ</span> <span>Ἦ ἦ</span> <span>Ἧ ἧ</span> <span>Ἰ ἰ</span> <span>Ἱ ἱ</span> <span>Ἲ ἲ</span> <span>Ἳ ἳ</span> <span>Ἴ ἴ</span> <span>Ἵ ἵ</span> <span>Ἶ ἶ</span> <span>Ἷ ἷ</span> <span>Ὀ ὀ</span> <span>Ὁ ὁ</span> <span>Ὂ ὂ</span> <span>Ὃ ὃ</span> <span>Ὄ ὄ</span> <span>Ὅ ὅ</span> <span>Ὑ ὑ</span> <span>Ὓ ὓ</span> <span>Ὕ ὕ</span> <span>Ὗ ὗ</span> <span>Ὠ ὠ</span> <span>Ὡ ὡ</span> <span>Ὢ ὢ</span> <span>Ὣ ὣ</span> <span>Ὤ ὤ</span> <span>Ὥ ὥ</span> <span>Ὦ ὦ</span> <span>Ὧ ὧ</span> <span>ᾈ ᾀ</span> <span>ᾉ ᾁ</span> <span>ᾊ ᾂ</span> <span>ᾋ ᾃ</span> <span>ᾌ ᾄ</span> <span>ᾍ ᾅ</span> <span>ᾎ ᾆ</span> <span>ᾏ ᾇ</span> <span>ᾘ ᾐ</span> <span>ᾙ ᾑ</span> <span>ᾚ ᾒ</span> <span>ᾛ ᾓ</span> <span>ᾜ ᾔ</span> <span>ᾝ ᾕ</span> <span>ᾞ ᾖ</span> <span>ᾟ ᾗ</span> <span>ᾨ ᾠ</span> <span>ᾩ ᾡ</span> <span>ᾪ ᾢ</span> <span>ᾫ ᾣ</span> <span>ᾬ ᾤ</span> <span>ᾭ ᾥ</span> <span>ᾮ ᾦ</span> <span>ᾯ ᾧ</span> <span>Ᾰ ᾰ</span> <span>Ᾱ ᾱ</span> <span>Ὰ ὰ</span> <span>Ά ά</span> <span>ᾼ ᾳ</span> <span>Ὲ ὲ</span> <span>Έ έ</span> <span>Ὴ ὴ</span> <span>Ή ή</span> <span>ῌ ῃ</span> <span>Ῐ ῐ</span> <span>Ῑ ῑ</span> <span>Ὶ ὶ</span> <span>Ί ί</span> <span>Ῠ ῠ</span> <span>Ῡ ῡ</span> <span>Ὺ ὺ</span> <span>Ύ ύ</span> <span>Ῥ ῥ</span> <span>Ὸ ὸ</span> <span>Ό ό</span> <span>Ὼ ὼ</span> <span>Ώ ώ</span> <span>ῼ ῳ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-018.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-018.htm deleted file mode 100644 index 339bda697e4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-018.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Cyrillic, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-018-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Cyrillic Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>а А</span> <span>б Б</span> <span>в В</span> <span>г Г</span> <span>д Д</span> <span>е Е</span> <span>ж Ж</span> <span>з З</span> <span>и И</span> <span>й Й</span> <span>к К</span> <span>л Л</span> <span>м М</span> <span>н Н</span> <span>о О</span> <span>п П</span> <span>р Р</span> <span>с С</span> <span>т Т</span> <span>у У</span> <span>ф Ф</span> <span>х Х</span> <span>ц Ц</span> <span>ч Ч</span> <span>ш Ш</span> <span>щ Щ</span> <span>ъ Ъ</span> <span>ы Ы</span> <span>ь Ь</span> <span>э Э</span> <span>ю Ю</span> <span>я Я</span> <span>ѐ Ѐ</span> <span>ё Ё</span> <span>ђ Ђ</span> <span>ѓ Ѓ</span> <span>є Є</span> <span>ѕ Ѕ</span> <span>і І</span> <span>ї Ї</span> <span>ј Ј</span> <span>љ Љ</span> <span>њ Њ</span> <span>ћ Ћ</span> <span>ќ Ќ</span> <span>ѝ Ѝ</span> <span>ў Ў</span> <span>џ Џ</span> <span>ѡ Ѡ</span> <span>ѣ Ѣ</span> <span>ѥ Ѥ</span> <span>ѧ Ѧ</span> <span>ѩ Ѩ</span> <span>ѫ Ѫ</span> <span>ѭ Ѭ</span> <span>ѯ Ѯ</span> <span>ѱ Ѱ</span> <span>ѳ Ѳ</span> <span>ѵ Ѵ</span> <span>ѷ Ѷ</span> <span>ѹ Ѹ</span> <span>ѻ Ѻ</span> <span>ѽ Ѽ</span> <span>ѿ Ѿ</span> <span>ҁ Ҁ</span> <span>ҋ Ҋ</span> <span>ҍ Ҍ</span> <span>ҏ Ҏ</span> <span>ґ Ґ</span> <span>ғ Ғ</span> <span>ҕ Ҕ</span> <span>җ Җ</span> <span>ҙ Ҙ</span> <span>қ Қ</span> <span>ҝ Ҝ</span> <span>ҟ Ҟ</span> <span>ҡ Ҡ</span> <span>ң Ң</span> <span>ҥ Ҥ</span> <span>ҧ Ҧ</span> <span>ҩ Ҩ</span> <span>ҫ Ҫ</span> <span>ҭ Ҭ</span> <span>ү Ү</span> <span>ұ Ұ</span> <span>ҳ Ҳ</span> <span>ҵ Ҵ</span> <span>ҷ Ҷ</span> <span>ҹ Ҹ</span> <span>һ Һ</span> <span>ҽ Ҽ</span> <span>ҿ Ҿ</span> <span>ӂ Ӂ</span> <span>ӄ Ӄ</span> <span>ӆ Ӆ</span> <span>ӈ Ӈ</span> <span>ӊ Ӊ</span> <span>ӌ Ӌ</span> <span>ӎ Ӎ</span> <span>ӏ Ӏ</span> <span>ӑ Ӑ</span> <span>ӓ Ӓ</span> <span>ӕ Ӕ</span> <span>ӗ Ӗ</span> <span>ә Ә</span> <span>ӛ Ӛ</span> <span>ӝ Ӝ</span> <span>ӟ Ӟ</span> <span>ӡ Ӡ</span> <span>ӣ Ӣ</span> <span>ӥ Ӥ</span> <span>ӧ Ӧ</span> <span>ө Ө</span> <span>ӫ Ӫ</span> <span>ӭ Ӭ</span> <span>ӯ Ӯ</span> <span>ӱ Ӱ</span> <span>ӳ Ӳ</span> <span>ӵ Ӵ</span> <span>ӷ Ӷ</span> <span>ӹ Ӹ</span> <span>ӻ Ӻ</span> <span>ӽ Ӽ</span> <span>ӿ Ӿ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-019.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-019.htm deleted file mode 100644 index 8c5d3aa7a9a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-019.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Cyrillic, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-019-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Cyrillic Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ѐ ѐ</span> <span>Ё ё</span> <span>Ђ ђ</span> <span>Ѓ ѓ</span> <span>Є є</span> <span>Ѕ ѕ</span> <span>І і</span> <span>Ї ї</span> <span>Ј ј</span> <span>Љ љ</span> <span>Њ њ</span> <span>Ћ ћ</span> <span>Ќ ќ</span> <span>Ѝ ѝ</span> <span>Ў ў</span> <span>Џ џ</span> <span>А а</span> <span>Б б</span> <span>В в</span> <span>Г г</span> <span>Д д</span> <span>Е е</span> <span>Ж ж</span> <span>З з</span> <span>И и</span> <span>Й й</span> <span>К к</span> <span>Л л</span> <span>М м</span> <span>Н н</span> <span>О о</span> <span>П п</span> <span>Р р</span> <span>С с</span> <span>Т т</span> <span>У у</span> <span>Ф ф</span> <span>Х х</span> <span>Ц ц</span> <span>Ч ч</span> <span>Ш ш</span> <span>Щ щ</span> <span>Ъ ъ</span> <span>Ы ы</span> <span>Ь ь</span> <span>Э э</span> <span>Ю ю</span> <span>Я я</span> <span>Ѡ ѡ</span> <span>Ѣ ѣ</span> <span>Ѥ ѥ</span> <span>Ѧ ѧ</span> <span>Ѩ ѩ</span> <span>Ѫ ѫ</span> <span>Ѭ ѭ</span> <span>Ѯ ѯ</span> <span>Ѱ ѱ</span> <span>Ѳ ѳ</span> <span>Ѵ ѵ</span> <span>Ѷ ѷ</span> <span>Ѹ ѹ</span> <span>Ѻ ѻ</span> <span>Ѽ ѽ</span> <span>Ѿ ѿ</span> <span>Ҁ ҁ</span> <span>Ҋ ҋ</span> <span>Ҍ ҍ</span> <span>Ҏ ҏ</span> <span>Ґ ґ</span> <span>Ғ ғ</span> <span>Ҕ ҕ</span> <span>Җ җ</span> <span>Ҙ ҙ</span> <span>Қ қ</span> <span>Ҝ ҝ</span> <span>Ҟ ҟ</span> <span>Ҡ ҡ</span> <span>Ң ң</span> <span>Ҥ ҥ</span> <span>Ҧ ҧ</span> <span>Ҩ ҩ</span> <span>Ҫ ҫ</span> <span>Ҭ ҭ</span> <span>Ү ү</span> <span>Ұ ұ</span> <span>Ҳ ҳ</span> <span>Ҵ ҵ</span> <span>Ҷ ҷ</span> <span>Ҹ ҹ</span> <span>Һ һ</span> <span>Ҽ ҽ</span> <span>Ҿ ҿ</span> <span>Ӏ ӏ</span> <span>Ӂ ӂ</span> <span>Ӄ ӄ</span> <span>Ӆ ӆ</span> <span>Ӈ ӈ</span> <span>Ӊ ӊ</span> <span>Ӌ ӌ</span> <span>Ӎ ӎ</span> <span>Ӑ ӑ</span> <span>Ӓ ӓ</span> <span>Ӕ ӕ</span> <span>Ӗ ӗ</span> <span>Ә ә</span> <span>Ӛ ӛ</span> <span>Ӝ ӝ</span> <span>Ӟ ӟ</span> <span>Ӡ ӡ</span> <span>Ӣ ӣ</span> <span>Ӥ ӥ</span> <span>Ӧ ӧ</span> <span>Ө ө</span> <span>Ӫ ӫ</span> <span>Ӭ ӭ</span> <span>Ӯ ӯ</span> <span>Ӱ ӱ</span> <span>Ӳ ӳ</span> <span>Ӵ ӵ</span> <span>Ӷ ӷ</span> <span>Ӹ ӹ</span> <span>Ӻ ӻ</span> <span>Ӽ ӽ</span> <span>Ӿ ӿ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-020.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-020.htm deleted file mode 100644 index 59785339deb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-020.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Cyrillic Extended, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-020-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Cyrillic Extended Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ԁ Ԁ</span> <span>ԃ Ԃ</span> <span>ԅ Ԅ</span> <span>ԇ Ԇ</span> <span>ԉ Ԉ</span> <span>ԋ Ԋ</span> <span>ԍ Ԍ</span> <span>ԏ Ԏ</span> <span>ԑ Ԑ</span> <span>ԓ Ԓ</span> <span>ԕ Ԕ</span> <span>ԗ Ԗ</span> <span>ԙ Ԙ</span> <span>ԛ Ԛ</span> <span>ԝ Ԝ</span> <span>ԟ Ԟ</span> <span>ԡ Ԡ</span> <span>ԣ Ԣ</span> <span>ԥ Ԥ</span> <span>ԧ Ԧ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-021.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-021.htm deleted file mode 100644 index e6068dd1d27..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-021.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Cyrillic Extended, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-021-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Cyrillic Extended Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ԁ ԁ</span> <span>Ԃ ԃ</span> <span>Ԅ ԅ</span> <span>Ԇ ԇ</span> <span>Ԉ ԉ</span> <span>Ԋ ԋ</span> <span>Ԍ ԍ</span> <span>Ԏ ԏ</span> <span>Ԑ ԑ</span> <span>Ԓ ԓ</span> <span>Ԕ ԕ</span> <span>Ԗ ԗ</span> <span>Ԙ ԙ</span> <span>Ԛ ԛ</span> <span>Ԝ ԝ</span> <span>Ԟ ԟ</span> <span>Ԡ ԡ</span> <span>Ԣ ԣ</span> <span>Ԥ ԥ</span> <span>Ԧ ԧ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-022.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-022.htm deleted file mode 100644 index 8c378c3be82..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-022.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Armenian, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-022-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Armenian Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ա Ա</span> <span>բ Բ</span> <span>գ Գ</span> <span>դ Դ</span> <span>ե Ե</span> <span>զ Զ</span> <span>է Է</span> <span>ը Ը</span> <span>թ Թ</span> <span>ժ Ժ</span> <span>ի Ի</span> <span>լ Լ</span> <span>խ Խ</span> <span>ծ Ծ</span> <span>կ Կ</span> <span>հ Հ</span> <span>ձ Ձ</span> <span>ղ Ղ</span> <span>ճ Ճ</span> <span>մ Մ</span> <span>յ Յ</span> <span>ն Ն</span> <span>շ Շ</span> <span>ո Ո</span> <span>չ Չ</span> <span>պ Պ</span> <span>ջ Ջ</span> <span>ռ Ռ</span> <span>ս Ս</span> <span>վ Վ</span> <span>տ Տ</span> <span>ր Ր</span> <span>ց Ց</span> <span>ւ Ւ</span> <span>փ Փ</span> <span>ք Ք</span> <span>օ Օ</span> <span>ֆ Ֆ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-023.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-023.htm deleted file mode 100644 index 3849ffa81c4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-023.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Armenian, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-023-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Armenian Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ա ա</span> <span>Բ բ</span> <span>Գ գ</span> <span>Դ դ</span> <span>Ե ե</span> <span>Զ զ</span> <span>Է է</span> <span>Ը ը</span> <span>Թ թ</span> <span>Ժ ժ</span> <span>Ի ի</span> <span>Լ լ</span> <span>Խ խ</span> <span>Ծ ծ</span> <span>Կ կ</span> <span>Հ հ</span> <span>Ձ ձ</span> <span>Ղ ղ</span> <span>Ճ ճ</span> <span>Մ մ</span> <span>Յ յ</span> <span>Ն ն</span> <span>Շ շ</span> <span>Ո ո</span> <span>Չ չ</span> <span>Պ պ</span> <span>Ջ ջ</span> <span>Ռ ռ</span> <span>Ս ս</span> <span>Վ վ</span> <span>Տ տ</span> <span>Ր ր</span> <span>Ց ց</span> <span>Ւ ւ</span> <span>Փ փ</span> <span>Ք ք</span> <span>Օ օ</span> <span>Ֆ ֆ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-024.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-024.htm deleted file mode 100644 index 0ef566de8d5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-024.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Number forms, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-024-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Number forms Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ⅰ Ⅰ</span> <span>ⅱ Ⅱ</span> <span>ⅲ Ⅲ</span> <span>ⅳ Ⅳ</span> <span>ⅴ Ⅴ</span> <span>ⅵ Ⅵ</span> <span>ⅶ Ⅶ</span> <span>ⅷ Ⅷ</span> <span>ⅸ Ⅸ</span> <span>ⅹ Ⅹ</span> <span>ⅺ Ⅺ</span> <span>ⅻ Ⅻ</span> <span>ⅼ Ⅼ</span> <span>ⅽ Ⅽ</span> <span>ⅾ Ⅾ</span> <span>ⅿ Ⅿ</span> <span>ↄ Ↄ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-025.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-025.htm deleted file mode 100644 index 68f5ace24fe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-025.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Number forms, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-025-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Number forms Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ⅰ ⅰ</span> <span>Ⅱ ⅱ</span> <span>Ⅲ ⅲ</span> <span>Ⅳ ⅳ</span> <span>Ⅴ ⅴ</span> <span>Ⅵ ⅵ</span> <span>Ⅶ ⅶ</span> <span>Ⅷ ⅷ</span> <span>Ⅸ ⅸ</span> <span>Ⅹ ⅹ</span> <span>Ⅺ ⅺ</span> <span>Ⅻ ⅻ</span> <span>Ⅼ ⅼ</span> <span>Ⅽ ⅽ</span> <span>Ⅾ ⅾ</span> <span>Ⅿ ⅿ</span> <span>Ↄ ↄ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-026.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-026.htm deleted file mode 100644 index cdd9c7dba82..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-026.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Enclosed Alphanumerics, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-026-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Enclosed Alphanumerics Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ⓐ Ⓐ</span> <span>ⓑ Ⓑ</span> <span>ⓒ Ⓒ</span> <span>ⓓ Ⓓ</span> <span>ⓔ Ⓔ</span> <span>ⓕ Ⓕ</span> <span>ⓖ Ⓖ</span> <span>ⓗ Ⓗ</span> <span>ⓘ Ⓘ</span> <span>ⓙ Ⓙ</span> <span>ⓚ Ⓚ</span> <span>ⓛ Ⓛ</span> <span>ⓜ Ⓜ</span> <span>ⓝ Ⓝ</span> <span>ⓞ Ⓞ</span> <span>ⓟ Ⓟ</span> <span>ⓠ Ⓠ</span> <span>ⓡ Ⓡ</span> <span>ⓢ Ⓢ</span> <span>ⓣ Ⓣ</span> <span>ⓤ Ⓤ</span> <span>ⓥ Ⓥ</span> <span>ⓦ Ⓦ</span> <span>ⓧ Ⓧ</span> <span>ⓨ Ⓨ</span> <span>ⓩ Ⓩ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-027.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-027.htm deleted file mode 100644 index be6c2d75c10..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-027.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Enclosed Alphanumerics, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-027-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Enclosed Alphanumerics Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ⓐ ⓐ</span> <span>Ⓑ ⓑ</span> <span>Ⓒ ⓒ</span> <span>Ⓓ ⓓ</span> <span>Ⓔ ⓔ</span> <span>Ⓕ ⓕ</span> <span>Ⓖ ⓖ</span> <span>Ⓗ ⓗ</span> <span>Ⓘ ⓘ</span> <span>Ⓙ ⓙ</span> <span>Ⓚ ⓚ</span> <span>Ⓛ ⓛ</span> <span>Ⓜ ⓜ</span> <span>Ⓝ ⓝ</span> <span>Ⓞ ⓞ</span> <span>Ⓟ ⓟ</span> <span>Ⓠ ⓠ</span> <span>Ⓡ ⓡ</span> <span>Ⓢ ⓢ</span> <span>Ⓣ ⓣ</span> <span>Ⓤ ⓤ</span> <span>Ⓥ ⓥ</span> <span>Ⓦ ⓦ</span> <span>Ⓧ ⓧ</span> <span>Ⓨ ⓨ</span> <span>Ⓩ ⓩ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-028.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-028.htm deleted file mode 100644 index f0b29cb7798..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-028.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Deseret, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-028-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Deseret Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>𐐨 𐐀</span> <span>𐐩 𐐁</span> <span>𐐪 𐐂</span> <span>𐐫 𐐃</span> <span>𐐬 𐐄</span> <span>𐐭 𐐅</span> <span>𐐮 𐐆</span> <span>𐐯 𐐇</span> <span>𐐰 𐐈</span> <span>𐐱 𐐉</span> <span>𐐲 𐐊</span> <span>𐐳 𐐋</span> <span>𐐴 𐐌</span> <span>𐐵 𐐍</span> <span>𐐶 𐐎</span> <span>𐐷 𐐏</span> <span>𐐸 𐐐</span> <span>𐐹 𐐑</span> <span>𐐺 𐐒</span> <span>𐐻 𐐓</span> <span>𐐼 𐐔</span> <span>𐐽 𐐕</span> <span>𐐾 𐐖</span> <span>𐐿 𐐗</span> <span>𐑀 𐐘</span> <span>𐑁 𐐙</span> <span>𐑂 𐐚</span> <span>𐑃 𐐛</span> <span>𐑄 𐐜</span> <span>𐑅 𐐝</span> <span>𐑆 𐐞</span> <span>𐑇 𐐟</span> <span>𐑈 𐐠</span> <span>𐑉 𐐡</span> <span>𐑊 𐐢</span> <span>𐑋 𐐣</span> <span>𐑌 𐐤</span> <span>𐑍 𐐥</span> <span>𐑎 𐐦</span> <span>𐑏 𐐧</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-029.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-029.htm deleted file mode 100644 index ad9283bf105..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-029.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Deseret, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-029-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Deseret Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>𐐀 𐐨</span> <span>𐐁 𐐩</span> <span>𐐂 𐐪</span> <span>𐐃 𐐫</span> <span>𐐄 𐐬</span> <span>𐐅 𐐭</span> <span>𐐆 𐐮</span> <span>𐐇 𐐯</span> <span>𐐈 𐐰</span> <span>𐐉 𐐱</span> <span>𐐊 𐐲</span> <span>𐐋 𐐳</span> <span>𐐌 𐐴</span> <span>𐐍 𐐵</span> <span>𐐎 𐐶</span> <span>𐐏 𐐷</span> <span>𐐐 𐐸</span> <span>𐐑 𐐹</span> <span>𐐒 𐐺</span> <span>𐐓 𐐻</span> <span>𐐔 𐐼</span> <span>𐐕 𐐽</span> <span>𐐖 𐐾</span> <span>𐐗 𐐿</span> <span>𐐘 𐑀</span> <span>𐐙 𐑁</span> <span>𐐚 𐑂</span> <span>𐐛 𐑃</span> <span>𐐜 𐑄</span> <span>𐐝 𐑅</span> <span>𐐞 𐑆</span> <span>𐐟 𐑇</span> <span>𐐠 𐑈</span> <span>𐐡 𐑉</span> <span>𐐢 𐑊</span> <span>𐐣 𐑋</span> <span>𐐤 𐑌</span> <span>𐐥 𐑍</span> <span>𐐦 𐑎</span> <span>𐐧 𐑏</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-030.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-030.htm deleted file mode 100644 index 333ce998b11..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-030.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Georgian, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-030-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase all applicable letters in the Georgian Unicode block when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/BPG-Ucnobi-U.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ⴀ Ⴀ</span> <span>ⴁ Ⴁ</span> <span>ⴂ Ⴂ</span> <span>ⴃ Ⴃ</span> <span>ⴄ Ⴄ</span> <span>ⴅ Ⴅ</span> <span>ⴆ Ⴆ</span> <span>ⴇ Ⴇ</span> <span>ⴈ Ⴈ</span> <span>ⴉ Ⴉ</span> <span>ⴊ Ⴊ</span> <span>ⴋ Ⴋ</span> <span>ⴌ Ⴌ</span> <span>ⴍ Ⴍ</span> <span>ⴎ Ⴎ</span> <span>ⴏ Ⴏ</span> <span>ⴐ Ⴐ</span> <span>ⴑ Ⴑ</span> <span>ⴒ Ⴒ</span> <span>ⴓ Ⴓ</span> <span>ⴔ Ⴔ</span> <span>ⴕ Ⴕ</span> <span>ⴖ Ⴖ</span> <span>ⴗ Ⴗ</span> <span>ⴘ Ⴘ</span> <span>ⴙ Ⴙ</span> <span>ⴚ Ⴚ</span> <span>ⴛ Ⴛ</span> <span>ⴜ Ⴜ</span> <span>ⴝ Ⴝ</span> <span>ⴞ Ⴞ</span> <span>ⴟ Ⴟ</span> <span>ⴠ Ⴠ</span> <span>ⴡ Ⴡ</span> <span>ⴢ Ⴢ</span> <span>ⴣ Ⴣ</span> <span>ⴤ Ⴤ</span> <span>ⴥ Ⴥ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-031.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-031.htm deleted file mode 100644 index e9b25b02e47..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-031.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Georgian, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-031-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase all applicable letters in the Georgian Unicode block when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/BPG-Ucnobi-U.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>Ⴀ ⴀ</span> <span>Ⴁ ⴁ</span> <span>Ⴂ ⴂ</span> <span>Ⴃ ⴃ</span> <span>Ⴄ ⴄ</span> <span>Ⴅ ⴅ</span> <span>Ⴆ ⴆ</span> <span>Ⴇ ⴇ</span> <span>Ⴈ ⴈ</span> <span>Ⴉ ⴉ</span> <span>Ⴊ ⴊ</span> <span>Ⴋ ⴋ</span> <span>Ⴌ ⴌ</span> <span>Ⴍ ⴍ</span> <span>Ⴎ ⴎ</span> <span>Ⴏ ⴏ</span> <span>Ⴐ ⴐ</span> <span>Ⴑ ⴑ</span> <span>Ⴒ ⴒ</span> <span>Ⴓ ⴓ</span> <span>Ⴔ ⴔ</span> <span>Ⴕ ⴕ</span> <span>Ⴖ ⴖ</span> <span>Ⴗ ⴗ</span> <span>Ⴘ ⴘ</span> <span>Ⴙ ⴙ</span> <span>Ⴚ ⴚ</span> <span>Ⴛ ⴛ</span> <span>Ⴜ ⴜ</span> <span>Ⴝ ⴝ</span> <span>Ⴞ ⴞ</span> <span>Ⴟ ⴟ</span> <span>Ⴠ ⴠ</span> <span>Ⴡ ⴡ</span> <span>Ⴢ ⴢ</span> <span>Ⴣ ⴣ</span> <span>Ⴤ ⴤ</span> <span>Ⴥ ⴥ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-032.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-032.htm deleted file mode 100644 index 95d15760dad..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-032.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: German sharp S, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-032-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase the German sharp S as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ß SS</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-033.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-033.htm deleted file mode 100644 index c1aefb53897..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-033.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Latin ligatures, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-033-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase Latin ligatures as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ff FF</span> <span>fi FI</span> <span>fl FL</span> <span>ffi FFI</span> <span>ffl FFL</span> <span>ſt ST</span> <span>st ST</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-034.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-034.htm deleted file mode 100644 index b24bc4c14ed..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-034.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Armenian ligatures, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-034-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase Armenian ligatures as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>և ԵՒ</span> <span>ﬓ ՄՆ</span> <span>ﬔ ՄԵ</span> <span>ﬕ ՄԻ</span> <span>ﬖ ՎՆ</span> <span>ﬗ ՄԽ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-035.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-035.htm deleted file mode 100644 index aaf8177a7b2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-035.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Greek specials, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-035-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will uppercase Greek characters as described in Unicode's SpecialCasing.txt when text-transform is set to uppercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ʼn ʼN</span> <span>ΐ Ϊ́̈</span> <span>ΰ Ϋ́</span> <span>ǰ J̌</span> <span>ẖ H̱</span> <span>ẗ T̈</span> <span>ẘ W̊</span> <span>ẙ Y̊</span> <span>ẚ Aʾ</span> <span>ὐ Υ̓</span> <span>ὒ Υ̓̀</span> <span>ὔ Υ̓́</span> <span>ὖ Υ̓͂</span> <span>ᾶ Α͂</span> <span>ῆ Η͂</span> <span>ῒ Ϊ̀</span> <span>ΐ Ϊ́</span> <span>ῖ Ι͂</span> <span>ῗ Ϊ͂</span> <span>ῢ Ϋ̀</span> <span>ΰ Ϋ́</span> <span>ῤ Ρ̓</span> <span>ῦ Υ͂</span> <span>ῧ Ϋ͂</span> <span>ῶ Ω͂</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-038.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-038.htm deleted file mode 100644 index f88f7694f7b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-038.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Greek final sigma, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-038-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="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." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div class="test"><span>ΑΒΓΔΣ αβγδς</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-039.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-039.htm deleted file mode 100644 index cd294b53c23..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-039.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Lithuanian, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-039-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The UA will lowercase Lithuanian as described in Unicode's SpecialCasing.txt when text-transform is set to lowercase." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="lt" class="test"><span>Ì i̇̀</span> <span>Í i̇́</span> <span>Ĩ i̇̃</span></div> - - -<!--Notes: -The language of the test box is set to Lithuanian (lt) - -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-040.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-040.htm deleted file mode 100644 index 43a8ed12b04..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-040.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Turkish, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-040-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="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." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="tr" class="test"><span>i İ</span> <span>ı I</span></div> - - -<!--Notes: -The language of the test box is set to Turkish (tr). - -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-041.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-041.htm deleted file mode 100644 index b9a4bb247a1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-041.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Turkish, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-041-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="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." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="tr" class="test"><span>İ i</span> <span>İ i</span> <span>I ı</span></div> - - -<!--Notes: -The language of the test box is set to Turkish (tr). - -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-042.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-042.htm deleted file mode 100644 index f6d899144d8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-042.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Azeri, uppercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-042-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="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." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: uppercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="az" class="test"><span>i İ</span> <span>ı I</span></div> - - -<!--Notes: -The language of the test box is set to Azeri (az). - -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-043.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-043.htm deleted file mode 100644 index 43cbc4d8069..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-043.htm +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: Azeri, lowercase</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-043-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="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." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: lowercase; } -@font-face { - font-family: 'webfont'; - src: url('support/GentiumPlus-R.woff') format('woff'); - font-weight: normal; - font-style: normal; - } -.test, .ref { font-family: webfont, serif; } - -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="az" class="test"><span>İ i</span> <span>İ i</span> <span>I ı</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-044.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-044.htm deleted file mode 100644 index c9ac0d59c22..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-044.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: small kana mappings, hiragana</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-044-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The browser will map small hiragana characters to full sized hiragana for display if text-transform is set to full-size-kana." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: full-size-kana; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="ja" class="test"><span>ぁ あ</span> <span>ぃ い</span> <span>ぅ う</span> <span>ぇ え</span> <span>ぉ お</span> <span>ゕ か</span> <span>ゖ け</span> <span>っ つ</span> <span>ゃ や</span> <span>ゅ ゆ</span> <span>ょ よ</span> <span>ゎ わ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-045.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-045.htm deleted file mode 100644 index 1b641cd63f0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-045.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: small kana mappings, katakana</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-045-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="The browser will map small katakana characters to full sized katakana for display if text-transform is set to full-size-kana." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: full-size-kana; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="ja" class="test"><span>ァ ア</span> <span>ィ イ</span> <span>ゥ ウ</span> <span>ェ エ</span> <span>ォ オ</span> <span>ヵ カ</span> <span>ㇰ ク</span> <span>ヶ ケ</span> <span>ㇱ シ</span> <span>ㇲ ス</span> <span>ッ ツ</span> <span>ㇳ ト</span> <span>ㇴ ヌ</span> <span>ㇵ ハ</span> <span>ㇶ ヒ</span> <span>ㇷ フ</span> <span>ㇸ ヘ</span> <span>ㇹ ホ</span> <span>ㇺ ム</span> <span>ャ ヤ</span> <span>ュ ユ</span> <span>ョ ヨ</span> <span>ㇻ ラ</span> <span>ㇼ リ</span> <span>ㇽ ル</span> <span>ㇾ レ</span> <span>ㇿ ロ</span> <span>ヮ ワ </span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-046.htm b/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-046.htm deleted file mode 100644 index 1b52ad1b8a3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-046.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, text transform: small kana mappings, half-width katakana</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<link href="http://dev.w3.org/csswg/css-text-3/#text-transform" rel="help"> -<link href="reference/css3-text-text-transform-046-ref.htm" rel="match"> -<meta content="" name="flags"> -<meta content="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." name="assert"> -<style type="text/css"> -/* the CSS below is not part of the test */ -.test, .ref { font-size: 200%; line-height: 2.5em; } -.test span, .ref span { margin-right: 1em; white-space: nowrap; } -.test { text-transform: full-size-kana; } -</style> -<script src="support/script.js"> </script> - -</head> -<body> -<p class="instructions">Test passes if the both characters in each pair match.</p><p class="instructionNote">If you can't see all the glyphs, click on Skip.</p> - - -<div lang="ja" class="test"><span>ァ ア</span> <span>ィ イ</span> <span>ゥ ウ</span> <span>ェ エ</span> <span>ォ オ</span> <span>ッ ツ</span> <span>ャ ヤ</span> <span>ュ ユ</span> <span>ョ ヨ</span></div> - - -<!--Notes: -A downloaded WOFF font is used to maximise the likelihood that the characters can be seen. - ---> - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-001-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-001-ref.htm deleted file mode 100644 index 6d6a2c32802..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-001-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かぁな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぁな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-002-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-002-ref.htm deleted file mode 100644 index bb2f8ed1857..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-002-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かぃな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-003-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-003-ref.htm deleted file mode 100644 index 71f384b50cf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-003-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かぅな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-004-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-004-ref.htm deleted file mode 100644 index 1e7ad2303b7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-004-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かぇな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぇな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-005-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-005-ref.htm deleted file mode 100644 index 356d86ec16b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-005-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かぉな</div> - - - - - -<div lang="ja" class="ref">かか<br>かぉな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-006-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-006-ref.htm deleted file mode 100644 index 0ad3903a201..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-006-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かっな</div> - - - - - -<div lang="ja" class="ref">かか<br>かっな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-007-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-007-ref.htm deleted file mode 100644 index 7a2f928e2dc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-007-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゃな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-008-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-008-ref.htm deleted file mode 100644 index 3f6b19f17e7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-008-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゅな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-009-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-009-ref.htm deleted file mode 100644 index eac20680670..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-009-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かょな</div> - - - - - -<div lang="ja" class="ref">かか<br>かょな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-010-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-010-ref.htm deleted file mode 100644 index a93bf01727b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-010-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゎな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゎな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-011-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-011-ref.htm deleted file mode 100644 index cc869f46df4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-011-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゕな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゕな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-012-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-012-ref.htm deleted file mode 100644 index d6c47ff268b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-012-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゖな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゖな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-013-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-013-ref.htm deleted file mode 100644 index c665dd0b10c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-013-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カァナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カァナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-014-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-014-ref.htm deleted file mode 100644 index b536436a560..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-014-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カィナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カィナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-015-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-015-ref.htm deleted file mode 100644 index aaeb7fa8a37..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-015-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カゥナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カゥナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-016-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-016-ref.htm deleted file mode 100644 index b70f13810ed..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-016-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カェナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カェナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-017-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-017-ref.htm deleted file mode 100644 index dc0f6276cdb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-017-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カォナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カォナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-018-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-018-ref.htm deleted file mode 100644 index 50aaa85ecaf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-018-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カッナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カッナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-019-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-019-ref.htm deleted file mode 100644 index 6c5b274dda9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-019-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カャナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カャナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-020-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-020-ref.htm deleted file mode 100644 index c1cf4dab04a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-020-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カュナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カュナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-021-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-021-ref.htm deleted file mode 100644 index dea4c0e86a6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-021-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カョナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カョナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-022-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-022-ref.htm deleted file mode 100644 index 8b9016c9b65..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-022-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カヮナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヮナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-023-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-023-ref.htm deleted file mode 100644 index 81d5f78187e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-023-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カヵナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヵナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-024-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-024-ref.htm deleted file mode 100644 index 65bb9299008..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-024-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カヶナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヶナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-025-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-025-ref.htm deleted file mode 100644 index b2ea67191a4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-025-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カーナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カーナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-026-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-026-ref.htm deleted file mode 100644 index 2c132fed0e5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-026-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‐文</div> - - - - - -<div class="ref">中中<br>中‐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-027-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-027-ref.htm deleted file mode 100644 index b707a6682f0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-027-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中–文</div> - - - - - -<div class="ref">中中<br>中–文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-028-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-028-ref.htm deleted file mode 100644 index 535948a8af7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-028-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〜文</div> - - - - - -<div class="ref">中中<br>中〜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-029-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-029-ref.htm deleted file mode 100644 index aca5dc86ec2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-029-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>か゠な</div> - - - - - -<div lang="ja" class="ref">かか<br>か゠な</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-030-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-030-ref.htm deleted file mode 100644 index 0643f6aa2bc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-030-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-031-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-031-ref.htm deleted file mode 100644 index 88ed9ddeee1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-031-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-032-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-032-ref.htm deleted file mode 100644 index ba8ca5c38ef..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-032-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゝな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゝな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-033-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-033-ref.htm deleted file mode 100644 index 3dd266c72a3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-033-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゞな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゞな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-034-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-034-ref.htm deleted file mode 100644 index 2876849990c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-034-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カヽナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヽナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-035-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-035-ref.htm deleted file mode 100644 index 51cb7025ade..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-035-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カヾナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヾナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-036-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-036-ref.htm deleted file mode 100644 index 555a61001b5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-036-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-037-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-037-ref.htm deleted file mode 100644 index e61878b4dc1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-037-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-038-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-038-ref.htm deleted file mode 100644 index 8091deef6d2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-038-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-039-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-039-ref.htm deleted file mode 100644 index 8c8708aba9f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-039-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-040-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-040-ref.htm deleted file mode 100644 index b5ac20969c9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-040-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-041-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-041-ref.htm deleted file mode 100644 index c2d4c43b84c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-041-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-042-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-042-ref.htm deleted file mode 100644 index 98e10c28ece..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-042-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-043-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-043-ref.htm deleted file mode 100644 index 6c21c78fcbc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-043-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-044-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-044-ref.htm deleted file mode 100644 index d65454786c2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-044-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-045-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-045-ref.htm deleted file mode 100644 index 16f74572729..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-045-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-046-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-046-ref.htm deleted file mode 100644 index 4c814fe9e6e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-046-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-047-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-047-ref.htm deleted file mode 100644 index 122e74e9c93..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-047-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-048-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-048-ref.htm deleted file mode 100644 index aed99e0de9c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-048-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-049-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-049-ref.htm deleted file mode 100644 index 065150010c4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-049-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-050-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-050-ref.htm deleted file mode 100644 index 96f13ba9728..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-050-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-051-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-051-ref.htm deleted file mode 100644 index 69c8bcc9cb6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-051-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-052-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-052-ref.htm deleted file mode 100644 index 177179dc315..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-052-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-054-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-054-ref.htm deleted file mode 100644 index 3e022115381..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-054-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-055-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-055-ref.htm deleted file mode 100644 index 24bf3ad1e80..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-055-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-056-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-056-ref.htm deleted file mode 100644 index 310091b59f4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-056-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-057-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-057-ref.htm deleted file mode 100644 index 7050c2b5fde..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-057-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-058-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-058-ref.htm deleted file mode 100644 index 3ff92ed4a3c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-058-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-059-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-059-ref.htm deleted file mode 100644 index ae6abd38a2e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-059-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-060-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-060-ref.htm deleted file mode 100644 index 76479706c30..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-060-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かーな</div> - - - - - -<div lang="ja" class="ref">かか<br>かーな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-101-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-101-ref.htm deleted file mode 100644 index b1ffa531447..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-101-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぁな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぁな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-102-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-102-ref.htm deleted file mode 100644 index c7afe6dcf4e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-102-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-103-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-103-ref.htm deleted file mode 100644 index 72b2751f4b8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-103-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-104-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-104-ref.htm deleted file mode 100644 index a6c1d27338b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-104-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぇな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぇな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-105-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-105-ref.htm deleted file mode 100644 index 2ee3c7603a9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-105-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぉな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぉな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-106-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-106-ref.htm deleted file mode 100644 index 5cb25b930ee..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-106-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>っな</div> - - - - - -<div lang="ja" class="ref">かかか<br>っな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-107-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-107-ref.htm deleted file mode 100644 index 58e875cafbb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-107-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-108-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-108-ref.htm deleted file mode 100644 index d73a057015e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-108-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-109-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-109-ref.htm deleted file mode 100644 index 47be7d9995b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-109-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ょな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ょな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-110-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-110-ref.htm deleted file mode 100644 index df672f6741b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-110-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゎな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゎな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-111-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-111-ref.htm deleted file mode 100644 index 6db5b14d4a4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-111-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゕな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゕな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-112-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-112-ref.htm deleted file mode 100644 index b1048278369..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-112-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゖな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゖな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-113-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-113-ref.htm deleted file mode 100644 index c0ee13bf44e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-113-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ァナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ァナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-114-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-114-ref.htm deleted file mode 100644 index c1a0577b51d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-114-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ィナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ィナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-115-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-115-ref.htm deleted file mode 100644 index 2bba241122c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-115-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ゥナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ゥナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-116-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-116-ref.htm deleted file mode 100644 index 769bbddabab..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-116-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ェナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ェナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-117-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-117-ref.htm deleted file mode 100644 index 363c8c4cd14..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-117-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ォナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ォナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-118-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-118-ref.htm deleted file mode 100644 index 0590652b898..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-118-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ッナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ッナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-119-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-119-ref.htm deleted file mode 100644 index 9334cd9071d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-119-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ャナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ャナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-120-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-120-ref.htm deleted file mode 100644 index 78cea3f5d8c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-120-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ュナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ュナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-121-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-121-ref.htm deleted file mode 100644 index f33519414a2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-121-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ョナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ョナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-122-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-122-ref.htm deleted file mode 100644 index 8c097affe00..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-122-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヮナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヮナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-123-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-123-ref.htm deleted file mode 100644 index 73ed742b686..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-123-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヵナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヵナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-124-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-124-ref.htm deleted file mode 100644 index 92c23ae7c75..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-124-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヶナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヶナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-125-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-125-ref.htm deleted file mode 100644 index 7600cbf28f2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-125-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ーナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ーナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-126-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-126-ref.htm deleted file mode 100644 index 73350c21fca..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-126-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-127-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-127-ref.htm deleted file mode 100644 index e5025dd26e3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-127-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-128-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-128-ref.htm deleted file mode 100644 index 9b8857937d2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-128-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-129-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-129-ref.htm deleted file mode 100644 index ad81a22aeda..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-129-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>゠な</div> - - - - - -<div lang="ja" class="ref">かかか<br>゠な</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-130-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-130-ref.htm deleted file mode 100644 index 8954e5f93bc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-130-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>々文</div> - - - - - -<div class="ref">中中中<br>々文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-131-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-131-ref.htm deleted file mode 100644 index be9cb0179a8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-131-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>〻文</div> - - - - - -<div class="ref">中中中<br>〻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-132-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-132-ref.htm deleted file mode 100644 index aba039900b3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-132-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゝな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゝな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-133-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-133-ref.htm deleted file mode 100644 index 7935c9150d6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-133-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゞな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゞな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-134-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-134-ref.htm deleted file mode 100644 index 2dc8c3f7880..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-134-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヽナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヽナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-135-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-135-ref.htm deleted file mode 100644 index e62a222e198..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-135-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヾナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヾナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-136-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-136-ref.htm deleted file mode 100644 index dcc6e503b0b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-136-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-137-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-137-ref.htm deleted file mode 100644 index 7fb031d70fd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-137-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-138-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-138-ref.htm deleted file mode 100644 index cf8408cdbcf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-138-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>・ナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>・ナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-139-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-139-ref.htm deleted file mode 100644 index 84c06c6d441..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-139-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-140-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-140-ref.htm deleted file mode 100644 index 2c5e068be92..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-140-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-141-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-141-ref.htm deleted file mode 100644 index 7a688487040..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-141-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>・ナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>・ナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-142-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-142-ref.htm deleted file mode 100644 index 9e63227890b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-142-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-143-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-143-ref.htm deleted file mode 100644 index 74c1e85cb18..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-143-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-144-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-144-ref.htm deleted file mode 100644 index 194f015ca21..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-144-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‼文</div> - - - - - -<div class="ref">中中中<br>‼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-145-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-145-ref.htm deleted file mode 100644 index 88e1eb05f9d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-145-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>⁇文</div> - - - - - -<div class="ref">中中中<br>⁇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-146-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-146-ref.htm deleted file mode 100644 index efd6a5c539a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-146-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>⁈文</div> - - - - - -<div class="ref">中中中<br>⁈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-147-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-147-ref.htm deleted file mode 100644 index efc9dd3a404..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-147-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>⁉文</div> - - - - - -<div class="ref">中中中<br>⁉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-148-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-148-ref.htm deleted file mode 100644 index 9ada462f63c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-148-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-149-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-149-ref.htm deleted file mode 100644 index d37da736d56..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-149-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-150-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-150-ref.htm deleted file mode 100644 index 0f68302db80..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-150-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-151-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-151-ref.htm deleted file mode 100644 index 3e5a1e43b2b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-151-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-152-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-152-ref.htm deleted file mode 100644 index 3e2831b58e9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-152-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>°文</div> - - - - - -<div class="ref">中中中<br>°文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-154-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-154-ref.htm deleted file mode 100644 index c9aff8bef56..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-154-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‰文</div> - - - - - -<div class="ref">中中中<br>‰文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-155-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-155-ref.htm deleted file mode 100644 index d7d54ed731e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-155-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>′文</div> - - - - - -<div class="ref">中中中<br>′文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-156-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-156-ref.htm deleted file mode 100644 index 16e8ebff4a7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-156-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>″文</div> - - - - - -<div class="ref">中中中<br>″文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-157-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-157-ref.htm deleted file mode 100644 index 2afb15fccd9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-157-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>℃文</div> - - - - - -<div class="ref">中中中<br>℃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-158-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-158-ref.htm deleted file mode 100644 index 7ff9af7fd26..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-158-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-159-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-159-ref.htm deleted file mode 100644 index d198129e3b6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-159-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-160-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-160-ref.htm deleted file mode 100644 index c4de8c71a2f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-160-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ーな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ーな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-201-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-201-ref.htm deleted file mode 100644 index 1184e548307..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-201-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぁな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぁな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-202-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-202-ref.htm deleted file mode 100644 index aa7f272830d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-202-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-203-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-203-ref.htm deleted file mode 100644 index 442779ec871..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-203-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-204-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-204-ref.htm deleted file mode 100644 index 4e4b07cd2df..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-204-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぇな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぇな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-205-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-205-ref.htm deleted file mode 100644 index 6cdce220664..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-205-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ぉな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ぉな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-206-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-206-ref.htm deleted file mode 100644 index 76a5da17fb6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-206-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>っな</div> - - - - - -<div lang="ja" class="ref">かかか<br>っな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-207-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-207-ref.htm deleted file mode 100644 index 6254f44e318..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-207-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゃな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-208-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-208-ref.htm deleted file mode 100644 index 06057731037..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-208-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゅな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-209-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-209-ref.htm deleted file mode 100644 index 5ab1b33b02c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-209-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ょな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ょな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-210-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-210-ref.htm deleted file mode 100644 index bfd06931c02..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-210-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゎな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゎな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-211-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-211-ref.htm deleted file mode 100644 index b1539af21f2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-211-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゕな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゕな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-212-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-212-ref.htm deleted file mode 100644 index 8779f3ce1dd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-212-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ゖな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ゖな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-213-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-213-ref.htm deleted file mode 100644 index 11f7af4c119..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-213-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ァナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ァナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-214-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-214-ref.htm deleted file mode 100644 index a77f3ad9b93..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-214-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ィナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ィナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-215-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-215-ref.htm deleted file mode 100644 index 406894005eb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-215-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ゥナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ゥナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-216-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-216-ref.htm deleted file mode 100644 index ea5cd2e8c1d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-216-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ェナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ェナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-217-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-217-ref.htm deleted file mode 100644 index 049d1ca09bc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-217-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ォナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ォナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-218-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-218-ref.htm deleted file mode 100644 index c66cfc7c144..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-218-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ッナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ッナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-219-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-219-ref.htm deleted file mode 100644 index 21e72130999..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-219-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ャナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ャナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-220-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-220-ref.htm deleted file mode 100644 index 7de10530016..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-220-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ュナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ュナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-221-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-221-ref.htm deleted file mode 100644 index fd9b4791551..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-221-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ョナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ョナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-222-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-222-ref.htm deleted file mode 100644 index 16df6ecb44a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-222-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヮナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヮナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-223-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-223-ref.htm deleted file mode 100644 index f95d3309d56..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-223-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヵナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヵナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-224-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-224-ref.htm deleted file mode 100644 index 74c0e8bd0a8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-224-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ヶナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ヶナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-225-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-225-ref.htm deleted file mode 100644 index 1b2a8aea46a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-225-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカカ<br>ーナ</div> - - - - - -<div lang="ja" class="ref">カカカ<br>ーナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-226-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-226-ref.htm deleted file mode 100644 index 4de0b90e3d9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-226-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-227-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-227-ref.htm deleted file mode 100644 index f06b4488400..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-227-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-228-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-228-ref.htm deleted file mode 100644 index 0c0f0fdf1aa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-228-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-229-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-229-ref.htm deleted file mode 100644 index 587152f5a2d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-229-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>゠な</div> - - - - - -<div lang="ja" class="ref">かかか<br>゠な</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-230-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-230-ref.htm deleted file mode 100644 index a3e3cdedf51..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-230-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-231-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-231-ref.htm deleted file mode 100644 index 463c3030ae2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-231-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-232-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-232-ref.htm deleted file mode 100644 index daa55df8341..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-232-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゝな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゝな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-233-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-233-ref.htm deleted file mode 100644 index 96f8b55cbda..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-233-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かか<br>かゞな</div> - - - - - -<div lang="ja" class="ref">かか<br>かゞな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-234-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-234-ref.htm deleted file mode 100644 index 93e2b1c0b65..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-234-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カヽナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヽナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-235-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-235-ref.htm deleted file mode 100644 index 991e208aed3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-235-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カヾナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カヾナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-236-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-236-ref.htm deleted file mode 100644 index e532f66137c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-236-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-237-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-237-ref.htm deleted file mode 100644 index bd1377a59cf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-237-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-238-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-238-ref.htm deleted file mode 100644 index 397d7e15c2a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-238-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-239-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-239-ref.htm deleted file mode 100644 index d7dbbb07eda..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-239-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-240-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-240-ref.htm deleted file mode 100644 index fd26011f228..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-240-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-241-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-241-ref.htm deleted file mode 100644 index e65ffbd405f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-241-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - -<div lang="ja" class="ref">カカ<br>カ・ナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-242-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-242-ref.htm deleted file mode 100644 index 8d5f2bf9990..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-242-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-243-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-243-ref.htm deleted file mode 100644 index b1cfb828f39..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-243-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-244-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-244-ref.htm deleted file mode 100644 index b57c6c1c6cf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-244-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-245-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-245-ref.htm deleted file mode 100644 index 76912435eaf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-245-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-246-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-246-ref.htm deleted file mode 100644 index aa63fe8953a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-246-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-247-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-247-ref.htm deleted file mode 100644 index 068320c28cd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-247-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-248-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-248-ref.htm deleted file mode 100644 index 911cb46f7d9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-248-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-249-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-249-ref.htm deleted file mode 100644 index 1e58317ed1b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-249-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-250-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-250-ref.htm deleted file mode 100644 index bf7caf3e425..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-250-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-251-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-251-ref.htm deleted file mode 100644 index cbc10f8b7d7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-251-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-252-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-252-ref.htm deleted file mode 100644 index 0ba27be7aa9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-252-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-254-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-254-ref.htm deleted file mode 100644 index 6af3b368148..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-254-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-255-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-255-ref.htm deleted file mode 100644 index 4a0ce9edca6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-255-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-256-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-256-ref.htm deleted file mode 100644 index 6610ee43b69..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-256-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-257-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-257-ref.htm deleted file mode 100644 index 905f892c805..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-257-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-258-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-258-ref.htm deleted file mode 100644 index 689d5932e9b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-258-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-259-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-259-ref.htm deleted file mode 100644 index 5ff9231e7b3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-259-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-260-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-260-ref.htm deleted file mode 100644 index 57da8ae7e71..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-260-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div lang="ja" class="ref">かかか<br>ーな</div> - - - - - -<div lang="ja" class="ref">かかか<br>ーな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-301-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-301-ref.htm deleted file mode 100644 index 3592d58bf0a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-301-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‐文</div> - - - - - -<div class="ref">中中<br>中‐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-302-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-302-ref.htm deleted file mode 100644 index 56bbf2f025b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-302-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中–文</div> - - - - - -<div class="ref">中中<br>中–文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-303-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-303-ref.htm deleted file mode 100644 index 47d6586f711..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-303-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〜文</div> - - - - - -<div class="ref">中中<br>中〜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-304-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-304-ref.htm deleted file mode 100644 index 2403f82a250..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-304-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-305-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-305-ref.htm deleted file mode 100644 index aa94aacfb75..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-305-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-306-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-306-ref.htm deleted file mode 100644 index 2ee869d132b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-306-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-307-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-307-ref.htm deleted file mode 100644 index e16f08e8bf9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-307-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-308-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-308-ref.htm deleted file mode 100644 index aba86f1f4b9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-308-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-309-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-309-ref.htm deleted file mode 100644 index 3142c7b6ab2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-309-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-310-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-310-ref.htm deleted file mode 100644 index 6a1a68a4c7a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-310-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-311-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-311-ref.htm deleted file mode 100644 index 92652deff7c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-311-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-312-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-312-ref.htm deleted file mode 100644 index 6749ebae9cd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-312-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-313-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-313-ref.htm deleted file mode 100644 index 5c4cc612932..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-313-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-314-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-314-ref.htm deleted file mode 100644 index 9fa7b673330..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-314-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-315-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-315-ref.htm deleted file mode 100644 index cd6b3c0d231..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-315-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-316-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-316-ref.htm deleted file mode 100644 index 879eb5f05f7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-316-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-317-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-317-ref.htm deleted file mode 100644 index 70c5e72dd4b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-317-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-318-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-318-ref.htm deleted file mode 100644 index 91929ea63e7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-318-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-319-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-319-ref.htm deleted file mode 100644 index 3828495c2d3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-319-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-320-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-320-ref.htm deleted file mode 100644 index 9e41a971cdf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-320-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-321-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-321-ref.htm deleted file mode 100644 index 91929ea63e7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-321-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-322-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-322-ref.htm deleted file mode 100644 index d203542d6ac..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-322-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-323-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-323-ref.htm deleted file mode 100644 index e8e4865d4e4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-323-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-324-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-324-ref.htm deleted file mode 100644 index cd2b9e6e62b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-324-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-325-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-325-ref.htm deleted file mode 100644 index 5d4d089634e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-325-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-326-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-326-ref.htm deleted file mode 100644 index 8c53613ec12..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-326-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-327-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-327-ref.htm deleted file mode 100644 index 8e73acef1c7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-327-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: strict; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-351-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-351-ref.htm deleted file mode 100644 index 140910bcd4d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-351-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-352-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-352-ref.htm deleted file mode 100644 index 6d6f16cf3fe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-352-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-353-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-353-ref.htm deleted file mode 100644 index a095c134893..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-353-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-354-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-354-ref.htm deleted file mode 100644 index 69a9ae8adaa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-354-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>々文</div> - - - - - -<div class="ref">中中中<br>々文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-355-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-355-ref.htm deleted file mode 100644 index b577aac5f2c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-355-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>〻文</div> - - - - - -<div class="ref">中中中<br>〻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-356-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-356-ref.htm deleted file mode 100644 index 2799637760e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-356-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-357-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-357-ref.htm deleted file mode 100644 index 628d2fe6192..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-357-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-358-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-358-ref.htm deleted file mode 100644 index 39dfa67eaf5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-358-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>:文</div> - - - - - -<div class="ref">中中中<br>:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-359-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-359-ref.htm deleted file mode 100644 index 09d63937f83..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-359-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>;文</div> - - - - - -<div class="ref">中中中<br>;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-360-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-360-ref.htm deleted file mode 100644 index 6e2e75dbc77..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-360-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-361-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-361-ref.htm deleted file mode 100644 index 1aca1ac9035..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-361-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-362-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-362-ref.htm deleted file mode 100644 index 1bdf5d4a279..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-362-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‼文</div> - - - - - -<div class="ref">中中中<br>‼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-363-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-363-ref.htm deleted file mode 100644 index bb662b11634..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-363-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>⁇文</div> - - - - - -<div class="ref">中中中<br>⁇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-364-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-364-ref.htm deleted file mode 100644 index 49babaeb2f5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-364-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>⁈文</div> - - - - - -<div class="ref">中中中<br>⁈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-365-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-365-ref.htm deleted file mode 100644 index 71879b5515c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-365-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>⁉文</div> - - - - - -<div class="ref">中中中<br>⁉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-366-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-366-ref.htm deleted file mode 100644 index 99dd8f7380d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-366-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>!文</div> - - - - - -<div class="ref">中中中<br>!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-367-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-367-ref.htm deleted file mode 100644 index 860e8850bc0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-367-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>?文</div> - - - - - -<div class="ref">中中中<br>?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-368-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-368-ref.htm deleted file mode 100644 index 70bf0d0aff8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-368-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-369-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-369-ref.htm deleted file mode 100644 index c04d4f06286..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-369-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-370-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-370-ref.htm deleted file mode 100644 index 39efd93e201..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-370-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>°文</div> - - - - - -<div class="ref">中中中<br>°文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-371-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-371-ref.htm deleted file mode 100644 index 70bf0d0aff8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-371-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-372-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-372-ref.htm deleted file mode 100644 index 36df4b2461f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-372-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‰文</div> - - - - - -<div class="ref">中中中<br>‰文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-373-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-373-ref.htm deleted file mode 100644 index 0d82c0f0620..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-373-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>′文</div> - - - - - -<div class="ref">中中中<br>′文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-374-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-374-ref.htm deleted file mode 100644 index b99cb9cb356..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-374-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>″文</div> - - - - - -<div class="ref">中中中<br>″文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-375-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-375-ref.htm deleted file mode 100644 index dca2aad5c60..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-375-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>℃文</div> - - - - - -<div class="ref">中中中<br>℃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-376-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-376-ref.htm deleted file mode 100644 index 67078dff57d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-376-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>%文</div> - - - - - -<div class="ref">中中中<br>%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-377-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-377-ref.htm deleted file mode 100644 index 2a5b9d9847e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-377-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: loose; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>¢文</div> - - - - - -<div class="ref">中中中<br>¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-401-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-401-ref.htm deleted file mode 100644 index b9f907155f8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-401-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2010 HYPHEN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>‐文</div> - - - - - -<div class="ref">中中中<br>‐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-402-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-402-ref.htm deleted file mode 100644 index 9935c51dc13..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-402-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2013 EN DASH (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>–文</div> - - - - - -<div class="ref">中中中<br>–文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-403-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-403-ref.htm deleted file mode 100644 index 6d487abf284..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-403-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中中<br>〜文</div> - - - - - -<div class="ref">中中中<br>〜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-404-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-404-ref.htm deleted file mode 100644 index 24e22bc04fc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-404-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-405-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-405-ref.htm deleted file mode 100644 index 26f9936b70b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-405-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-406-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-406-ref.htm deleted file mode 100644 index 77820fb8ebf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-406-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003A COLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-407-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-407-ref.htm deleted file mode 100644 index 70d647a0016..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-407-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003B SEMICOLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-408-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-408-ref.htm deleted file mode 100644 index 0898419376e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-408-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-409-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-409-ref.htm deleted file mode 100644 index 3fb1082e34d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-409-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-410-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-410-ref.htm deleted file mode 100644 index b82a3c63016..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-410-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-411-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-411-ref.htm deleted file mode 100644 index c42cbed6c4b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-411-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 003F QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-412-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-412-ref.htm deleted file mode 100644 index ee698e27f6d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-412-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-413-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-413-ref.htm deleted file mode 100644 index 63ea66a041d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-413-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁇文</div> - - - - - -<div class="ref">中中<br>中⁇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-414-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-414-ref.htm deleted file mode 100644 index 4e84d6d8d63..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-414-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁈文</div> - - - - - -<div class="ref">中中<br>中⁈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-415-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-415-ref.htm deleted file mode 100644 index 847d18e9cd7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-415-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁉文</div> - - - - - -<div class="ref">中中<br>中⁉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-416-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-416-ref.htm deleted file mode 100644 index 4c8aa07c673..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-416-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中!文</div> - - - - - -<div class="ref">中中<br>中!文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-417-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-417-ref.htm deleted file mode 100644 index 6efa14b4aac..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-417-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中?文</div> - - - - - -<div class="ref">中中<br>中?文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-418-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-418-ref.htm deleted file mode 100644 index 5a032a3da4d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-418-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-419-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-419-ref.htm deleted file mode 100644 index ade514a8df1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-419-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-420-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-420-ref.htm deleted file mode 100644 index 03b3f35bc49..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-420-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中°文</div> - - - - - -<div class="ref">中中<br>中°文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-421-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-421-ref.htm deleted file mode 100644 index 5a032a3da4d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-421-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-422-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-422-ref.htm deleted file mode 100644 index bb049068ebe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-422-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‰文</div> - - - - - -<div class="ref">中中<br>中‰文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-423-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-423-ref.htm deleted file mode 100644 index a1b04783e25..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-423-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2032 PRIME (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中′文</div> - - - - - -<div class="ref">中中<br>中′文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-424-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-424-ref.htm deleted file mode 100644 index 34371acdd17..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-424-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中″文</div> - - - - - -<div class="ref">中中<br>中″文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-425-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-425-ref.htm deleted file mode 100644 index 610344af25b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-425-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中℃文</div> - - - - - -<div class="ref">中中<br>中℃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-426-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-426-ref.htm deleted file mode 100644 index f87869d3013..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-426-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中%文</div> - - - - - -<div class="ref">中中<br>中%文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-427-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-427-ref.htm deleted file mode 100644 index b8ea164cc1c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-jazh-427-ref.htm +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,zh)</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; } -.name { font-size: 10px; } -.test { line-break: normal; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中¢文</div> - - - - - -<div class="ref">中中<br>中¢文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-001-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-001-ref.htm deleted file mode 100644 index b3c6814db94..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-001-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0028 LEFT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>(文</div> - - - - - -<div class="ref">中中<br>(文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-002-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-002-ref.htm deleted file mode 100644 index ae7cea76919..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-002-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 005B LEFT SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>[文</div> - - - - - -<div class="ref">中中<br>[文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-003-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-003-ref.htm deleted file mode 100644 index 1a90033aa4b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-003-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 007B LEFT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>{文</div> - - - - - -<div class="ref">中中<br>{文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-004-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-004-ref.htm deleted file mode 100644 index e9c8b44d163..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-004-ref.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3A TIBETAN MARK GUG RTAGS GYON</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -.test, .ref { width: 115px; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>༺文</div> - - - - - -<div class="ref">中中<br>༺文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-005-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-005-ref.htm deleted file mode 100644 index a5ffb295e52..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-005-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3C TIBETAN MARK ANG KHANG GYON</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>༼文</div> - - - - - -<div class="ref">中中<br>༼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-006-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-006-ref.htm deleted file mode 100644 index a8e37cd295f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-006-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 169B OGHAM FEATHER MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>᚛文</div> - - - - - -<div class="ref">中中<br>᚛文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-007-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-007-ref.htm deleted file mode 100644 index c14036a29b5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-007-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 201A SINGLE LOW-9 QUOTATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>‚文</div> - - - - - -<div class="ref">中中<br>‚文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-008-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-008-ref.htm deleted file mode 100644 index 2bc77a6feec..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-008-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 201E DOUBLE LOW-9 QUOTATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>„文</div> - - - - - -<div class="ref">中中<br>„文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-009-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-009-ref.htm deleted file mode 100644 index e4262228366..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-009-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2045 LEFT SQUARE BRACKET WITH QUILL</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⁅文</div> - - - - - -<div class="ref">中中<br>⁅文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-010-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-010-ref.htm deleted file mode 100644 index 4f123de0eb6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-010-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 207D SUPERSCRIPT LEFT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⁽文</div> - - - - - -<div class="ref">中中<br>⁽文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-011-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-011-ref.htm deleted file mode 100644 index 10cef6af32b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-011-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 208D SUBSCRIPT LEFT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>₍文</div> - - - - - -<div class="ref">中中<br>₍文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-012-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-012-ref.htm deleted file mode 100644 index 9587ffe244f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-012-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2329 LEFT-POINTING ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>〈文</div> - - - - - -<div class="ref">中中<br>〈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-013-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-013-ref.htm deleted file mode 100644 index ea8f4116d89..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-013-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 23B4 TOP SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⎴文</div> - - - - - -<div class="ref">中中<br>⎴文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-014-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-014-ref.htm deleted file mode 100644 index 4bb919af5b3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-014-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2768 MEDIUM LEFT PARENTHESIS ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>❨文</div> - - - - - -<div class="ref">中中<br>❨文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-015-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-015-ref.htm deleted file mode 100644 index 9b6eab8f6d8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-015-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>❪文</div> - - - - - -<div class="ref">中中<br>❪文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-016-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-016-ref.htm deleted file mode 100644 index 8fd2c6be0a7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-016-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>❬文</div> - - - - - -<div class="ref">中中<br>❬文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-017-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-017-ref.htm deleted file mode 100644 index e47667abed7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-017-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>❮文</div> - - - - - -<div class="ref">中中<br>❮文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-018-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-018-ref.htm deleted file mode 100644 index f7ac11e399a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-018-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>❰文</div> - - - - - -<div class="ref">中中<br>❰文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-019-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-019-ref.htm deleted file mode 100644 index 85cc20d3756..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-019-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>❲文</div> - - - - - -<div class="ref">中中<br>❲文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-020-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-020-ref.htm deleted file mode 100644 index 50f28eba78d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-020-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2774 MEDIUM LEFT CURLY BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>❴文</div> - - - - - -<div class="ref">中中<br>❴文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-021-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-021-ref.htm deleted file mode 100644 index e052a9d0c3f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-021-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⟦文</div> - - - - - -<div class="ref">中中<br>⟦文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-022-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-022-ref.htm deleted file mode 100644 index 16d96e61ce0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-022-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E8 MATHEMATICAL LEFT ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⟨文</div> - - - - - -<div class="ref">中中<br>⟨文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-023-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-023-ref.htm deleted file mode 100644 index 8243af5ad80..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-023-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⟪文</div> - - - - - -<div class="ref">中中<br>⟪文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-024-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-024-ref.htm deleted file mode 100644 index 67382e9b65f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-024-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2983 LEFT WHITE CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦃文</div> - - - - - -<div class="ref">中中<br>⦃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-025-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-025-ref.htm deleted file mode 100644 index 8dc15c8c5a7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-025-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2985 LEFT WHITE PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦅文</div> - - - - - -<div class="ref">中中<br>⦅文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-026-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-026-ref.htm deleted file mode 100644 index 003e708c551..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-026-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2987 Z NOTATION LEFT IMAGE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦇文</div> - - - - - -<div class="ref">中中<br>⦇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-027-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-027-ref.htm deleted file mode 100644 index c1144e036af..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-027-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2989 Z NOTATION LEFT BINDING BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦉文</div> - - - - - -<div class="ref">中中<br>⦉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-028-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-028-ref.htm deleted file mode 100644 index 8295a2b5e1d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-028-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298B LEFT SQUARE BRACKET WITH UNDERBAR</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦋文</div> - - - - - -<div class="ref">中中<br>⦋文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-029-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-029-ref.htm deleted file mode 100644 index 4d571eef62d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-029-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦍文</div> - - - - - -<div class="ref">中中<br>⦍文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-030-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-030-ref.htm deleted file mode 100644 index 5decb792726..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-030-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦏文</div> - - - - - -<div class="ref">中中<br>⦏文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-031-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-031-ref.htm deleted file mode 100644 index cd87703a5bf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-031-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2991 LEFT ANGLE BRACKET WITH DOT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦑文</div> - - - - - -<div class="ref">中中<br>⦑文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-032-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-032-ref.htm deleted file mode 100644 index 0b0e80e5126..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-032-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2993 LEFT ARC LESS-THAN BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦓文</div> - - - - - -<div class="ref">中中<br>⦓文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-033-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-033-ref.htm deleted file mode 100644 index 6378ce7d52f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-033-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2995 DOUBLE LEFT ARC GREATER-THAN BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦕文</div> - - - - - -<div class="ref">中中<br>⦕文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-034-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-034-ref.htm deleted file mode 100644 index 2a8ab6ecf3d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-034-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2997 LEFT BLACK TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦗文</div> - - - - - -<div class="ref">中中<br>⦗文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-035-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-035-ref.htm deleted file mode 100644 index 904386e3dd0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-035-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29D8 LEFT WIGGLY FENCE</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⧘文</div> - - - - - -<div class="ref">中中<br>⧘文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-036-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-036-ref.htm deleted file mode 100644 index c750d4cfbc5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-036-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29DA LEFT DOUBLE WIGGLY FENCE</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⧚文</div> - - - - - -<div class="ref">中中<br>⧚文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-037-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-037-ref.htm deleted file mode 100644 index 28f888be361..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-037-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29FC LEFT-POINTING CURVED ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⧼文</div> - - - - - -<div class="ref">中中<br>⧼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-038-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-038-ref.htm deleted file mode 100644 index 770f0320db8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-038-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3008 LEFT ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>〈文</div> - - - - - -<div class="ref">中中<br>〈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-039-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-039-ref.htm deleted file mode 100644 index 01bf91b9238..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-039-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300A LEFT DOUBLE ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>《文</div> - - - - - -<div class="ref">中中<br>《文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-040-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-040-ref.htm deleted file mode 100644 index 79148d0ef54..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-040-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300C LEFT CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>「文</div> - - - - - -<div class="ref">中中<br>「文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-041-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-041-ref.htm deleted file mode 100644 index c65b3c87693..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-041-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300E LEFT WHITE CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>『文</div> - - - - - -<div class="ref">中中<br>『文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-042-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-042-ref.htm deleted file mode 100644 index a91746c4417..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-042-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3010 LEFT BLACK LENTICULAR BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>【文</div> - - - - - -<div class="ref">中中<br>【文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-043-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-043-ref.htm deleted file mode 100644 index ab328a24d98..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-043-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3014 LEFT TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>〔文</div> - - - - - -<div class="ref">中中<br>〔文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-044-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-044-ref.htm deleted file mode 100644 index 19f58a594f8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-044-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3016 LEFT WHITE LENTICULAR BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>〖文</div> - - - - - -<div class="ref">中中<br>〖文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-045-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-045-ref.htm deleted file mode 100644 index ae47ba38708..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-045-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3018 LEFT WHITE TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>〘文</div> - - - - - -<div class="ref">中中<br>〘文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-046-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-046-ref.htm deleted file mode 100644 index d45bb15a31d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-046-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301A LEFT WHITE SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>〚文</div> - - - - - -<div class="ref">中中<br>〚文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-047-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-047-ref.htm deleted file mode 100644 index 8ab380fabbf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-047-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301D REVERSED DOUBLE PRIME QUOTATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>〝文</div> - - - - - -<div class="ref">中中<br>〝文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-048-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-048-ref.htm deleted file mode 100644 index e91c8da766d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-048-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FD3E ORNATE LEFT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>﴾文</div> - - - - - -<div class="ref">中中<br>﴾文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-049-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-049-ref.htm deleted file mode 100644 index a831be65103..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-049-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>︵文</div> - - - - - -<div class="ref">中中<br>︵文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-050-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-050-ref.htm deleted file mode 100644 index 30f8fab7e9c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-050-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>︷文</div> - - - - - -<div class="ref">中中<br>︷文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-051-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-051-ref.htm deleted file mode 100644 index e4d7b6ce349..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-051-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>︹文</div> - - - - - -<div class="ref">中中<br>︹文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-052-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-052-ref.htm deleted file mode 100644 index a36c93a5daa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-052-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>︻文</div> - - - - - -<div class="ref">中中<br>︻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-053-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-053-ref.htm deleted file mode 100644 index e8f7549ed0a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-053-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>︽文</div> - - - - - -<div class="ref">中中<br>︽文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-054-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-054-ref.htm deleted file mode 100644 index ccbbc9952aa..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-054-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>︿文</div> - - - - - -<div class="ref">中中<br>︿文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-055-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-055-ref.htm deleted file mode 100644 index 4882cfa0a13..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-055-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>﹁文</div> - - - - - -<div class="ref">中中<br>﹁文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-056-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-056-ref.htm deleted file mode 100644 index 93ed0e70ad1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-056-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>﹃文</div> - - - - - -<div class="ref">中中<br>﹃文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-057-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-057-ref.htm deleted file mode 100644 index 4087f896c20..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-057-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>﹇文</div> - - - - - -<div class="ref">中中<br>﹇文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-058-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-058-ref.htm deleted file mode 100644 index 926a465a3af..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-058-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE59 SMALL LEFT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>﹙文</div> - - - - - -<div class="ref">中中<br>﹙文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-059-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-059-ref.htm deleted file mode 100644 index 69fe07d1b01..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-059-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5B SMALL LEFT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>﹛文</div> - - - - - -<div class="ref">中中<br>﹛文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-060-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-060-ref.htm deleted file mode 100644 index fa0ca789d5e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-060-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5D SMALL LEFT TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>﹝文</div> - - - - - -<div class="ref">中中<br>﹝文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-061-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-061-ref.htm deleted file mode 100644 index 4658890ca52..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-061-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF08 FULLWIDTH LEFT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>(文</div> - - - - - -<div class="ref">中中<br>(文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-062-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-062-ref.htm deleted file mode 100644 index a9a355f59b5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-062-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF3B FULLWIDTH LEFT SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>[文</div> - - - - - -<div class="ref">中中<br>[文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-063-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-063-ref.htm deleted file mode 100644 index f793f1881ab..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-063-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF5B FULLWIDTH LEFT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>{文</div> - - - - - -<div class="ref">中中<br>{文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-064-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-064-ref.htm deleted file mode 100644 index 5be86963553..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-064-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF5F FULLWIDTH LEFT WHITE PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>⦅文</div> - - - - - -<div class="ref">中中<br>⦅文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-065-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-065-ref.htm deleted file mode 100644 index 98447486b9c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-065-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF62 HALFWIDTH LEFT CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>「文</div> - - - - - -<div class="ref">中中<br>「文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-100-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-100-ref.htm deleted file mode 100644 index 4fa21b8b4f7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-100-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3001 IDEOGRAPHIC COMMA</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中、文</div> - - - - - -<div class="ref">中中<br>中、文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-101-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-101-ref.htm deleted file mode 100644 index f68cedc9083..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-101-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3002 IDEOGRAPHIC FULL STOP</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中。文</div> - - - - - -<div class="ref">中中<br>中。文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-102-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-102-ref.htm deleted file mode 100644 index fce967fe9cd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-102-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE50 SMALL COMMA</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹐文</div> - - - - - -<div class="ref">中中<br>中﹐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-103-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-103-ref.htm deleted file mode 100644 index 3624134b04e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-103-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE52 SMALL FULL STOP</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹒文</div> - - - - - -<div class="ref">中中<br>中﹒文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-104-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-104-ref.htm deleted file mode 100644 index 8e84b184218..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-104-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF0C FULLWIDTH COMMA</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中,文</div> - - - - - -<div class="ref">中中<br>中,文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-105-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-105-ref.htm deleted file mode 100644 index 6c892554ac4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-105-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF0E FULLWIDTH FULL STOP</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中.文</div> - - - - - -<div class="ref">中中<br>中.文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-106-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-106-ref.htm deleted file mode 100644 index e9bfc62a4c8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-106-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF61 HALFWIDTH IDEOGRAPHIC FULL STOP</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中。文</div> - - - - - -<div class="ref">中中<br>中。文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-107-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-107-ref.htm deleted file mode 100644 index 6352f843d2a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-107-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF64 HALFWIDTH IDEOGRAPHIC COMMA</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中、文</div> - - - - - -<div class="ref">中中<br>中、文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-108-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-108-ref.htm deleted file mode 100644 index 9371472ad1b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-108-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0029 RIGHT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中)文</div> - - - - - -<div class="ref">中中<br>中)文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-109-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-109-ref.htm deleted file mode 100644 index 98a807cfa87..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-109-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 005D RIGHT SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中]文</div> - - - - - -<div class="ref">中中<br>中]文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-110-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-110-ref.htm deleted file mode 100644 index 88e782873ea..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-110-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 007D RIGHT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中}文</div> - - - - - -<div class="ref">中中<br>中}文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-111-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-111-ref.htm deleted file mode 100644 index c6249dabbf9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-111-ref.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3B TIBETAN MARK GUG RTAGS GYAS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -.test, .ref { width: 115px; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中༻文</div> - - - - - -<div class="ref">中中<br>中༻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-112-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-112-ref.htm deleted file mode 100644 index 75bedc2b736..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-112-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0F3D TIBETAN MARK ANG KHANG GYAS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中༽文</div> - - - - - -<div class="ref">中中<br>中༽文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-113-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-113-ref.htm deleted file mode 100644 index 60ec95ba619..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-113-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 169C OGHAM REVERSED FEATHER MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中᚜文</div> - - - - - -<div class="ref">中中<br>中᚜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-114-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-114-ref.htm deleted file mode 100644 index 3e96011bf60..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-114-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2046 RIGHT SQUARE BRACKET WITH QUILL</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁆文</div> - - - - - -<div class="ref">中中<br>中⁆文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-115-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-115-ref.htm deleted file mode 100644 index 39db6bc4fa7..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-115-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 207E SUPERSCRIPT RIGHT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⁾文</div> - - - - - -<div class="ref">中中<br>中⁾文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-116-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-116-ref.htm deleted file mode 100644 index 11073fa4758..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-116-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 208E SUBSCRIPT RIGHT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中₎文</div> - - - - - -<div class="ref">中中<br>中₎文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-117-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-117-ref.htm deleted file mode 100644 index 0b0a44de459..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-117-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 232A RIGHT-POINTING ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〉文</div> - - - - - -<div class="ref">中中<br>中〉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-118-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-118-ref.htm deleted file mode 100644 index ff783ee5769..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-118-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 23B5 BOTTOM SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⎵文</div> - - - - - -<div class="ref">中中<br>中⎵文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-119-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-119-ref.htm deleted file mode 100644 index c0e712b1211..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-119-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2769 MEDIUM RIGHT PARENTHESIS ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中❩文</div> - - - - - -<div class="ref">中中<br>中❩文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-120-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-120-ref.htm deleted file mode 100644 index 62cac1d1e41..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-120-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276B MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中❫文</div> - - - - - -<div class="ref">中中<br>中❫文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-121-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-121-ref.htm deleted file mode 100644 index 1511b50612b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-121-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276D MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中❭文</div> - - - - - -<div class="ref">中中<br>中❭文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-122-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-122-ref.htm deleted file mode 100644 index ff6a48dc447..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-122-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 276F HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中❯文</div> - - - - - -<div class="ref">中中<br>中❯文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-123-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-123-ref.htm deleted file mode 100644 index 59fcf4495d5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-123-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2771 HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中❱文</div> - - - - - -<div class="ref">中中<br>中❱文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-124-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-124-ref.htm deleted file mode 100644 index 02c5a55bf5c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-124-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中❳文</div> - - - - - -<div class="ref">中中<br>中❳文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-125-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-125-ref.htm deleted file mode 100644 index 1e12c3213bc..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-125-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2775 MEDIUM RIGHT CURLY BRACKET ORNAMENT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中❵文</div> - - - - - -<div class="ref">中中<br>中❵文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-126-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-126-ref.htm deleted file mode 100644 index c29af3e9c2c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-126-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⟧文</div> - - - - - -<div class="ref">中中<br>中⟧文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-127-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-127-ref.htm deleted file mode 100644 index fed0e0d92d0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-127-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27E9 MATHEMATICAL RIGHT ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⟩文</div> - - - - - -<div class="ref">中中<br>中⟩文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-128-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-128-ref.htm deleted file mode 100644 index 08f6c674a51..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-128-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 27EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⟫文</div> - - - - - -<div class="ref">中中<br>中⟫文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-129-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-129-ref.htm deleted file mode 100644 index 93075801120..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-129-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2984 RIGHT WHITE CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦄文</div> - - - - - -<div class="ref">中中<br>中⦄文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-130-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-130-ref.htm deleted file mode 100644 index 00bcfd9e13b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-130-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2986 RIGHT WHITE PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦆文</div> - - - - - -<div class="ref">中中<br>中⦆文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-131-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-131-ref.htm deleted file mode 100644 index 10ac0ca7e07..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-131-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2988 Z NOTATION RIGHT IMAGE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦈文</div> - - - - - -<div class="ref">中中<br>中⦈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-132-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-132-ref.htm deleted file mode 100644 index 3ffdcec5667..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-132-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298A Z NOTATION RIGHT BINDING BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦊文</div> - - - - - -<div class="ref">中中<br>中⦊文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-133-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-133-ref.htm deleted file mode 100644 index b29b7f5ad70..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-133-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298C RIGHT SQUARE BRACKET WITH UNDERBAR</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦌文</div> - - - - - -<div class="ref">中中<br>中⦌文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-134-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-134-ref.htm deleted file mode 100644 index 9a14e890e39..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-134-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦎文</div> - - - - - -<div class="ref">中中<br>中⦎文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-135-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-135-ref.htm deleted file mode 100644 index d7d7882d446..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-135-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦐文</div> - - - - - -<div class="ref">中中<br>中⦐文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-136-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-136-ref.htm deleted file mode 100644 index db5850f2613..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-136-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2992 RIGHT ANGLE BRACKET WITH DOT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦒文</div> - - - - - -<div class="ref">中中<br>中⦒文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-137-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-137-ref.htm deleted file mode 100644 index a7e6c5e8776..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-137-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2994 RIGHT ARC GREATER-THAN BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦔文</div> - - - - - -<div class="ref">中中<br>中⦔文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-138-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-138-ref.htm deleted file mode 100644 index 36804c1eba4..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-138-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2996 DOUBLE RIGHT ARC LESS-THAN BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦖文</div> - - - - - -<div class="ref">中中<br>中⦖文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-139-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-139-ref.htm deleted file mode 100644 index ef1310b8bc9..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-139-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 2998 RIGHT BLACK TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦘文</div> - - - - - -<div class="ref">中中<br>中⦘文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-140-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-140-ref.htm deleted file mode 100644 index 10f2dad37ad..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-140-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29D9 RIGHT WIGGLY FENCE</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⧙文</div> - - - - - -<div class="ref">中中<br>中⧙文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-141-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-141-ref.htm deleted file mode 100644 index 1523690cb06..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-141-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29DB RIGHT DOUBLE WIGGLY FENCE</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⧛文</div> - - - - - -<div class="ref">中中<br>中⧛文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-142-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-142-ref.htm deleted file mode 100644 index da72e6de273..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-142-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 29FD RIGHT-POINTING CURVED ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⧽文</div> - - - - - -<div class="ref">中中<br>中⧽文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-143-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-143-ref.htm deleted file mode 100644 index 76d1c76df06..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-143-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3009 RIGHT ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〉文</div> - - - - - -<div class="ref">中中<br>中〉文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-144-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-144-ref.htm deleted file mode 100644 index bfd593417b6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-144-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300B RIGHT DOUBLE ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中》文</div> - - - - - -<div class="ref">中中<br>中》文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-145-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-145-ref.htm deleted file mode 100644 index 0fb659105eb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-145-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300D RIGHT CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中」文</div> - - - - - -<div class="ref">中中<br>中」文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-146-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-146-ref.htm deleted file mode 100644 index 28af8fd2ba5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-146-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 300F RIGHT WHITE CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中』文</div> - - - - - -<div class="ref">中中<br>中』文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-147-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-147-ref.htm deleted file mode 100644 index 046bc7255ba..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-147-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3011 RIGHT BLACK LENTICULAR BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中】文</div> - - - - - -<div class="ref">中中<br>中】文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-148-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-148-ref.htm deleted file mode 100644 index 89a7ed70852..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-148-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3015 RIGHT TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〕文</div> - - - - - -<div class="ref">中中<br>中〕文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-149-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-149-ref.htm deleted file mode 100644 index 2a29f14ff56..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-149-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3017 RIGHT WHITE LENTICULAR BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〗文</div> - - - - - -<div class="ref">中中<br>中〗文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-150-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-150-ref.htm deleted file mode 100644 index 72ac2e51a94..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-150-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3019 RIGHT WHITE TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〙文</div> - - - - - -<div class="ref">中中<br>中〙文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-151-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-151-ref.htm deleted file mode 100644 index a29fc220074..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-151-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301B RIGHT WHITE SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〛文</div> - - - - - -<div class="ref">中中<br>中〛文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-152-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-152-ref.htm deleted file mode 100644 index f6706c67e19..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-152-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301E DOUBLE PRIME QUOTATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〞文</div> - - - - - -<div class="ref">中中<br>中〞文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-153-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-153-ref.htm deleted file mode 100644 index 362f17dd215..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-153-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301F LOW DOUBLE PRIME QUOTATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〟文</div> - - - - - -<div class="ref">中中<br>中〟文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-154-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-154-ref.htm deleted file mode 100644 index a33285524b1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-154-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FD3F ORNATE RIGHT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﴿文</div> - - - - - -<div class="ref">中中<br>中﴿文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-155-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-155-ref.htm deleted file mode 100644 index e297af02b00..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-155-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE36 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中︶文</div> - - - - - -<div class="ref">中中<br>中︶文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-156-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-156-ref.htm deleted file mode 100644 index ec9020422a6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-156-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE38 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中︸文</div> - - - - - -<div class="ref">中中<br>中︸文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-157-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-157-ref.htm deleted file mode 100644 index cc876760f47..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-157-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3A PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中︺文</div> - - - - - -<div class="ref">中中<br>中︺文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-158-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-158-ref.htm deleted file mode 100644 index 0becae7c734..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-158-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3C PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中︼文</div> - - - - - -<div class="ref">中中<br>中︼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-159-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-159-ref.htm deleted file mode 100644 index b46353aa68a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-159-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE3E PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中︾文</div> - - - - - -<div class="ref">中中<br>中︾文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-160-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-160-ref.htm deleted file mode 100644 index 63d39a58db0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-160-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹀文</div> - - - - - -<div class="ref">中中<br>中﹀文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-161-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-161-ref.htm deleted file mode 100644 index 343a170c74b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-161-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE42 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹂文</div> - - - - - -<div class="ref">中中<br>中﹂文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-162-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-162-ref.htm deleted file mode 100644 index 707b64e5734..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-162-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE44 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹄文</div> - - - - - -<div class="ref">中中<br>中﹄文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-163-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-163-ref.htm deleted file mode 100644 index 2ecb5664c53..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-163-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE48 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹈文</div> - - - - - -<div class="ref">中中<br>中﹈文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-164-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-164-ref.htm deleted file mode 100644 index 57eb2c8193c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-164-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5A SMALL RIGHT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹚文</div> - - - - - -<div class="ref">中中<br>中﹚文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-165-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-165-ref.htm deleted file mode 100644 index 7596bc76d8f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-165-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5C SMALL RIGHT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹜文</div> - - - - - -<div class="ref">中中<br>中﹜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-166-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-166-ref.htm deleted file mode 100644 index e73ef1540e1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-166-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE5E SMALL RIGHT TORTOISE SHELL BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹞文</div> - - - - - -<div class="ref">中中<br>中﹞文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-167-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-167-ref.htm deleted file mode 100644 index 2bd356f11f5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-167-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF09 FULLWIDTH RIGHT PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中)文</div> - - - - - -<div class="ref">中中<br>中)文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-168-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-168-ref.htm deleted file mode 100644 index 0cc82fd16cb..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-168-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF3D FULLWIDTH RIGHT SQUARE BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中]文</div> - - - - - -<div class="ref">中中<br>中]文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-169-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-169-ref.htm deleted file mode 100644 index 0ee8a341902..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-169-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF5D FULLWIDTH RIGHT CURLY BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中}文</div> - - - - - -<div class="ref">中中<br>中}文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-170-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-170-ref.htm deleted file mode 100644 index bfbaf82b161..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-170-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF60 FULLWIDTH RIGHT WHITE PARENTHESIS</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中⦆文</div> - - - - - -<div class="ref">中中<br>中⦆文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-171-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-171-ref.htm deleted file mode 100644 index e36fa2046e2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-171-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF63 HALFWIDTH RIGHT CORNER BRACKET</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中」文</div> - - - - - -<div class="ref">中中<br>中」文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-200-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-200-ref.htm deleted file mode 100644 index 3549df0fd95..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-200-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0E5A THAI CHARACTER ANGKHANKHU</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中๚文</div> - - - - - -<div class="ref">中中<br>中๚文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-201-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-201-ref.htm deleted file mode 100644 index 778f193b653..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-201-ref.htm +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 0E5B THAI CHARACTER KHOMUT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -.test, .ref { width: 115px; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中๛文</div> - - - - - -<div class="ref">中中<br>中๛文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-202-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-202-ref.htm deleted file mode 100644 index cbdde8efee1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-202-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 17D4 KHMER SIGN KHAN</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中។文</div> - - - - - -<div class="ref">中中<br>中។文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-203-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-203-ref.htm deleted file mode 100644 index e85bad0743a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-203-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 17D6 KHMER SIGN CAMNUC PII KUUH</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中៖文</div> - - - - - -<div class="ref">中中<br>中៖文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-204-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-204-ref.htm deleted file mode 100644 index 276991a1def..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-204-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 17DA KHMER SIGN KOOMUUT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中៚文</div> - - - - - -<div class="ref">中中<br>中៚文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-205-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-205-ref.htm deleted file mode 100644 index 257b2c33c13..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-205-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中‼文</div> - - - - - -<div class="ref">中中<br>中‼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-206-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-206-ref.htm deleted file mode 100644 index 1393d294357..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-206-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中々文</div> - - - - - -<div class="ref">中中<br>中々文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-207-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-207-ref.htm deleted file mode 100644 index b5eb9718cd3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-207-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 301C WAVE DASH</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〜文</div> - - - - - -<div class="ref">中中<br>中〜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-208-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-208-ref.htm deleted file mode 100644 index a27ae2e0292..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-208-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303C MASU MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〼文</div> - - - - - -<div class="ref">中中<br>中〼文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-209-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-209-ref.htm deleted file mode 100644 index b6b592ec8c8..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-209-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中〻文</div> - - - - - -<div class="ref">中中<br>中〻文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-210-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-210-ref.htm deleted file mode 100644 index 6359364b51b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-210-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309B KATAKANA-HIRAGANA VOICED SOUND MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中゛文</div> - - - - - -<div class="ref">中中<br>中゛文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-211-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-211-ref.htm deleted file mode 100644 index e9d75056275..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-211-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309C KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中゜文</div> - - - - - -<div class="ref">中中<br>中゜文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-212-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-212-ref.htm deleted file mode 100644 index 8c67a48fd9c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-212-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中ゝ文</div> - - - - - -<div class="ref">中中<br>中ゝ文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-213-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-213-ref.htm deleted file mode 100644 index a4cc8287972..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-213-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中ゞ文</div> - - - - - -<div class="ref">中中<br>中ゞ文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-214-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-214-ref.htm deleted file mode 100644 index eb1270fdcf1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-214-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中゠文</div> - - - - - -<div class="ref">中中<br>中゠文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-215-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-215-ref.htm deleted file mode 100644 index 48eff55fea5..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-215-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中・文</div> - - - - - -<div class="ref">中中<br>中・文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-216-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-216-ref.htm deleted file mode 100644 index 21034bfa38e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-216-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中ー文</div> - - - - - -<div class="ref">中中<br>中ー文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-217-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-217-ref.htm deleted file mode 100644 index bfbd74b25ff..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-217-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中ヽ文</div> - - - - - -<div class="ref">中中<br>中ヽ文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-218-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-218-ref.htm deleted file mode 100644 index b4fd5b7ea96..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-218-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中ヾ文</div> - - - - - -<div class="ref">中中<br>中ヾ文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-219-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-219-ref.htm deleted file mode 100644 index 24e74d21aa3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-219-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE54 SMALL SEMICOLON</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹔文</div> - - - - - -<div class="ref">中中<br>中﹔文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-220-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-220-ref.htm deleted file mode 100644 index 72e3467c8f2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-220-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FE55 SMALL COLON</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中﹕文</div> - - - - - -<div class="ref">中中<br>中﹕文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-221-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-221-ref.htm deleted file mode 100644 index e5004604802..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-221-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中:文</div> - - - - - -<div class="ref">中中<br>中:文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-222-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-222-ref.htm deleted file mode 100644 index 84a108b491a..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-222-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中;文</div> - - - - - -<div class="ref">中中<br>中;文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-223-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-223-ref.htm deleted file mode 100644 index 6b645ac883e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-223-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中・文</div> - - - - - -<div class="ref">中中<br>中・文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-224-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-224-ref.htm deleted file mode 100644 index f3ba7e0ea1f..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-224-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中ー文</div> - - - - - -<div class="ref">中中<br>中ー文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-225-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-225-ref.htm deleted file mode 100644 index 6ae589867f6..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-225-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF9E HALFWIDTH KATAKANA VOICED SOUND MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中゙文</div> - - - - - -<div class="ref">中中<br>中゙文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-226-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-226-ref.htm deleted file mode 100644 index d1f32aa30ba..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-226-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: FF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">中中<br>中゚文</div> - - - - - -<div class="ref">中中<br>中゚文</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-250-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-250-ref.htm deleted file mode 100644 index a6b08531538..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-250-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かぁな</div> - - - - - -<div class="ref">かか<br>かぁな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-251-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-251-ref.htm deleted file mode 100644 index 01149b316b0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-251-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かぃな</div> - - - - - -<div class="ref">かか<br>かぃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-252-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-252-ref.htm deleted file mode 100644 index 94163451636..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-252-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かぅな</div> - - - - - -<div class="ref">かか<br>かぅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-253-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-253-ref.htm deleted file mode 100644 index 178b238d8f3..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-253-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かぇな</div> - - - - - -<div class="ref">かか<br>かぇな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-254-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-254-ref.htm deleted file mode 100644 index 2bffee59fd1..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-254-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かぉな</div> - - - - - -<div class="ref">かか<br>かぉな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-255-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-255-ref.htm deleted file mode 100644 index 20574099f6b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-255-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かっな</div> - - - - - -<div class="ref">かか<br>かっな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-256-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-256-ref.htm deleted file mode 100644 index 02840fb20ef..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-256-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かゃな</div> - - - - - -<div class="ref">かか<br>かゃな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-257-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-257-ref.htm deleted file mode 100644 index b05baeef55d..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-257-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かゅな</div> - - - - - -<div class="ref">かか<br>かゅな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-258-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-258-ref.htm deleted file mode 100644 index fa981f4106b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-258-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO </title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かょな</div> - - - - - -<div class="ref">かか<br>かょな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-259-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-259-ref.htm deleted file mode 100644 index 007f996940b..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-259-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA </title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> -<p class="instructions">Test passes if the two orange boxes are identical.</p> - - -<div class="ref">かか<br>かゎな</div> - - - - - -<div class="ref">かか<br>かゎな</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-260-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-260-ref.htm deleted file mode 100644 index c350bd8c33c..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-260-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カァナ</div> - - - - - -<div class="ref">カカ<br>カァナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-261-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-261-ref.htm deleted file mode 100644 index f44b4726422..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-261-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カィナ</div> - - - - - -<div class="ref">カカ<br>カィナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-262-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-262-ref.htm deleted file mode 100644 index 562d2455ad0..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-262-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カゥナ</div> - - - - - -<div class="ref">カカ<br>カゥナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-263-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-263-ref.htm deleted file mode 100644 index ecb4fd04c43..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-263-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カェナ</div> - - - - - -<div class="ref">カカ<br>カェナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-264-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-264-ref.htm deleted file mode 100644 index cbbaf2b59f2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-264-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カォナ</div> - - - - - -<div class="ref">カカ<br>カォナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-265-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-265-ref.htm deleted file mode 100644 index 2c2ec1149b2..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-265-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カッナ</div> - - - - - -<div class="ref">カカ<br>カッナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-266-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-266-ref.htm deleted file mode 100644 index a33cec56cdf..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-266-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カャナ</div> - - - - - -<div class="ref">カカ<br>カャナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-267-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-267-ref.htm deleted file mode 100644 index f6b3158781e..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-267-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カュナ</div> - - - - - -<div class="ref">カカ<br>カュナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-268-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-268-ref.htm deleted file mode 100644 index 417ff320bbe..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-268-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カョナ</div> - - - - - -<div class="ref">カカ<br>カョナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-269-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-269-ref.htm deleted file mode 100644 index 7c6107c5cbd..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/css3-text-line-break-opclns-269-ref.htm +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"><head> -<meta charset="utf-8"> -<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA</title> -<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> -<meta content="font" name="flags"> -<style type="text/css"> -@font-face { - font-family: 'mplus-1p-regular'; - src: url('support/mplus-1p-regular.woff') format('woff'); - /* filesize: 803K */ - } -.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } -</style> -</head> -<body> - - - -<div class="ref">カカ<br>カヮナ</div> - - - - - -<div class="ref">カカ<br>カヮナ</div> - - - - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-horizontal-notref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-horizontal-notref.htm index 685ad0005d2..80f3a878338 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-horizontal-notref.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-horizontal-notref.htm @@ -3,7 +3,6 @@ <meta charset="utf-8"> <title>CSS Test Reference</title> <link href="http://google.com/+MasatakaYakura" rel="author" title="Masataka Yakura"> -<link href="reference/full-width-notcu-notref.htm" rel="mismatch"> <style> .tcu-all { text-combine-upright: all; @@ -20,4 +19,5 @@ </div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-notcu-notref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-notcu-notref.htm index 885bc9afc04..887bd21ac2f 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-notcu-notref.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-notcu-notref.htm @@ -3,7 +3,6 @@ <meta charset="utf-8"> <title>CSS Test Reference</title> <link href="http://google.com/+MasatakaYakura" rel="author" title="Masataka Yakura"> -<link href="reference/full-width-horizontal-notref.htm" rel="mismatch"> <style> .test { writing-mode: vertical-rl; @@ -20,4 +19,5 @@ </div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-ref.htm index 832d346c4f5..4fb679bcab8 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-ref.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/full-width-ref.htm @@ -3,8 +3,6 @@ <meta charset="utf-8"> <title>CSS Test Reference</title> <link href="http://google.com/+MasatakaYakura" rel="author" title="Masataka Yakura"> -<link href="reference/full-width-notcu-notref.htm" rel="mismatch"> -<link href="reference/full-width-horizontal-notref.htm" rel="mismatch"> <style> .test { writing-mode: vertical-rl; @@ -25,4 +23,5 @@ </div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/.htaccess b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/.htaccess new file mode 100644 index 00000000000..64cd702399e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/.htaccess @@ -0,0 +1,4 @@ +<Files ~ "^at-charset-00[1-6].css$"> +AddCharset Shift_JIS .css +</Files> + diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/100x100-lime.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/100x100-lime.png Binary files differnew file mode 100644 index 00000000000..1b947700808 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/100x100-lime.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/100x100-red.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/100x100-red.png Binary files differnew file mode 100644 index 00000000000..57bf3ddc521 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/100x100-red.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/200x200-red.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/200x200-red.png Binary files differnew file mode 100644 index 00000000000..f55ed7bbb37 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/200x200-red.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/50x50-green.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/50x50-green.png Binary files differnew file mode 100644 index 00000000000..6c1406b7dfd --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/50x50-green.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/BPG-Ucnobi-U.woff b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/BPG-Ucnobi-U.woff Binary files differdeleted file mode 100644 index 577500e2426..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/BPG-Ucnobi-U.woff +++ /dev/null diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/DejaVuSerif-webfont.woff b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/DejaVuSerif-webfont.woff Binary files differnew file mode 100644 index 00000000000..4583cc675d7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/DejaVuSerif-webfont.woff diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/GentiumPlus-R.woff b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/GentiumPlus-R.woff Binary files differdeleted file mode 100644 index 2d3bf3ed873..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/GentiumPlus-R.woff +++ /dev/null diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/README b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/README new file mode 100644 index 00000000000..69d1737bead --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/README @@ -0,0 +1,29 @@ +CSS Global Support Directory +============================ + +This directory contains common support files (such as images and external +style sheets). These are sync'ed into the support directories of all our +test suites. If you have test-suite-specific support files, please add +them to the appropriate test-suite-specific support/ directory. + +If you add to a support/ directory, please run the tools/supportprop.py +script from the top of the repository to cascade support files into the +lower-level support directories. + +Description of the Common Support File Collection +------------------------------------------------- + +The 1x1-* images are all exactly one pixel. + +The swatch-* images all use 15x15 cells. + +The square-* images all use 15x15 cells with one pixel borders. + +The pattern-* images use cells of various sizes: + + pattern-gg-gr.png 20x20 + pattern-grg-rgr-grg.png 20x20 + pattern-rgr-grg-rgr.png 20x20 + pattern-tr.png 15x15 + pattern-grg-rrg-rgg.png 15x15 + diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/abspos-zero-width-001.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/abspos-zero-width-001.png Binary files differnew file mode 100644 index 00000000000..4049819a170 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/abspos-zero-width-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/CSSHWOrientationTest.otf b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/CSSHWOrientationTest.otf Binary files differnew file mode 100644 index 00000000000..c919d9091d0 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/CSSHWOrientationTest.otf diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/LICENSE b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/LICENSE new file mode 100644 index 00000000000..ac5f0b04320 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/LICENSE @@ -0,0 +1,31 @@ +CSS Half-Width Orientation Test and CSS Full-Width Orientation Test are released under the SIL Open Font License - please read it carefully and do not download the fonts unless you agree to the the terms of the license: +Copyright © 2013 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Names CSS Half-Width Orientation Test and CSS Full-Width Orientation Test +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). +"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/README.md b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/README.md new file mode 100644 index 00000000000..2f757669727 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/adobe-fonts/README.md @@ -0,0 +1,36 @@ +CSS Orientation Test +==== + +Overview +---- +CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files that were used to build these OpenType fonts by using the AFDKO *makeotf* tool. + +Getting Involved +---- +Send suggestions for changes to the CSS Orientation Test project maintainer, lunde@adobe.com, for consideration. + +Building +==== + +Pre-built font binaries +---- +The installable font resources (font binaries) are not part of the source files. They are available on [Open@Adobe](https://sourceforge.net/projects/csso9ntestfonts.adobe/files/). + + +Requirements +---- + +For building binary font files from source, installation of the [Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO) is necessary. The AFDKO tools are widely used for font development today, and are part of most font editor applications. + +Building the fonts +---- + +The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found by executing *makeotf -h*. + +In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font for the full-width version like this, which also includes a post-process for inserting a "stub" 'DSIG' table: + + % makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H + % sfntedit -a DSIG=DSIG.bin CSSFWOrientationTest.otf + % sfntedit -f CSSFWOrientationTest.otf + +That is all. diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bar_with_corner_dot.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bar_with_corner_dot.png Binary files differnew file mode 100644 index 00000000000..fbbc56de162 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bar_with_corner_dot.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-1col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-1col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..7ca197bc06e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-1col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-1col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-1col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..f5c13ab550d --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-1col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-2col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-2col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..4f354e93527 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-2col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-2col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-2col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..6eded69a4a3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-2col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-3col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-3col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..5f4b53c46b7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-3col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-3col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-3col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..4c2f6c8e632 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-3col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-4col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-4col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..052d224df11 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-4col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-4col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-4col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..1826531268a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/bg-red-4col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/black15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/black15x15.png Binary files differnew file mode 100644 index 00000000000..b1bbef2cd55 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/black15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/black96x96.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/black96x96.png Binary files differnew file mode 100644 index 00000000000..4e5a7c7546a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/black96x96.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/block-flow-direction-025-exp-res.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/block-flow-direction-025-exp-res.png Binary files differnew file mode 100644 index 00000000000..851eeea0398 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/block-flow-direction-025-exp-res.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-horiz-line-220x1.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-horiz-line-220x1.png Binary files differnew file mode 100644 index 00000000000..3898d5a2d9e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-horiz-line-220x1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-horiz-line-320x1.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-horiz-line-320x1.png Binary files differnew file mode 100644 index 00000000000..7d9151c848a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-horiz-line-320x1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-orange-rectangle.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-orange-rectangle.png Binary files differnew file mode 100644 index 00000000000..f43f1932916 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-orange-rectangle.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-vert-line-1x220.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-vert-line-1x220.png Binary files differnew file mode 100644 index 00000000000..07b0239fc52 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-vert-line-1x220.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-vert-line-1x320.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-vert-line-1x320.png Binary files differnew file mode 100644 index 00000000000..6049e271506 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-vert-line-1x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-yellow-206w-165h.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-yellow-206w-165h.png Binary files differnew file mode 100644 index 00000000000..47ceb84d3fb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue-yellow-206w-165h.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue15x15.png Binary files differnew file mode 100644 index 00000000000..89de32fdb8a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue1x1.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue1x1.png Binary files differnew file mode 100644 index 00000000000..667b6558892 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue1x1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue20x20.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue20x20.png Binary files differnew file mode 100644 index 00000000000..e0af5553303 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue20x20.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue96x96.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue96x96.png Binary files differnew file mode 100644 index 00000000000..820f8cace21 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/blue96x96.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-002.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-002.png Binary files differnew file mode 100644 index 00000000000..7fc9f14ed6e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-002.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-004.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-004.png Binary files differnew file mode 100644 index 00000000000..2d1355e3bdb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-004.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-006.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-006.png Binary files differnew file mode 100644 index 00000000000..5145c22c485 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/clearance-calculation-vrl-006.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/diamond.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/diamond.png Binary files differnew file mode 100644 index 00000000000..51112efc7ca --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/diamond.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html new file mode 100644 index 00000000000..5af681f14eb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-007 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-lr' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0 . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html new file mode 100644 index 00000000000..d5d94382ea2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-009 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-lr' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 400px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html new file mode 100644 index 00000000000..887565e66d4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-015 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html new file mode 100644 index 00000000000..c38de525145 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-017 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html new file mode 100644 index 00000000000..66be0f4eba9 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-019 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-lr; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html new file mode 100644 index 00000000000..eff5f71a450 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-021 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-lr; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html new file mode 100644 index 00000000000..2da3bf3dd53 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-023 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html new file mode 100644 index 00000000000..572557eb339 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-025 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html new file mode 100644 index 00000000000..8537a945fbc --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-027 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html new file mode 100644 index 00000000000..95047f16a92 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-029 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html new file mode 100644 index 00000000000..4f1aa674eba --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-031 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - overconstrained values with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 40%; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 40% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + +ignore and solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html new file mode 100644 index 00000000000..1f35ff47dd6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-033 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - overconstrained values with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 20%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 20%; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 20% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + +ignore and solve : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html new file mode 100644 index 00000000000..3f4f1c935ca --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-006 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html new file mode 100644 index 00000000000..1c0bb78e74d --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-008 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html new file mode 100644 index 00000000000..c193112b600 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-014 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html new file mode 100644 index 00000000000..204a08ef3df --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-016 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html new file mode 100644 index 00000000000..a71927cf3a8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-018 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-rl; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html new file mode 100644 index 00000000000..e1054bc2a96 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-020 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-rl; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html new file mode 100644 index 00000000000..39f297f1b9c --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-022 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html new file mode 100644 index 00000000000..26e0ec67fd1 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-024 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html new file mode 100644 index 00000000000..a0b80d99e3a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-026 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html new file mode 100644 index 00000000000..62d74144fee --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-028 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html new file mode 100644 index 00000000000..21efbe52bc5 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-030 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - overconstrained values with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 40%; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 40% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + +ignore and solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html new file mode 100644 index 00000000000..748f325d8d7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-032 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - overconstrained values with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 20%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 20%; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 20% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + +ignore and solve : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-002.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-002.html new file mode 100644 index 00000000000..044da84cff8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-002.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-002</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + width: 100px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-004.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-004.html new file mode 100644 index 00000000000..68fca9ad435 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-004.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-004</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + border-right: green solid 20px; + width: 80px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-006.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-006.html new file mode 100644 index 00000000000..38a614d2346 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-006.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-006</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + margin-right: 50px; + padding-right: 50px; + width: 50px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-008.html b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-008.html new file mode 100644 index 00000000000..048ad073944 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/embedded-doc-for-background-size-root-vrl-008.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-008</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + border-left: white solid 20px; + margin-right: 50px; + padding-right: 50px; + width: 50px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green15x15.png Binary files differnew file mode 100644 index 00000000000..51741584a07 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green200x200.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green200x200.png Binary files differnew file mode 100644 index 00000000000..7a47c0e5e7a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green200x200.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green_box.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green_box.png Binary files differnew file mode 100644 index 00000000000..6ed4aa506e9 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/green_box.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-bottom-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-bottom-200x300.png Binary files differnew file mode 100644 index 00000000000..6e30eba507a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-bottom-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-bottom-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-bottom-green-200x300.png Binary files differnew file mode 100644 index 00000000000..30668751dfb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-bottom-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-center-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-center-200x300.png Binary files differnew file mode 100644 index 00000000000..6025c4e85be --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-center-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-center-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-center-green-200x300.png Binary files differnew file mode 100644 index 00000000000..b2645c0fe69 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-center-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-side-filled-square-40x160.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-side-filled-square-40x160.png Binary files differnew file mode 100644 index 00000000000..86fd7e5671d --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-side-filled-square-40x160.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-top-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-top-200x300.png Binary files differnew file mode 100644 index 00000000000..43e739acbc2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/left-top-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-2em-space-wm-vert.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-2em-space-wm-vert.png Binary files differnew file mode 100644 index 00000000000..8a2fa55efdf --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-2em-space-wm-vert.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-2em-space.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-2em-space.png Binary files differnew file mode 100644 index 00000000000..2c381ef4dc8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-2em-space.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-4em-space.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-4em-space.png Binary files differnew file mode 100644 index 00000000000..dc338c0bfe2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/margin-collapse-4em-space.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/opaque-square-40x160.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/opaque-square-40x160.png Binary files differnew file mode 100644 index 00000000000..11636f5f771 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/opaque-square-40x160.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/orange15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/orange15x15.png Binary files differnew file mode 100644 index 00000000000..f0c26367a45 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/orange15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/orange_box.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/orange_box.png Binary files differnew file mode 100644 index 00000000000..793e6c90947 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/orange_box.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p1.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p1.png Binary files differnew file mode 100644 index 00000000000..f5adb11b4b4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p2.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p2.png Binary files differnew file mode 100644 index 00000000000..7ecf84bae34 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p2.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p3.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p3.png Binary files differnew file mode 100644 index 00000000000..d7c58d62243 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p3.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p4.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p4.png Binary files differnew file mode 100644 index 00000000000..04dc0fe2e9e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/page-flow-direction-002p4.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-abs-pos-non-replaced.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-abs-pos-non-replaced.png Binary files differnew file mode 100644 index 00000000000..15fd6065ef6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-abs-pos-non-replaced.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-002.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-002.png Binary files differnew file mode 100644 index 00000000000..a0db6909418 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-002.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-004.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-004.png Binary files differnew file mode 100644 index 00000000000..ec130f10f46 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-004.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-006.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-006.png Binary files differnew file mode 100644 index 00000000000..981741b7e53 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-006.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-008.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-008.png Binary files differnew file mode 100644 index 00000000000..9b2a0610e4e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-008.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-010.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-010.png Binary files differnew file mode 100644 index 00000000000..a2d66146186 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-010.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-012.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-012.png Binary files differnew file mode 100644 index 00000000000..23b1beb9cd4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-012.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-014.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-014.png Binary files differnew file mode 100644 index 00000000000..64e081c72f1 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-014.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-016.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-016.png Binary files differnew file mode 100644 index 00000000000..952e0089b8f --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-016.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-018.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-018.png Binary files differnew file mode 100644 index 00000000000..22f51030c36 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-bg-pos-vrl-018.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-box-offsets-rel-pos.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-box-offsets-rel-pos.png Binary files differnew file mode 100644 index 00000000000..e81c0ae4cf5 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-box-offsets-rel-pos.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-clearance-calculations.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-clearance-calculations.png Binary files differnew file mode 100644 index 00000000000..ec502d3532a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-clearance-calculations.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-float-contiguous.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-float-contiguous.png Binary files differnew file mode 100644 index 00000000000..8d35d98e9c4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-float-contiguous.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-horiz-rule.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-horiz-rule.png Binary files differnew file mode 100644 index 00000000000..f9cc0b1eeff --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pass-cdts-horiz-rule.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..b14c75ea2c0 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..80c7035f1fc --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-rr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-rr-100x100.png Binary files differnew file mode 100644 index 00000000000..a98636ddef3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gg-rr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-gg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-gg-100x100.png Binary files differnew file mode 100644 index 00000000000..fd1f7a7b50a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-gg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..431b99f933a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..63248d4dd1f --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-rr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-rr-100x100.png Binary files differnew file mode 100644 index 00000000000..6fba8358309 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-gr-rr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-gg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-gg-100x100.png Binary files differnew file mode 100644 index 00000000000..47ee743880e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-gg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..6b19ec9a4e7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..e28bdba9dd6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-rr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-rr-100x100.png Binary files differnew file mode 100644 index 00000000000..797e289e059 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rg-rr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rr-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rr-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..97aac24065c --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rr-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rr-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rr-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..177743874e2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/pattern-rr-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/red15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/red15x15.png Binary files differnew file mode 100644 index 00000000000..39005d7e6bd --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/red15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/red_box.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/red_box.png Binary files differnew file mode 100644 index 00000000000..57bf3ddc521 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/red_box.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-bottom-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-bottom-200x300.png Binary files differnew file mode 100644 index 00000000000..38904b25087 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-bottom-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-bottom-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-bottom-green-200x300.png Binary files differnew file mode 100644 index 00000000000..a3c6bb63b64 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-bottom-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-center-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-center-200x300.png Binary files differnew file mode 100644 index 00000000000..b9987017a06 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-center-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-center-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-center-green-200x300.png Binary files differnew file mode 100644 index 00000000000..8f54bf5a894 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-center-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-side-filled-square-40x160.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-side-filled-square-40x160.png Binary files differnew file mode 100644 index 00000000000..f76b2083118 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-side-filled-square-40x160.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-top-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-top-200x300.png Binary files differnew file mode 100644 index 00000000000..59467ec3f18 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-top-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-top-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-top-green-200x300.png Binary files differnew file mode 100644 index 00000000000..313c37f4dfb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/right-top-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ring.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ring.png Binary files differnew file mode 100644 index 00000000000..061bb94eba8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ring.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ruler-h-200px-400px.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ruler-h-200px-400px.png Binary files differnew file mode 100644 index 00000000000..a6461c3d3f7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ruler-h-200px-400px.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ruler-v-100px-200px.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ruler-v-100px-200px.png Binary files differnew file mode 100644 index 00000000000..3eef21447a9 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/ruler-v-100px-200px.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/sileot-webfont.woff b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/sileot-webfont.woff Binary files differnew file mode 100644 index 00000000000..81547578d36 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/sileot-webfont.woff diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/square-outline-32x32.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/square-outline-32x32.png Binary files differnew file mode 100644 index 00000000000..917163f409c --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/square-outline-32x32.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/support/README b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/support/README deleted file mode 100644 index ea8cb9ef357..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/support/README +++ /dev/null @@ -1,4 +0,0 @@ -The swatch-green.png file in this directory is really a RED swatch, -and the swatch-red.png file is really a green swatch. - -This directory is used to test relative URIs.
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-aqua.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-aqua.png Binary files differnew file mode 100644 index 00000000000..dd47e286650 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-aqua.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-fuchsia.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-fuchsia.png Binary files differnew file mode 100644 index 00000000000..3f8f8b4ea37 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-fuchsia.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-olive.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-olive.png Binary files differnew file mode 100644 index 00000000000..8fff8179ef3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-olive.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-teal.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-teal.png Binary files differnew file mode 100644 index 00000000000..0293ce89dea --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/swatch-teal.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/tcu-font.woff b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/tcu-font.woff Binary files differnew file mode 100644 index 00000000000..c880aaab5cf --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/tcu-font.woff diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-mixed-001.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-mixed-001.png Binary files differnew file mode 100644 index 00000000000..2bd5927f901 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-mixed-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-sideways-left-001.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-sideways-left-001.png Binary files differnew file mode 100644 index 00000000000..51921a7e91a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-sideways-left-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-sideways-right-001.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-sideways-right-001.png Binary files differnew file mode 100644 index 00000000000..f4bfd48549f --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-sideways-right-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-upright-001.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-upright-001.png Binary files differnew file mode 100644 index 00000000000..d7df4098ed2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation-upright-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation.js b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation.js new file mode 100644 index 00000000000..a2b5ad6d617 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/text-orientation.js @@ -0,0 +1,219 @@ +(function () { + function OrientationTester(container, orientation) { + this.container = container; + this.setOrientation(orientation); + } + extend(OrientationTester.prototype, { + setOrientation: function (orientation) { + this.orientation = orientation; + }, + measure: function (results) { + this.results = results; + this._measureNode(this.container); + }, + _measureNode: function (node, block) { + switch (node.nodeType) { + case Node.ELEMENT_NODE: + var blockOverride = node.dataset.block; + if (blockOverride) + block = blockOverride; + var nodes = node.childNodes; + for (var i = 0; i < nodes.length; i++) + this._measureNode(nodes[i], block); + return; + case Node.TEXT_NODE: + break; + default: + return; + } + + if (this.orientation == "R") { + var advanceExpected = 8; + var advanceFailed = 4; + } else { + advanceExpected = 4; + advanceFailed = 8; + } + + var range = document.createRange(); + var text = node.textContent; + for (var ich = 0; ich < text.length; ich++) { + var code = text.charCodeAt(ich); + if (code == 10 || code == 13) + continue; + range.setStart(node, ich); + if (code >= 0xD800 && code <= 0xDBFF) { + var next = text.charCodeAt(ich+1); + if (next >= 0xDC00 && next <= 0xDFFF) { + ich++; + code = ((code & 0x3FF) << 10) + (next & 0x3FF) + 0x10000; + } + } + range.setEnd(node, ich + 1); + rect = range.getBoundingClientRect(); + if (rect.width == 16) { + if (rect.height == advanceExpected) { + this.results.passCount++; + continue; + } + //log("U+" + stringFromUnicode(code) + " " + rect.width + "x" + rect.height); + if (rect.height == advanceFailed) { + this.results.failed(this, code, block); + continue; + } + } + this.results.inconclusive(this, code, block, rect); + } + }}); + + function Results(name) { + var block = document.createElement("details"); + this.summary = appendChildElement(block, "summary"); + this.summary.textContent = name; + var typeList = appendChildElement(block, "ul"); + this.failList = appendChildElement(appendChildElement(typeList, "li", "Failures"), "ol"); + this.inconclusiveList = appendChildElement(appendChildElement(typeList, "li", "Inconclusives"), "ol"); + details.appendChild(block); + this.passCount = 0; + this.failCount = 0; + this.inconclusiveCount = 0; + } + extend(Results.prototype, { + failed: function (test, code, block) { + this.failCount++; + this.append(this.failList, test, code, block); + }, + inconclusive: function (test, code, block, rect) { + this.inconclusiveCount++; + this.append(this.inconclusiveList, test, code, block, " but inconclusive (rendered as " + rect.width + "x" + rect.height + ")"); + }, + append: function (list, test, code, block, message) { + var text = stringFromUnicode(code) + " should be " + test.orientation; + if (block) + text = block + ": " + text; + if (message) + text += message; + appendChildElement(list, "li", text); + }, + done: function (test) { + this.summary.textContent += " (" + this.passCount + " passes, " + + this.failCount + " fails, " + + this.inconclusiveCount + " inconclusives)"; + assert_equals(this.failCount, 0, "Fail count"); + assert_greater_than(this.passCount, 0, "Pass count"); + test.done(); + }}); + + function Runner() { + var nodes = document.querySelectorAll("div[data-vo]"); + this.testers = []; + for (var i = 0; i < nodes.length; i++) { + var node = nodes[i]; + var vo = node.dataset.vo; + var tester = new OrientationTester(node, vo); + tester.test = async_test("Default orientation for vo=" + vo); + this.testers.push(tester); + } + this.testU = async_test("Orientation=Upright"); + this.testR = async_test("Orientation=Rotated"); + } + extend(Runner.prototype, { + run: function () { + log("Started"); + var start = new Date; + + for (var i = 0; i < this.testers.length; i++) { + var tester = this.testers[i]; + var test = tester.test; + test.step(function () { + var results = new Results(test.name); + tester.measure(results); + results.done(test); + }); + } + this.runOrientation(this.testU, "U"); + this.runOrientation(this.testR, "R"); + + log("Elapsed " + (new Date() - start)); + done(); + }, + runOrientation: function (test, orientation) { + container.classList.add(orientation); + var results = new Results(test.name); + var me = this; + test.step(function () { + for (var i = 0; i < me.testers.length; i++) { + var tester = me.testers[i]; + tester.setOrientation(orientation); + tester.measure(results); + } + results.done(test); + }) + container.classList.remove(orientation); + }}); + + setup({explicit_done:true, explicit_timeout:true}); + var runner = new Runner(); + window.onload = function () { + if (window.location.search == "?wait") { + log("Sleeping 5 secs for debug purpose"); + return setTimeout(run, 5000); + } + run(); + } + + function run() { + onFontReady("16px orientation", function () { runner.run(); }); + } + + function onFontReady(font, func) { + log("Waiting test fonts to load"); + if (document.fonts) { + if ('load' in document.fonts) + return document.fonts.load(font).then(func); + if ('ready' in document.fonts) + return document.fonts.ready.then(func); + } + document.offsetTop; // last resort to load @font-face + func(); + } + + function arrayFromRangesByValue(dict) { + var array = []; + for (var value in dict) { + var ranges = dict[value]; + for (var i = 0; i < ranges.length; i += 2) { + var to = ranges[i+1]; + for (var code = ranges[i]; code <= to; code++) + array[code] = value; + } + } + return array; + }; + + function stringFromUnicode(code) { + var hex = code.toString(16).toUpperCase(); + if (hex.length < 4) { + hex = "0000" + hex; + hex = hex.substr(hex.length - 4); + } + return hex + ' "' + String.fromCharCode(code) + '"'; + } + + function appendChildElement(parent, tag, text) { + var node = document.createElement(tag); + if (text) + node.textContent = text; + parent.appendChild(node); + return node; + } + + function extend(target, dict) { + for (var key in dict) + target[key] = dict[key]; + } + + function log(text) { + console.log(text); + } +})(); diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/transparent_green.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/transparent_green.png Binary files differnew file mode 100644 index 00000000000..d5f50d3256a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/transparent_green.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/vertical-form.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/vertical-form.png Binary files differnew file mode 100644 index 00000000000..53a3af92cd6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/vertical-form.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-59x59.png Binary files differnew file mode 100644 index 00000000000..50816d38f6b --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-horiz-redline-bottom-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-horiz-redline-bottom-59x59.png Binary files differnew file mode 100644 index 00000000000..d6139238de3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-horiz-redline-bottom-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-center-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-center-59x59.png Binary files differnew file mode 100644 index 00000000000..c352b109548 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-center-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-left-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-left-59x59.png Binary files differnew file mode 100644 index 00000000000..8baf6f60404 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-left-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-right-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-right-59x59.png Binary files differnew file mode 100644 index 00000000000..7e881312b35 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/support/yellow-square-vert-redline-right-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-ref.htm new file mode 100644 index 00000000000..e35254130aa --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-ref.htm @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html><head> + <meta charset="utf-8"> + <title>CSS Reftest Reference</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <style type="text/css"> +div.left { text-align: left; } +div.right { text-align: right; } + </style> + </head> + <body> + <div>Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right</div> + <div class="left">Left</div> + <div class="left">Left</div> + <div class="right">Right</div> + <div class="right">Right</div> + <div class="right">Right</div> + <div class="right">Right</div> + <div class="left">Left</div> + <div class="left">Left</div> + <div class="left">Left</div> + <div class="left">Left</div> + <div class="left">Left</div> + <div class="left">Left</div> + <div class="right">Right</div> + <div class="right">Right</div> + <div class="right">Right</div> + <div class="right">Right</div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-root-ltr-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-root-ltr-ref.htm new file mode 100644 index 00000000000..957c9c7fc59 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-root-ltr-ref.htm @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html dir="ltr"><head> + <meta charset="utf-8"> + <title>CSS Reftest Reference</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <style type="text/css"> +html { text-align: start; } + </style> + </head> + <body> + <p>This line should be aligned left</p> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-root-rtl-ref.htm b/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-root-rtl-ref.htm new file mode 100644 index 00000000000..171f7c41127 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/reference/text-align-match-parent-root-rtl-ref.htm @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html dir="rtl"><head> + <meta charset="utf-8"> + <title>CSS Reftest Reference</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <style type="text/css"> +html { text-align: start; } + </style> + </head> + <body> + <p>This line should be aligned right</p> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reftest-toc.htm b/tests/wpt/css-tests/css-text-3_dev/html/reftest-toc.htm index b829e395781..325bdd75533 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/reftest-toc.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/reftest-toc.htm @@ -24,3902 +24,6 @@ <th>Flags</th> </tr> </thead> - <tbody id="css3-text-line-break-jazh-001" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (strict,ja)"> - <a href="css3-text-line-break-jazh-001.htm">css3-text-line-break-jazh-001</a></td> - <td><a href="reference/css3-text-line-break-jazh-001-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-002" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (strict,ja)"> - <a href="css3-text-line-break-jazh-002.htm">css3-text-line-break-jazh-002</a></td> - <td><a href="reference/css3-text-line-break-jazh-002-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-003" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (strict,ja)"> - <a href="css3-text-line-break-jazh-003.htm">css3-text-line-break-jazh-003</a></td> - <td><a href="reference/css3-text-line-break-jazh-003-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-004" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (strict,ja)"> - <a href="css3-text-line-break-jazh-004.htm">css3-text-line-break-jazh-004</a></td> - <td><a href="reference/css3-text-line-break-jazh-004-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-005" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (strict,ja)"> - <a href="css3-text-line-break-jazh-005.htm">css3-text-line-break-jazh-005</a></td> - <td><a href="reference/css3-text-line-break-jazh-005-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-006" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (strict,ja)"> - <a href="css3-text-line-break-jazh-006.htm">css3-text-line-break-jazh-006</a></td> - <td><a href="reference/css3-text-line-break-jazh-006-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-007" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (strict,ja)"> - <a href="css3-text-line-break-jazh-007.htm">css3-text-line-break-jazh-007</a></td> - <td><a href="reference/css3-text-line-break-jazh-007-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-008" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (strict,ja)"> - <a href="css3-text-line-break-jazh-008.htm">css3-text-line-break-jazh-008</a></td> - <td><a href="reference/css3-text-line-break-jazh-008-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-009" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (strict,ja)"> - <a href="css3-text-line-break-jazh-009.htm">css3-text-line-break-jazh-009</a></td> - <td><a href="reference/css3-text-line-break-jazh-009-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-010" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (strict,ja)"> - <a href="css3-text-line-break-jazh-010.htm">css3-text-line-break-jazh-010</a></td> - <td><a href="reference/css3-text-line-break-jazh-010-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-011" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (strict,ja)"> - <a href="css3-text-line-break-jazh-011.htm">css3-text-line-break-jazh-011</a></td> - <td><a href="reference/css3-text-line-break-jazh-011-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-012" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (strict,ja)"> - <a href="css3-text-line-break-jazh-012.htm">css3-text-line-break-jazh-012</a></td> - <td><a href="reference/css3-text-line-break-jazh-012-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-013" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (strict,ja)"> - <a href="css3-text-line-break-jazh-013.htm">css3-text-line-break-jazh-013</a></td> - <td><a href="reference/css3-text-line-break-jazh-013-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-014" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (strict,ja)"> - <a href="css3-text-line-break-jazh-014.htm">css3-text-line-break-jazh-014</a></td> - <td><a href="reference/css3-text-line-break-jazh-014-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-015" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (strict,ja)"> - <a href="css3-text-line-break-jazh-015.htm">css3-text-line-break-jazh-015</a></td> - <td><a href="reference/css3-text-line-break-jazh-015-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-016" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (strict,ja)"> - <a href="css3-text-line-break-jazh-016.htm">css3-text-line-break-jazh-016</a></td> - <td><a href="reference/css3-text-line-break-jazh-016-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-017" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (strict,ja)"> - <a href="css3-text-line-break-jazh-017.htm">css3-text-line-break-jazh-017</a></td> - <td><a href="reference/css3-text-line-break-jazh-017-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-018" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (strict,ja)"> - <a href="css3-text-line-break-jazh-018.htm">css3-text-line-break-jazh-018</a></td> - <td><a href="reference/css3-text-line-break-jazh-018-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-019" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (strict,ja)"> - <a href="css3-text-line-break-jazh-019.htm">css3-text-line-break-jazh-019</a></td> - <td><a href="reference/css3-text-line-break-jazh-019-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-020" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (strict,ja)"> - <a href="css3-text-line-break-jazh-020.htm">css3-text-line-break-jazh-020</a></td> - <td><a href="reference/css3-text-line-break-jazh-020-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-021" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (strict,ja)"> - <a href="css3-text-line-break-jazh-021.htm">css3-text-line-break-jazh-021</a></td> - <td><a href="reference/css3-text-line-break-jazh-021-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-022" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (strict,ja)"> - <a href="css3-text-line-break-jazh-022.htm">css3-text-line-break-jazh-022</a></td> - <td><a href="reference/css3-text-line-break-jazh-022-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-023" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (strict,ja)"> - <a href="css3-text-line-break-jazh-023.htm">css3-text-line-break-jazh-023</a></td> - <td><a href="reference/css3-text-line-break-jazh-023-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-024" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (strict,ja)"> - <a href="css3-text-line-break-jazh-024.htm">css3-text-line-break-jazh-024</a></td> - <td><a href="reference/css3-text-line-break-jazh-024-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-025" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-025.htm">css3-text-line-break-jazh-025</a></td> - <td><a href="reference/css3-text-line-break-jazh-025-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-026" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2010 HYPHEN (strict,ja)"> - <a href="css3-text-line-break-jazh-026.htm">css3-text-line-break-jazh-026</a></td> - <td><a href="reference/css3-text-line-break-jazh-026-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-027" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2013 EN DASH (strict,ja)"> - <a href="css3-text-line-break-jazh-027.htm">css3-text-line-break-jazh-027</a></td> - <td><a href="reference/css3-text-line-break-jazh-027-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-028" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301C WAVE DASH (strict,ja)"> - <a href="css3-text-line-break-jazh-028.htm">css3-text-line-break-jazh-028</a></td> - <td><a href="reference/css3-text-line-break-jazh-028-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-029" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (strict,ja)"> - <a href="css3-text-line-break-jazh-029.htm">css3-text-line-break-jazh-029</a></td> - <td><a href="reference/css3-text-line-break-jazh-029-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-030" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-030.htm">css3-text-line-break-jazh-030</a></td> - <td><a href="reference/css3-text-line-break-jazh-030-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-031" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-031.htm">css3-text-line-break-jazh-031</a></td> - <td><a href="reference/css3-text-line-break-jazh-031-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-032" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-032.htm">css3-text-line-break-jazh-032</a></td> - <td><a href="reference/css3-text-line-break-jazh-032-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-033" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-033.htm">css3-text-line-break-jazh-033</a></td> - <td><a href="reference/css3-text-line-break-jazh-033-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-034" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-034.htm">css3-text-line-break-jazh-034</a></td> - <td><a href="reference/css3-text-line-break-jazh-034-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-035" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-035.htm">css3-text-line-break-jazh-035</a></td> - <td><a href="reference/css3-text-line-break-jazh-035-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-036" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003A COLON (strict,ja)"> - <a href="css3-text-line-break-jazh-036.htm">css3-text-line-break-jazh-036</a></td> - <td><a href="reference/css3-text-line-break-jazh-036-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-037" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003B SEMICOLON (strict,ja)"> - <a href="css3-text-line-break-jazh-037.htm">css3-text-line-break-jazh-037</a></td> - <td><a href="reference/css3-text-line-break-jazh-037-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-038" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (strict,ja)"> - <a href="css3-text-line-break-jazh-038.htm">css3-text-line-break-jazh-038</a></td> - <td><a href="reference/css3-text-line-break-jazh-038-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-039" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,ja)"> - <a href="css3-text-line-break-jazh-039.htm">css3-text-line-break-jazh-039</a></td> - <td><a href="reference/css3-text-line-break-jazh-039-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-040" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,ja)"> - <a href="css3-text-line-break-jazh-040.htm">css3-text-line-break-jazh-040</a></td> - <td><a href="reference/css3-text-line-break-jazh-040-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-041" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (strict,ja)"> - <a href="css3-text-line-break-jazh-041.htm">css3-text-line-break-jazh-041</a></td> - <td><a href="reference/css3-text-line-break-jazh-041-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-042" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-042.htm">css3-text-line-break-jazh-042</a></td> - <td><a href="reference/css3-text-line-break-jazh-042-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-043" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003F QUESTION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-043.htm">css3-text-line-break-jazh-043</a></td> - <td><a href="reference/css3-text-line-break-jazh-043-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-044" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-044.htm">css3-text-line-break-jazh-044</a></td> - <td><a href="reference/css3-text-line-break-jazh-044-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-045" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-045.htm">css3-text-line-break-jazh-045</a></td> - <td><a href="reference/css3-text-line-break-jazh-045-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-046" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-046.htm">css3-text-line-break-jazh-046</a></td> - <td><a href="reference/css3-text-line-break-jazh-046-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-047" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-047.htm">css3-text-line-break-jazh-047</a></td> - <td><a href="reference/css3-text-line-break-jazh-047-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-048" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-048.htm">css3-text-line-break-jazh-048</a></td> - <td><a href="reference/css3-text-line-break-jazh-048-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-049" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-049.htm">css3-text-line-break-jazh-049</a></td> - <td><a href="reference/css3-text-line-break-jazh-049-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-050" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,ja)"> - <a href="css3-text-line-break-jazh-050.htm">css3-text-line-break-jazh-050</a></td> - <td><a href="reference/css3-text-line-break-jazh-050-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-051" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,ja)"> - <a href="css3-text-line-break-jazh-051.htm">css3-text-line-break-jazh-051</a></td> - <td><a href="reference/css3-text-line-break-jazh-051-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-052" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,ja)"> - <a href="css3-text-line-break-jazh-052.htm">css3-text-line-break-jazh-052</a></td> - <td><a href="reference/css3-text-line-break-jazh-052-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-054" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,ja)"> - <a href="css3-text-line-break-jazh-054.htm">css3-text-line-break-jazh-054</a></td> - <td><a href="reference/css3-text-line-break-jazh-054-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-055" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2032 PRIME (strict,ja)"> - <a href="css3-text-line-break-jazh-055.htm">css3-text-line-break-jazh-055</a></td> - <td><a href="reference/css3-text-line-break-jazh-055-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-056" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,ja)"> - <a href="css3-text-line-break-jazh-056.htm">css3-text-line-break-jazh-056</a></td> - <td><a href="reference/css3-text-line-break-jazh-056-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-057" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,ja)"> - <a href="css3-text-line-break-jazh-057.htm">css3-text-line-break-jazh-057</a></td> - <td><a href="reference/css3-text-line-break-jazh-057-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-058" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,ja)"> - <a href="css3-text-line-break-jazh-058.htm">css3-text-line-break-jazh-058</a></td> - <td><a href="reference/css3-text-line-break-jazh-058-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-059" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,ja)"> - <a href="css3-text-line-break-jazh-059.htm">css3-text-line-break-jazh-059</a></td> - <td><a href="reference/css3-text-line-break-jazh-059-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-060" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)"> - <a href="css3-text-line-break-jazh-060.htm">css3-text-line-break-jazh-060</a></td> - <td><a href="reference/css3-text-line-break-jazh-060-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-101" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (loose,ja)"> - <a href="css3-text-line-break-jazh-101.htm">css3-text-line-break-jazh-101</a></td> - <td><a href="reference/css3-text-line-break-jazh-101-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-102" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (loose,ja)"> - <a href="css3-text-line-break-jazh-102.htm">css3-text-line-break-jazh-102</a></td> - <td><a href="reference/css3-text-line-break-jazh-102-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-103" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (loose,ja)"> - <a href="css3-text-line-break-jazh-103.htm">css3-text-line-break-jazh-103</a></td> - <td><a href="reference/css3-text-line-break-jazh-103-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-104" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (loose,ja)"> - <a href="css3-text-line-break-jazh-104.htm">css3-text-line-break-jazh-104</a></td> - <td><a href="reference/css3-text-line-break-jazh-104-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-105" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (loose,ja)"> - <a href="css3-text-line-break-jazh-105.htm">css3-text-line-break-jazh-105</a></td> - <td><a href="reference/css3-text-line-break-jazh-105-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-106" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (loose,ja)"> - <a href="css3-text-line-break-jazh-106.htm">css3-text-line-break-jazh-106</a></td> - <td><a href="reference/css3-text-line-break-jazh-106-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-107" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (loose,ja)"> - <a href="css3-text-line-break-jazh-107.htm">css3-text-line-break-jazh-107</a></td> - <td><a href="reference/css3-text-line-break-jazh-107-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-108" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (loose,ja)"> - <a href="css3-text-line-break-jazh-108.htm">css3-text-line-break-jazh-108</a></td> - <td><a href="reference/css3-text-line-break-jazh-108-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-109" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (loose,ja)"> - <a href="css3-text-line-break-jazh-109.htm">css3-text-line-break-jazh-109</a></td> - <td><a href="reference/css3-text-line-break-jazh-109-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-110" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (loose,ja)"> - <a href="css3-text-line-break-jazh-110.htm">css3-text-line-break-jazh-110</a></td> - <td><a href="reference/css3-text-line-break-jazh-110-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-111" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (loose,ja)"> - <a href="css3-text-line-break-jazh-111.htm">css3-text-line-break-jazh-111</a></td> - <td><a href="reference/css3-text-line-break-jazh-111-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-112" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (loose,ja)"> - <a href="css3-text-line-break-jazh-112.htm">css3-text-line-break-jazh-112</a></td> - <td><a href="reference/css3-text-line-break-jazh-112-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-113" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (loose,ja)"> - <a href="css3-text-line-break-jazh-113.htm">css3-text-line-break-jazh-113</a></td> - <td><a href="reference/css3-text-line-break-jazh-113-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-114" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (loose,ja)"> - <a href="css3-text-line-break-jazh-114.htm">css3-text-line-break-jazh-114</a></td> - <td><a href="reference/css3-text-line-break-jazh-114-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-115" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (loose,ja)"> - <a href="css3-text-line-break-jazh-115.htm">css3-text-line-break-jazh-115</a></td> - <td><a href="reference/css3-text-line-break-jazh-115-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-116" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (loose,ja)"> - <a href="css3-text-line-break-jazh-116.htm">css3-text-line-break-jazh-116</a></td> - <td><a href="reference/css3-text-line-break-jazh-116-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-117" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (loose,ja)"> - <a href="css3-text-line-break-jazh-117.htm">css3-text-line-break-jazh-117</a></td> - <td><a href="reference/css3-text-line-break-jazh-117-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-118" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (loose,ja)"> - <a href="css3-text-line-break-jazh-118.htm">css3-text-line-break-jazh-118</a></td> - <td><a href="reference/css3-text-line-break-jazh-118-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-119" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (loose,ja)"> - <a href="css3-text-line-break-jazh-119.htm">css3-text-line-break-jazh-119</a></td> - <td><a href="reference/css3-text-line-break-jazh-119-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-120" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (loose,ja)"> - <a href="css3-text-line-break-jazh-120.htm">css3-text-line-break-jazh-120</a></td> - <td><a href="reference/css3-text-line-break-jazh-120-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-121" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (loose,ja)"> - <a href="css3-text-line-break-jazh-121.htm">css3-text-line-break-jazh-121</a></td> - <td><a href="reference/css3-text-line-break-jazh-121-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-122" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (loose,ja)"> - <a href="css3-text-line-break-jazh-122.htm">css3-text-line-break-jazh-122</a></td> - <td><a href="reference/css3-text-line-break-jazh-122-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-123" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (loose,ja)"> - <a href="css3-text-line-break-jazh-123.htm">css3-text-line-break-jazh-123</a></td> - <td><a href="reference/css3-text-line-break-jazh-123-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-124" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (loose,ja)"> - <a href="css3-text-line-break-jazh-124.htm">css3-text-line-break-jazh-124</a></td> - <td><a href="reference/css3-text-line-break-jazh-124-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-125" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-125.htm">css3-text-line-break-jazh-125</a></td> - <td><a href="reference/css3-text-line-break-jazh-125-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-126" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2010 HYPHEN (loose,ja)"> - <a href="css3-text-line-break-jazh-126.htm">css3-text-line-break-jazh-126</a></td> - <td><a href="reference/css3-text-line-break-jazh-126-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-127" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2013 EN DASH (loose,ja)"> - <a href="css3-text-line-break-jazh-127.htm">css3-text-line-break-jazh-127</a></td> - <td><a href="reference/css3-text-line-break-jazh-127-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-128" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301C WAVE DASH (loose,ja)"> - <a href="css3-text-line-break-jazh-128.htm">css3-text-line-break-jazh-128</a></td> - <td><a href="reference/css3-text-line-break-jazh-128-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-129" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (loose,ja)"> - <a href="css3-text-line-break-jazh-129.htm">css3-text-line-break-jazh-129</a></td> - <td><a href="reference/css3-text-line-break-jazh-129-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-130" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-130.htm">css3-text-line-break-jazh-130</a></td> - <td><a href="reference/css3-text-line-break-jazh-130-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-131" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-131.htm">css3-text-line-break-jazh-131</a></td> - <td><a href="reference/css3-text-line-break-jazh-131-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-132" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-132.htm">css3-text-line-break-jazh-132</a></td> - <td><a href="reference/css3-text-line-break-jazh-132-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-133" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-133.htm">css3-text-line-break-jazh-133</a></td> - <td><a href="reference/css3-text-line-break-jazh-133-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-134" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-134.htm">css3-text-line-break-jazh-134</a></td> - <td><a href="reference/css3-text-line-break-jazh-134-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-135" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-135.htm">css3-text-line-break-jazh-135</a></td> - <td><a href="reference/css3-text-line-break-jazh-135-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-136" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003A COLON (loose,ja)"> - <a href="css3-text-line-break-jazh-136.htm">css3-text-line-break-jazh-136</a></td> - <td><a href="reference/css3-text-line-break-jazh-136-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-137" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003B SEMICOLON (loose,ja)"> - <a href="css3-text-line-break-jazh-137.htm">css3-text-line-break-jazh-137</a></td> - <td><a href="reference/css3-text-line-break-jazh-137-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-138" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (loose,ja)"> - <a href="css3-text-line-break-jazh-138.htm">css3-text-line-break-jazh-138</a></td> - <td><a href="reference/css3-text-line-break-jazh-138-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-139" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,ja)"> - <a href="css3-text-line-break-jazh-139.htm">css3-text-line-break-jazh-139</a></td> - <td><a href="reference/css3-text-line-break-jazh-139-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-140" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,ja)"> - <a href="css3-text-line-break-jazh-140.htm">css3-text-line-break-jazh-140</a></td> - <td><a href="reference/css3-text-line-break-jazh-140-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-141" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (loose,ja)"> - <a href="css3-text-line-break-jazh-141.htm">css3-text-line-break-jazh-141</a></td> - <td><a href="reference/css3-text-line-break-jazh-141-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-142" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-142.htm">css3-text-line-break-jazh-142</a></td> - <td><a href="reference/css3-text-line-break-jazh-142-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-143" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003F QUESTION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-143.htm">css3-text-line-break-jazh-143</a></td> - <td><a href="reference/css3-text-line-break-jazh-143-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-144" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-144.htm">css3-text-line-break-jazh-144</a></td> - <td><a href="reference/css3-text-line-break-jazh-144-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-145" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-145.htm">css3-text-line-break-jazh-145</a></td> - <td><a href="reference/css3-text-line-break-jazh-145-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-146" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-146.htm">css3-text-line-break-jazh-146</a></td> - <td><a href="reference/css3-text-line-break-jazh-146-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-147" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-147.htm">css3-text-line-break-jazh-147</a></td> - <td><a href="reference/css3-text-line-break-jazh-147-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-148" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-148.htm">css3-text-line-break-jazh-148</a></td> - <td><a href="reference/css3-text-line-break-jazh-148-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-149" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-149.htm">css3-text-line-break-jazh-149</a></td> - <td><a href="reference/css3-text-line-break-jazh-149-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-150" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,ja)"> - <a href="css3-text-line-break-jazh-150.htm">css3-text-line-break-jazh-150</a></td> - <td><a href="reference/css3-text-line-break-jazh-150-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-151" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,ja)"> - <a href="css3-text-line-break-jazh-151.htm">css3-text-line-break-jazh-151</a></td> - <td><a href="reference/css3-text-line-break-jazh-151-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-152" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,ja)"> - <a href="css3-text-line-break-jazh-152.htm">css3-text-line-break-jazh-152</a></td> - <td><a href="reference/css3-text-line-break-jazh-152-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-154" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,ja)"> - <a href="css3-text-line-break-jazh-154.htm">css3-text-line-break-jazh-154</a></td> - <td><a href="reference/css3-text-line-break-jazh-154-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-155" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2032 PRIME (loose,ja)"> - <a href="css3-text-line-break-jazh-155.htm">css3-text-line-break-jazh-155</a></td> - <td><a href="reference/css3-text-line-break-jazh-155-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-156" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,ja)"> - <a href="css3-text-line-break-jazh-156.htm">css3-text-line-break-jazh-156</a></td> - <td><a href="reference/css3-text-line-break-jazh-156-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-157" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,ja)"> - <a href="css3-text-line-break-jazh-157.htm">css3-text-line-break-jazh-157</a></td> - <td><a href="reference/css3-text-line-break-jazh-157-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-158" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,ja)"> - <a href="css3-text-line-break-jazh-158.htm">css3-text-line-break-jazh-158</a></td> - <td><a href="reference/css3-text-line-break-jazh-158-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-159" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,ja)"> - <a href="css3-text-line-break-jazh-159.htm">css3-text-line-break-jazh-159</a></td> - <td><a href="reference/css3-text-line-break-jazh-159-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-160" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja)"> - <a href="css3-text-line-break-jazh-160.htm">css3-text-line-break-jazh-160</a></td> - <td><a href="reference/css3-text-line-break-jazh-160-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-201" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (normal,ja)"> - <a href="css3-text-line-break-jazh-201.htm">css3-text-line-break-jazh-201</a></td> - <td><a href="reference/css3-text-line-break-jazh-201-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-202" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (normal,ja)"> - <a href="css3-text-line-break-jazh-202.htm">css3-text-line-break-jazh-202</a></td> - <td><a href="reference/css3-text-line-break-jazh-202-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-203" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (normal,ja)"> - <a href="css3-text-line-break-jazh-203.htm">css3-text-line-break-jazh-203</a></td> - <td><a href="reference/css3-text-line-break-jazh-203-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-204" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (normal,ja)"> - <a href="css3-text-line-break-jazh-204.htm">css3-text-line-break-jazh-204</a></td> - <td><a href="reference/css3-text-line-break-jazh-204-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-205" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (normal,ja)"> - <a href="css3-text-line-break-jazh-205.htm">css3-text-line-break-jazh-205</a></td> - <td><a href="reference/css3-text-line-break-jazh-205-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-206" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (normal,ja)"> - <a href="css3-text-line-break-jazh-206.htm">css3-text-line-break-jazh-206</a></td> - <td><a href="reference/css3-text-line-break-jazh-206-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-207" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (normal,ja)"> - <a href="css3-text-line-break-jazh-207.htm">css3-text-line-break-jazh-207</a></td> - <td><a href="reference/css3-text-line-break-jazh-207-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-208" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (normal,ja)"> - <a href="css3-text-line-break-jazh-208.htm">css3-text-line-break-jazh-208</a></td> - <td><a href="reference/css3-text-line-break-jazh-208-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-209" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (normal,ja)"> - <a href="css3-text-line-break-jazh-209.htm">css3-text-line-break-jazh-209</a></td> - <td><a href="reference/css3-text-line-break-jazh-209-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-210" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (normal,ja)"> - <a href="css3-text-line-break-jazh-210.htm">css3-text-line-break-jazh-210</a></td> - <td><a href="reference/css3-text-line-break-jazh-210-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-211" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (normal,ja)"> - <a href="css3-text-line-break-jazh-211.htm">css3-text-line-break-jazh-211</a></td> - <td><a href="reference/css3-text-line-break-jazh-211-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-212" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (normal,ja)"> - <a href="css3-text-line-break-jazh-212.htm">css3-text-line-break-jazh-212</a></td> - <td><a href="reference/css3-text-line-break-jazh-212-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-213" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (normal,ja)"> - <a href="css3-text-line-break-jazh-213.htm">css3-text-line-break-jazh-213</a></td> - <td><a href="reference/css3-text-line-break-jazh-213-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-214" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (normal,ja)"> - <a href="css3-text-line-break-jazh-214.htm">css3-text-line-break-jazh-214</a></td> - <td><a href="reference/css3-text-line-break-jazh-214-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-215" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (normal,ja)"> - <a href="css3-text-line-break-jazh-215.htm">css3-text-line-break-jazh-215</a></td> - <td><a href="reference/css3-text-line-break-jazh-215-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-216" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (normal,ja)"> - <a href="css3-text-line-break-jazh-216.htm">css3-text-line-break-jazh-216</a></td> - <td><a href="reference/css3-text-line-break-jazh-216-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-217" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (normal,ja)"> - <a href="css3-text-line-break-jazh-217.htm">css3-text-line-break-jazh-217</a></td> - <td><a href="reference/css3-text-line-break-jazh-217-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-218" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (normal,ja)"> - <a href="css3-text-line-break-jazh-218.htm">css3-text-line-break-jazh-218</a></td> - <td><a href="reference/css3-text-line-break-jazh-218-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-219" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (normal,ja)"> - <a href="css3-text-line-break-jazh-219.htm">css3-text-line-break-jazh-219</a></td> - <td><a href="reference/css3-text-line-break-jazh-219-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-220" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (normal,ja)"> - <a href="css3-text-line-break-jazh-220.htm">css3-text-line-break-jazh-220</a></td> - <td><a href="reference/css3-text-line-break-jazh-220-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-221" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (normal,ja)"> - <a href="css3-text-line-break-jazh-221.htm">css3-text-line-break-jazh-221</a></td> - <td><a href="reference/css3-text-line-break-jazh-221-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-222" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (normal,ja)"> - <a href="css3-text-line-break-jazh-222.htm">css3-text-line-break-jazh-222</a></td> - <td><a href="reference/css3-text-line-break-jazh-222-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-223" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (normal,ja)"> - <a href="css3-text-line-break-jazh-223.htm">css3-text-line-break-jazh-223</a></td> - <td><a href="reference/css3-text-line-break-jazh-223-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-224" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (normal,ja)"> - <a href="css3-text-line-break-jazh-224.htm">css3-text-line-break-jazh-224</a></td> - <td><a href="reference/css3-text-line-break-jazh-224-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-225" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-225.htm">css3-text-line-break-jazh-225</a></td> - <td><a href="reference/css3-text-line-break-jazh-225-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-226" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2010 HYPHEN (normal,ja)"> - <a href="css3-text-line-break-jazh-226.htm">css3-text-line-break-jazh-226</a></td> - <td><a href="reference/css3-text-line-break-jazh-226-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-227" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2013 EN DASH (normal,ja)"> - <a href="css3-text-line-break-jazh-227.htm">css3-text-line-break-jazh-227</a></td> - <td><a href="reference/css3-text-line-break-jazh-227-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-228" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301C WAVE DASH (normal,ja)"> - <a href="css3-text-line-break-jazh-228.htm">css3-text-line-break-jazh-228</a></td> - <td><a href="reference/css3-text-line-break-jazh-228-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-229" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (normal,ja)"> - <a href="css3-text-line-break-jazh-229.htm">css3-text-line-break-jazh-229</a></td> - <td><a href="reference/css3-text-line-break-jazh-229-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-230" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-230.htm">css3-text-line-break-jazh-230</a></td> - <td><a href="reference/css3-text-line-break-jazh-230-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-231" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-231.htm">css3-text-line-break-jazh-231</a></td> - <td><a href="reference/css3-text-line-break-jazh-231-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-232" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-232.htm">css3-text-line-break-jazh-232</a></td> - <td><a href="reference/css3-text-line-break-jazh-232-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-233" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-233.htm">css3-text-line-break-jazh-233</a></td> - <td><a href="reference/css3-text-line-break-jazh-233-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-234" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-234.htm">css3-text-line-break-jazh-234</a></td> - <td><a href="reference/css3-text-line-break-jazh-234-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-235" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-235.htm">css3-text-line-break-jazh-235</a></td> - <td><a href="reference/css3-text-line-break-jazh-235-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-236" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003A COLON (normal,ja)"> - <a href="css3-text-line-break-jazh-236.htm">css3-text-line-break-jazh-236</a></td> - <td><a href="reference/css3-text-line-break-jazh-236-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-237" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003B SEMICOLON (normal,ja)"> - <a href="css3-text-line-break-jazh-237.htm">css3-text-line-break-jazh-237</a></td> - <td><a href="reference/css3-text-line-break-jazh-237-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-238" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (normal,ja)"> - <a href="css3-text-line-break-jazh-238.htm">css3-text-line-break-jazh-238</a></td> - <td><a href="reference/css3-text-line-break-jazh-238-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-239" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,ja)"> - <a href="css3-text-line-break-jazh-239.htm">css3-text-line-break-jazh-239</a></td> - <td><a href="reference/css3-text-line-break-jazh-239-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-240" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,ja)"> - <a href="css3-text-line-break-jazh-240.htm">css3-text-line-break-jazh-240</a></td> - <td><a href="reference/css3-text-line-break-jazh-240-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-241" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (normal,ja)"> - <a href="css3-text-line-break-jazh-241.htm">css3-text-line-break-jazh-241</a></td> - <td><a href="reference/css3-text-line-break-jazh-241-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-242" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-242.htm">css3-text-line-break-jazh-242</a></td> - <td><a href="reference/css3-text-line-break-jazh-242-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-243" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003F QUESTION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-243.htm">css3-text-line-break-jazh-243</a></td> - <td><a href="reference/css3-text-line-break-jazh-243-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-244" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-244.htm">css3-text-line-break-jazh-244</a></td> - <td><a href="reference/css3-text-line-break-jazh-244-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-245" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-245.htm">css3-text-line-break-jazh-245</a></td> - <td><a href="reference/css3-text-line-break-jazh-245-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-246" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-246.htm">css3-text-line-break-jazh-246</a></td> - <td><a href="reference/css3-text-line-break-jazh-246-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-247" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-247.htm">css3-text-line-break-jazh-247</a></td> - <td><a href="reference/css3-text-line-break-jazh-247-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-248" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-248.htm">css3-text-line-break-jazh-248</a></td> - <td><a href="reference/css3-text-line-break-jazh-248-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-249" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-249.htm">css3-text-line-break-jazh-249</a></td> - <td><a href="reference/css3-text-line-break-jazh-249-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-250" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,ja)"> - <a href="css3-text-line-break-jazh-250.htm">css3-text-line-break-jazh-250</a></td> - <td><a href="reference/css3-text-line-break-jazh-250-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-251" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,ja)"> - <a href="css3-text-line-break-jazh-251.htm">css3-text-line-break-jazh-251</a></td> - <td><a href="reference/css3-text-line-break-jazh-251-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-252" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,ja)"> - <a href="css3-text-line-break-jazh-252.htm">css3-text-line-break-jazh-252</a></td> - <td><a href="reference/css3-text-line-break-jazh-252-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-254" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,ja)"> - <a href="css3-text-line-break-jazh-254.htm">css3-text-line-break-jazh-254</a></td> - <td><a href="reference/css3-text-line-break-jazh-254-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-255" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2032 PRIME (normal,ja)"> - <a href="css3-text-line-break-jazh-255.htm">css3-text-line-break-jazh-255</a></td> - <td><a href="reference/css3-text-line-break-jazh-255-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-256" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,ja)"> - <a href="css3-text-line-break-jazh-256.htm">css3-text-line-break-jazh-256</a></td> - <td><a href="reference/css3-text-line-break-jazh-256-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-257" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,ja)"> - <a href="css3-text-line-break-jazh-257.htm">css3-text-line-break-jazh-257</a></td> - <td><a href="reference/css3-text-line-break-jazh-257-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-258" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,ja)"> - <a href="css3-text-line-break-jazh-258.htm">css3-text-line-break-jazh-258</a></td> - <td><a href="reference/css3-text-line-break-jazh-258-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-259" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,ja)"> - <a href="css3-text-line-break-jazh-259.htm">css3-text-line-break-jazh-259</a></td> - <td><a href="reference/css3-text-line-break-jazh-259-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-260" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (normal,ja)"> - <a href="css3-text-line-break-jazh-260.htm">css3-text-line-break-jazh-260</a></td> - <td><a href="reference/css3-text-line-break-jazh-260-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-301" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2010 HYPHEN (strict,zh)"> - <a href="css3-text-line-break-jazh-301.htm">css3-text-line-break-jazh-301</a></td> - <td><a href="reference/css3-text-line-break-jazh-301-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-302" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2013 EN DASH (strict,zh)"> - <a href="css3-text-line-break-jazh-302.htm">css3-text-line-break-jazh-302</a></td> - <td><a href="reference/css3-text-line-break-jazh-302-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-303" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301C WAVE DASH (strict,zh)"> - <a href="css3-text-line-break-jazh-303.htm">css3-text-line-break-jazh-303</a></td> - <td><a href="reference/css3-text-line-break-jazh-303-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-304" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-304.htm">css3-text-line-break-jazh-304</a></td> - <td><a href="reference/css3-text-line-break-jazh-304-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-305" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-305.htm">css3-text-line-break-jazh-305</a></td> - <td><a href="reference/css3-text-line-break-jazh-305-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-306" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003A COLON (strict,zh)"> - <a href="css3-text-line-break-jazh-306.htm">css3-text-line-break-jazh-306</a></td> - <td><a href="reference/css3-text-line-break-jazh-306-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-307" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003B SEMICOLON (strict,zh)"> - <a href="css3-text-line-break-jazh-307.htm">css3-text-line-break-jazh-307</a></td> - <td><a href="reference/css3-text-line-break-jazh-307-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-308" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,zh)"> - <a href="css3-text-line-break-jazh-308.htm">css3-text-line-break-jazh-308</a></td> - <td><a href="reference/css3-text-line-break-jazh-308-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-309" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,zh)"> - <a href="css3-text-line-break-jazh-309.htm">css3-text-line-break-jazh-309</a></td> - <td><a href="reference/css3-text-line-break-jazh-309-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-310" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-310.htm">css3-text-line-break-jazh-310</a></td> - <td><a href="reference/css3-text-line-break-jazh-310-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-311" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003F QUESTION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-311.htm">css3-text-line-break-jazh-311</a></td> - <td><a href="reference/css3-text-line-break-jazh-311-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-312" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-312.htm">css3-text-line-break-jazh-312</a></td> - <td><a href="reference/css3-text-line-break-jazh-312-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-313" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-313.htm">css3-text-line-break-jazh-313</a></td> - <td><a href="reference/css3-text-line-break-jazh-313-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-314" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-314.htm">css3-text-line-break-jazh-314</a></td> - <td><a href="reference/css3-text-line-break-jazh-314-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-315" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-315.htm">css3-text-line-break-jazh-315</a></td> - <td><a href="reference/css3-text-line-break-jazh-315-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-316" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-316.htm">css3-text-line-break-jazh-316</a></td> - <td><a href="reference/css3-text-line-break-jazh-316-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-317" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,zh)"> - <a href="css3-text-line-break-jazh-317.htm">css3-text-line-break-jazh-317</a></td> - <td><a href="reference/css3-text-line-break-jazh-317-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-318" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh)"> - <a href="css3-text-line-break-jazh-318.htm">css3-text-line-break-jazh-318</a></td> - <td><a href="reference/css3-text-line-break-jazh-318-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-319" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,zh)"> - <a href="css3-text-line-break-jazh-319.htm">css3-text-line-break-jazh-319</a></td> - <td><a href="reference/css3-text-line-break-jazh-319-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-320" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,zh)"> - <a href="css3-text-line-break-jazh-320.htm">css3-text-line-break-jazh-320</a></td> - <td><a href="reference/css3-text-line-break-jazh-320-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-321" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,zh)"> - <a href="css3-text-line-break-jazh-321.htm">css3-text-line-break-jazh-321</a></td> - <td><a href="reference/css3-text-line-break-jazh-321-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-322" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,zh)"> - <a href="css3-text-line-break-jazh-322.htm">css3-text-line-break-jazh-322</a></td> - <td><a href="reference/css3-text-line-break-jazh-322-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-323" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2032 PRIME (strict,zh)"> - <a href="css3-text-line-break-jazh-323.htm">css3-text-line-break-jazh-323</a></td> - <td><a href="reference/css3-text-line-break-jazh-323-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-324" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,zh)"> - <a href="css3-text-line-break-jazh-324.htm">css3-text-line-break-jazh-324</a></td> - <td><a href="reference/css3-text-line-break-jazh-324-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-325" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,zh)"> - <a href="css3-text-line-break-jazh-325.htm">css3-text-line-break-jazh-325</a></td> - <td><a href="reference/css3-text-line-break-jazh-325-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-326" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,zh)"> - <a href="css3-text-line-break-jazh-326.htm">css3-text-line-break-jazh-326</a></td> - <td><a href="reference/css3-text-line-break-jazh-326-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-327" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,zh)"> - <a href="css3-text-line-break-jazh-327.htm">css3-text-line-break-jazh-327</a></td> - <td><a href="reference/css3-text-line-break-jazh-327-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-351" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2010 HYPHEN (loose,zh)"> - <a href="css3-text-line-break-jazh-351.htm">css3-text-line-break-jazh-351</a></td> - <td><a href="reference/css3-text-line-break-jazh-351-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-352" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2013 EN DASH (loose,zh)"> - <a href="css3-text-line-break-jazh-352.htm">css3-text-line-break-jazh-352</a></td> - <td><a href="reference/css3-text-line-break-jazh-352-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-353" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301C WAVE DASH (loose,zh)"> - <a href="css3-text-line-break-jazh-353.htm">css3-text-line-break-jazh-353</a></td> - <td><a href="reference/css3-text-line-break-jazh-353-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-354" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-354.htm">css3-text-line-break-jazh-354</a></td> - <td><a href="reference/css3-text-line-break-jazh-354-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-355" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-355.htm">css3-text-line-break-jazh-355</a></td> - <td><a href="reference/css3-text-line-break-jazh-355-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-356" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003A COLON (loose,zh)"> - <a href="css3-text-line-break-jazh-356.htm">css3-text-line-break-jazh-356</a></td> - <td><a href="reference/css3-text-line-break-jazh-356-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-357" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003B SEMICOLON (loose,zh)"> - <a href="css3-text-line-break-jazh-357.htm">css3-text-line-break-jazh-357</a></td> - <td><a href="reference/css3-text-line-break-jazh-357-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-358" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,zh)"> - <a href="css3-text-line-break-jazh-358.htm">css3-text-line-break-jazh-358</a></td> - <td><a href="reference/css3-text-line-break-jazh-358-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-359" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,zh)"> - <a href="css3-text-line-break-jazh-359.htm">css3-text-line-break-jazh-359</a></td> - <td><a href="reference/css3-text-line-break-jazh-359-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-360" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-360.htm">css3-text-line-break-jazh-360</a></td> - <td><a href="reference/css3-text-line-break-jazh-360-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-361" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003F QUESTION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-361.htm">css3-text-line-break-jazh-361</a></td> - <td><a href="reference/css3-text-line-break-jazh-361-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-362" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-362.htm">css3-text-line-break-jazh-362</a></td> - <td><a href="reference/css3-text-line-break-jazh-362-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-363" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-363.htm">css3-text-line-break-jazh-363</a></td> - <td><a href="reference/css3-text-line-break-jazh-363-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-364" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-364.htm">css3-text-line-break-jazh-364</a></td> - <td><a href="reference/css3-text-line-break-jazh-364-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-365" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-365.htm">css3-text-line-break-jazh-365</a></td> - <td><a href="reference/css3-text-line-break-jazh-365-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-366" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-366.htm">css3-text-line-break-jazh-366</a></td> - <td><a href="reference/css3-text-line-break-jazh-366-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-367" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (loose,zh)"> - <a href="css3-text-line-break-jazh-367.htm">css3-text-line-break-jazh-367</a></td> - <td><a href="reference/css3-text-line-break-jazh-367-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-368" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh)"> - <a href="css3-text-line-break-jazh-368.htm">css3-text-line-break-jazh-368</a></td> - <td><a href="reference/css3-text-line-break-jazh-368-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-369" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00A2 CENT SIGN (loose,zh)"> - <a href="css3-text-line-break-jazh-369.htm">css3-text-line-break-jazh-369</a></td> - <td><a href="reference/css3-text-line-break-jazh-369-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-370" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00B0 DEGREE SIGN (loose,zh)"> - <a href="css3-text-line-break-jazh-370.htm">css3-text-line-break-jazh-370</a></td> - <td><a href="reference/css3-text-line-break-jazh-370-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-371" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (loose,zh)"> - <a href="css3-text-line-break-jazh-371.htm">css3-text-line-break-jazh-371</a></td> - <td><a href="reference/css3-text-line-break-jazh-371-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-372" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2030 PER MILLE SIGN (loose,zh)"> - <a href="css3-text-line-break-jazh-372.htm">css3-text-line-break-jazh-372</a></td> - <td><a href="reference/css3-text-line-break-jazh-372-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-373" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2032 PRIME (loose,zh)"> - <a href="css3-text-line-break-jazh-373.htm">css3-text-line-break-jazh-373</a></td> - <td><a href="reference/css3-text-line-break-jazh-373-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-374" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2033 DOUBLE PRIME (loose,zh)"> - <a href="css3-text-line-break-jazh-374.htm">css3-text-line-break-jazh-374</a></td> - <td><a href="reference/css3-text-line-break-jazh-374-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-375" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (loose,zh)"> - <a href="css3-text-line-break-jazh-375.htm">css3-text-line-break-jazh-375</a></td> - <td><a href="reference/css3-text-line-break-jazh-375-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-376" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (loose,zh)"> - <a href="css3-text-line-break-jazh-376.htm">css3-text-line-break-jazh-376</a></td> - <td><a href="reference/css3-text-line-break-jazh-376-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-377" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (loose,zh)"> - <a href="css3-text-line-break-jazh-377.htm">css3-text-line-break-jazh-377</a></td> - <td><a href="reference/css3-text-line-break-jazh-377-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-401" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2010 HYPHEN (normal,zh)"> - <a href="css3-text-line-break-jazh-401.htm">css3-text-line-break-jazh-401</a></td> - <td><a href="reference/css3-text-line-break-jazh-401-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-402" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2013 EN DASH (normal,zh)"> - <a href="css3-text-line-break-jazh-402.htm">css3-text-line-break-jazh-402</a></td> - <td><a href="reference/css3-text-line-break-jazh-402-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-403" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301C WAVE DASH (normal,zh)"> - <a href="css3-text-line-break-jazh-403.htm">css3-text-line-break-jazh-403</a></td> - <td><a href="reference/css3-text-line-break-jazh-403-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-404" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-404.htm">css3-text-line-break-jazh-404</a></td> - <td><a href="reference/css3-text-line-break-jazh-404-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-405" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-405.htm">css3-text-line-break-jazh-405</a></td> - <td><a href="reference/css3-text-line-break-jazh-405-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-406" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003A COLON (normal,zh)"> - <a href="css3-text-line-break-jazh-406.htm">css3-text-line-break-jazh-406</a></td> - <td><a href="reference/css3-text-line-break-jazh-406-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-407" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003B SEMICOLON (normal,zh)"> - <a href="css3-text-line-break-jazh-407.htm">css3-text-line-break-jazh-407</a></td> - <td><a href="reference/css3-text-line-break-jazh-407-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-408" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (normal,zh)"> - <a href="css3-text-line-break-jazh-408.htm">css3-text-line-break-jazh-408</a></td> - <td><a href="reference/css3-text-line-break-jazh-408-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-409" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (normal,zh)"> - <a href="css3-text-line-break-jazh-409.htm">css3-text-line-break-jazh-409</a></td> - <td><a href="reference/css3-text-line-break-jazh-409-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-410" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-410.htm">css3-text-line-break-jazh-410</a></td> - <td><a href="reference/css3-text-line-break-jazh-410-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-411" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 003F QUESTION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-411.htm">css3-text-line-break-jazh-411</a></td> - <td><a href="reference/css3-text-line-break-jazh-411-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-412" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-412.htm">css3-text-line-break-jazh-412</a></td> - <td><a href="reference/css3-text-line-break-jazh-412-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-413" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-413.htm">css3-text-line-break-jazh-413</a></td> - <td><a href="reference/css3-text-line-break-jazh-413-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-414" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-414.htm">css3-text-line-break-jazh-414</a></td> - <td><a href="reference/css3-text-line-break-jazh-414-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-415" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-415.htm">css3-text-line-break-jazh-415</a></td> - <td><a href="reference/css3-text-line-break-jazh-415-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-416" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-416.htm">css3-text-line-break-jazh-416</a></td> - <td><a href="reference/css3-text-line-break-jazh-416-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-417" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (normal,zh)"> - <a href="css3-text-line-break-jazh-417.htm">css3-text-line-break-jazh-417</a></td> - <td><a href="reference/css3-text-line-break-jazh-417-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-418" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh)"> - <a href="css3-text-line-break-jazh-418.htm">css3-text-line-break-jazh-418</a></td> - <td><a href="reference/css3-text-line-break-jazh-418-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-419" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00A2 CENT SIGN (normal,zh)"> - <a href="css3-text-line-break-jazh-419.htm">css3-text-line-break-jazh-419</a></td> - <td><a href="reference/css3-text-line-break-jazh-419-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-420" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 00B0 DEGREE SIGN (normal,zh)"> - <a href="css3-text-line-break-jazh-420.htm">css3-text-line-break-jazh-420</a></td> - <td><a href="reference/css3-text-line-break-jazh-420-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-421" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0025 PERCENT SIGN (normal,zh)"> - <a href="css3-text-line-break-jazh-421.htm">css3-text-line-break-jazh-421</a></td> - <td><a href="reference/css3-text-line-break-jazh-421-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-422" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2030 PER MILLE SIGN (normal,zh)"> - <a href="css3-text-line-break-jazh-422.htm">css3-text-line-break-jazh-422</a></td> - <td><a href="reference/css3-text-line-break-jazh-422-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-423" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2032 PRIME (normal,zh)"> - <a href="css3-text-line-break-jazh-423.htm">css3-text-line-break-jazh-423</a></td> - <td><a href="reference/css3-text-line-break-jazh-423-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-424" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2033 DOUBLE PRIME (normal,zh)"> - <a href="css3-text-line-break-jazh-424.htm">css3-text-line-break-jazh-424</a></td> - <td><a href="reference/css3-text-line-break-jazh-424-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-425" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (normal,zh)"> - <a href="css3-text-line-break-jazh-425.htm">css3-text-line-break-jazh-425</a></td> - <td><a href="reference/css3-text-line-break-jazh-425-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-426" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (normal,zh)"> - <a href="css3-text-line-break-jazh-426.htm">css3-text-line-break-jazh-426</a></td> - <td><a href="reference/css3-text-line-break-jazh-426-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-jazh-427" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (normal,zh)"> - <a href="css3-text-line-break-jazh-427.htm">css3-text-line-break-jazh-427</a></td> - <td><a href="reference/css3-text-line-break-jazh-427-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-001" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0028 LEFT PARENTHESIS"> - <a href="css3-text-line-break-opclns-001.htm">css3-text-line-break-opclns-001</a></td> - <td><a href="reference/css3-text-line-break-opclns-001-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-002" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 005B LEFT SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-002.htm">css3-text-line-break-opclns-002</a></td> - <td><a href="reference/css3-text-line-break-opclns-002-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-003" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 007B LEFT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-003.htm">css3-text-line-break-opclns-003</a></td> - <td><a href="reference/css3-text-line-break-opclns-003-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-004" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0F3A TIBETAN MARK GUG RTAGS GYON"> - <a href="css3-text-line-break-opclns-004.htm">css3-text-line-break-opclns-004</a></td> - <td><a href="reference/css3-text-line-break-opclns-004-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-005" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0F3C TIBETAN MARK ANG KHANG GYON"> - <a href="css3-text-line-break-opclns-005.htm">css3-text-line-break-opclns-005</a></td> - <td><a href="reference/css3-text-line-break-opclns-005-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-006" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 169B OGHAM FEATHER MARK"> - <a href="css3-text-line-break-opclns-006.htm">css3-text-line-break-opclns-006</a></td> - <td><a href="reference/css3-text-line-break-opclns-006-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-007" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 201A SINGLE LOW-9 QUOTATION MARK"> - <a href="css3-text-line-break-opclns-007.htm">css3-text-line-break-opclns-007</a></td> - <td><a href="reference/css3-text-line-break-opclns-007-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-008" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 201E DOUBLE LOW-9 QUOTATION MARK"> - <a href="css3-text-line-break-opclns-008.htm">css3-text-line-break-opclns-008</a></td> - <td><a href="reference/css3-text-line-break-opclns-008-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-009" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2045 LEFT SQUARE BRACKET WITH QUILL"> - <a href="css3-text-line-break-opclns-009.htm">css3-text-line-break-opclns-009</a></td> - <td><a href="reference/css3-text-line-break-opclns-009-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-010" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 207D SUPERSCRIPT LEFT PARENTHESIS"> - <a href="css3-text-line-break-opclns-010.htm">css3-text-line-break-opclns-010</a></td> - <td><a href="reference/css3-text-line-break-opclns-010-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-011" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 208D SUBSCRIPT LEFT PARENTHESIS"> - <a href="css3-text-line-break-opclns-011.htm">css3-text-line-break-opclns-011</a></td> - <td><a href="reference/css3-text-line-break-opclns-011-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-012" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2329 LEFT-POINTING ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-012.htm">css3-text-line-break-opclns-012</a></td> - <td><a href="reference/css3-text-line-break-opclns-012-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-013" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 23B4 TOP SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-013.htm">css3-text-line-break-opclns-013</a></td> - <td><a href="reference/css3-text-line-break-opclns-013-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-014" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2768 MEDIUM LEFT PARENTHESIS ORNAMENT"> - <a href="css3-text-line-break-opclns-014.htm">css3-text-line-break-opclns-014</a></td> - <td><a href="reference/css3-text-line-break-opclns-014-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-015" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT"> - <a href="css3-text-line-break-opclns-015.htm">css3-text-line-break-opclns-015</a></td> - <td><a href="reference/css3-text-line-break-opclns-015-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-016" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-016.htm">css3-text-line-break-opclns-016</a></td> - <td><a href="reference/css3-text-line-break-opclns-016-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-017" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT"> - <a href="css3-text-line-break-opclns-017.htm">css3-text-line-break-opclns-017</a></td> - <td><a href="reference/css3-text-line-break-opclns-017-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-018" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-018.htm">css3-text-line-break-opclns-018</a></td> - <td><a href="reference/css3-text-line-break-opclns-018-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-019" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-019.htm">css3-text-line-break-opclns-019</a></td> - <td><a href="reference/css3-text-line-break-opclns-019-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-020" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2774 MEDIUM LEFT CURLY BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-020.htm">css3-text-line-break-opclns-020</a></td> - <td><a href="reference/css3-text-line-break-opclns-020-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-021" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-021.htm">css3-text-line-break-opclns-021</a></td> - <td><a href="reference/css3-text-line-break-opclns-021-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-022" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 27E8 MATHEMATICAL LEFT ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-022.htm">css3-text-line-break-opclns-022</a></td> - <td><a href="reference/css3-text-line-break-opclns-022-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-023" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-023.htm">css3-text-line-break-opclns-023</a></td> - <td><a href="reference/css3-text-line-break-opclns-023-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-024" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2983 LEFT WHITE CURLY BRACKET"> - <a href="css3-text-line-break-opclns-024.htm">css3-text-line-break-opclns-024</a></td> - <td><a href="reference/css3-text-line-break-opclns-024-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-025" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2985 LEFT WHITE PARENTHESIS"> - <a href="css3-text-line-break-opclns-025.htm">css3-text-line-break-opclns-025</a></td> - <td><a href="reference/css3-text-line-break-opclns-025-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-026" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2987 Z NOTATION LEFT IMAGE BRACKET"> - <a href="css3-text-line-break-opclns-026.htm">css3-text-line-break-opclns-026</a></td> - <td><a href="reference/css3-text-line-break-opclns-026-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-027" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2989 Z NOTATION LEFT BINDING BRACKET"> - <a href="css3-text-line-break-opclns-027.htm">css3-text-line-break-opclns-027</a></td> - <td><a href="reference/css3-text-line-break-opclns-027-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-028" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 298B LEFT SQUARE BRACKET WITH UNDERBAR"> - <a href="css3-text-line-break-opclns-028.htm">css3-text-line-break-opclns-028</a></td> - <td><a href="reference/css3-text-line-break-opclns-028-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-029" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER"> - <a href="css3-text-line-break-opclns-029.htm">css3-text-line-break-opclns-029</a></td> - <td><a href="reference/css3-text-line-break-opclns-029-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-030" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER"> - <a href="css3-text-line-break-opclns-030.htm">css3-text-line-break-opclns-030</a></td> - <td><a href="reference/css3-text-line-break-opclns-030-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-031" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2991 LEFT ANGLE BRACKET WITH DOT"> - <a href="css3-text-line-break-opclns-031.htm">css3-text-line-break-opclns-031</a></td> - <td><a href="reference/css3-text-line-break-opclns-031-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-032" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2993 LEFT ARC LESS-THAN BRACKET"> - <a href="css3-text-line-break-opclns-032.htm">css3-text-line-break-opclns-032</a></td> - <td><a href="reference/css3-text-line-break-opclns-032-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-033" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2995 DOUBLE LEFT ARC GREATER-THAN BRACKET"> - <a href="css3-text-line-break-opclns-033.htm">css3-text-line-break-opclns-033</a></td> - <td><a href="reference/css3-text-line-break-opclns-033-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-034" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2997 LEFT BLACK TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-034.htm">css3-text-line-break-opclns-034</a></td> - <td><a href="reference/css3-text-line-break-opclns-034-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-035" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 29D8 LEFT WIGGLY FENCE"> - <a href="css3-text-line-break-opclns-035.htm">css3-text-line-break-opclns-035</a></td> - <td><a href="reference/css3-text-line-break-opclns-035-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-036" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 29DA LEFT DOUBLE WIGGLY FENCE"> - <a href="css3-text-line-break-opclns-036.htm">css3-text-line-break-opclns-036</a></td> - <td><a href="reference/css3-text-line-break-opclns-036-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-037" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 29FC LEFT-POINTING CURVED ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-037.htm">css3-text-line-break-opclns-037</a></td> - <td><a href="reference/css3-text-line-break-opclns-037-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-038" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3008 LEFT ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-038.htm">css3-text-line-break-opclns-038</a></td> - <td><a href="reference/css3-text-line-break-opclns-038-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-039" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 300A LEFT DOUBLE ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-039.htm">css3-text-line-break-opclns-039</a></td> - <td><a href="reference/css3-text-line-break-opclns-039-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-040" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 300C LEFT CORNER BRACKET"> - <a href="css3-text-line-break-opclns-040.htm">css3-text-line-break-opclns-040</a></td> - <td><a href="reference/css3-text-line-break-opclns-040-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-041" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 300E LEFT WHITE CORNER BRACKET"> - <a href="css3-text-line-break-opclns-041.htm">css3-text-line-break-opclns-041</a></td> - <td><a href="reference/css3-text-line-break-opclns-041-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-042" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3010 LEFT BLACK LENTICULAR BRACKET"> - <a href="css3-text-line-break-opclns-042.htm">css3-text-line-break-opclns-042</a></td> - <td><a href="reference/css3-text-line-break-opclns-042-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-043" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3014 LEFT TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-043.htm">css3-text-line-break-opclns-043</a></td> - <td><a href="reference/css3-text-line-break-opclns-043-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-044" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3016 LEFT WHITE LENTICULAR BRACKET"> - <a href="css3-text-line-break-opclns-044.htm">css3-text-line-break-opclns-044</a></td> - <td><a href="reference/css3-text-line-break-opclns-044-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-045" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3018 LEFT WHITE TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-045.htm">css3-text-line-break-opclns-045</a></td> - <td><a href="reference/css3-text-line-break-opclns-045-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-046" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301A LEFT WHITE SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-046.htm">css3-text-line-break-opclns-046</a></td> - <td><a href="reference/css3-text-line-break-opclns-046-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-047" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301D REVERSED DOUBLE PRIME QUOTATION MARK"> - <a href="css3-text-line-break-opclns-047.htm">css3-text-line-break-opclns-047</a></td> - <td><a href="reference/css3-text-line-break-opclns-047-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-048" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FD3E ORNATE LEFT PARENTHESIS"> - <a href="css3-text-line-break-opclns-048.htm">css3-text-line-break-opclns-048</a></td> - <td><a href="reference/css3-text-line-break-opclns-048-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-049" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS"> - <a href="css3-text-line-break-opclns-049.htm">css3-text-line-break-opclns-049</a></td> - <td><a href="reference/css3-text-line-break-opclns-049-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-050" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-050.htm">css3-text-line-break-opclns-050</a></td> - <td><a href="reference/css3-text-line-break-opclns-050-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-051" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-051.htm">css3-text-line-break-opclns-051</a></td> - <td><a href="reference/css3-text-line-break-opclns-051-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-052" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET"> - <a href="css3-text-line-break-opclns-052.htm">css3-text-line-break-opclns-052</a></td> - <td><a href="reference/css3-text-line-break-opclns-052-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-053" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-053.htm">css3-text-line-break-opclns-053</a></td> - <td><a href="reference/css3-text-line-break-opclns-053-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-054" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-054.htm">css3-text-line-break-opclns-054</a></td> - <td><a href="reference/css3-text-line-break-opclns-054-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-055" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET"> - <a href="css3-text-line-break-opclns-055.htm">css3-text-line-break-opclns-055</a></td> - <td><a href="reference/css3-text-line-break-opclns-055-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-056" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET"> - <a href="css3-text-line-break-opclns-056.htm">css3-text-line-break-opclns-056</a></td> - <td><a href="reference/css3-text-line-break-opclns-056-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-057" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-057.htm">css3-text-line-break-opclns-057</a></td> - <td><a href="reference/css3-text-line-break-opclns-057-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-058" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE59 SMALL LEFT PARENTHESIS"> - <a href="css3-text-line-break-opclns-058.htm">css3-text-line-break-opclns-058</a></td> - <td><a href="reference/css3-text-line-break-opclns-058-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-059" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE5B SMALL LEFT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-059.htm">css3-text-line-break-opclns-059</a></td> - <td><a href="reference/css3-text-line-break-opclns-059-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-060" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE5D SMALL LEFT TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-060.htm">css3-text-line-break-opclns-060</a></td> - <td><a href="reference/css3-text-line-break-opclns-060-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-061" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF08 FULLWIDTH LEFT PARENTHESIS"> - <a href="css3-text-line-break-opclns-061.htm">css3-text-line-break-opclns-061</a></td> - <td><a href="reference/css3-text-line-break-opclns-061-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-062" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF3B FULLWIDTH LEFT SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-062.htm">css3-text-line-break-opclns-062</a></td> - <td><a href="reference/css3-text-line-break-opclns-062-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-063" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF5B FULLWIDTH LEFT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-063.htm">css3-text-line-break-opclns-063</a></td> - <td><a href="reference/css3-text-line-break-opclns-063-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-064" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF5F FULLWIDTH LEFT WHITE PARENTHESIS"> - <a href="css3-text-line-break-opclns-064.htm">css3-text-line-break-opclns-064</a></td> - <td><a href="reference/css3-text-line-break-opclns-064-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-065" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF62 HALFWIDTH LEFT CORNER BRACKET"> - <a href="css3-text-line-break-opclns-065.htm">css3-text-line-break-opclns-065</a></td> - <td><a href="reference/css3-text-line-break-opclns-065-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-100" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3001 IDEOGRAPHIC COMMA"> - <a href="css3-text-line-break-opclns-100.htm">css3-text-line-break-opclns-100</a></td> - <td><a href="reference/css3-text-line-break-opclns-100-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-101" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3002 IDEOGRAPHIC FULL STOP"> - <a href="css3-text-line-break-opclns-101.htm">css3-text-line-break-opclns-101</a></td> - <td><a href="reference/css3-text-line-break-opclns-101-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-102" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE50 SMALL COMMA"> - <a href="css3-text-line-break-opclns-102.htm">css3-text-line-break-opclns-102</a></td> - <td><a href="reference/css3-text-line-break-opclns-102-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-103" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE52 SMALL FULL STOP"> - <a href="css3-text-line-break-opclns-103.htm">css3-text-line-break-opclns-103</a></td> - <td><a href="reference/css3-text-line-break-opclns-103-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-104" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF0C FULLWIDTH COMMA"> - <a href="css3-text-line-break-opclns-104.htm">css3-text-line-break-opclns-104</a></td> - <td><a href="reference/css3-text-line-break-opclns-104-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-105" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF0E FULLWIDTH FULL STOP"> - <a href="css3-text-line-break-opclns-105.htm">css3-text-line-break-opclns-105</a></td> - <td><a href="reference/css3-text-line-break-opclns-105-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-106" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF61 HALFWIDTH IDEOGRAPHIC FULL STOP"> - <a href="css3-text-line-break-opclns-106.htm">css3-text-line-break-opclns-106</a></td> - <td><a href="reference/css3-text-line-break-opclns-106-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-107" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF64 HALFWIDTH IDEOGRAPHIC COMMA"> - <a href="css3-text-line-break-opclns-107.htm">css3-text-line-break-opclns-107</a></td> - <td><a href="reference/css3-text-line-break-opclns-107-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-108" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0029 RIGHT PARENTHESIS"> - <a href="css3-text-line-break-opclns-108.htm">css3-text-line-break-opclns-108</a></td> - <td><a href="reference/css3-text-line-break-opclns-108-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-109" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 005D RIGHT SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-109.htm">css3-text-line-break-opclns-109</a></td> - <td><a href="reference/css3-text-line-break-opclns-109-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-110" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 007D RIGHT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-110.htm">css3-text-line-break-opclns-110</a></td> - <td><a href="reference/css3-text-line-break-opclns-110-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-111" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0F3B TIBETAN MARK GUG RTAGS GYAS"> - <a href="css3-text-line-break-opclns-111.htm">css3-text-line-break-opclns-111</a></td> - <td><a href="reference/css3-text-line-break-opclns-111-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-112" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0F3D TIBETAN MARK ANG KHANG GYAS"> - <a href="css3-text-line-break-opclns-112.htm">css3-text-line-break-opclns-112</a></td> - <td><a href="reference/css3-text-line-break-opclns-112-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-113" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 169C OGHAM REVERSED FEATHER MARK"> - <a href="css3-text-line-break-opclns-113.htm">css3-text-line-break-opclns-113</a></td> - <td><a href="reference/css3-text-line-break-opclns-113-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-114" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2046 RIGHT SQUARE BRACKET WITH QUILL"> - <a href="css3-text-line-break-opclns-114.htm">css3-text-line-break-opclns-114</a></td> - <td><a href="reference/css3-text-line-break-opclns-114-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-115" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 207E SUPERSCRIPT RIGHT PARENTHESIS"> - <a href="css3-text-line-break-opclns-115.htm">css3-text-line-break-opclns-115</a></td> - <td><a href="reference/css3-text-line-break-opclns-115-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-116" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 208E SUBSCRIPT RIGHT PARENTHESIS"> - <a href="css3-text-line-break-opclns-116.htm">css3-text-line-break-opclns-116</a></td> - <td><a href="reference/css3-text-line-break-opclns-116-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-117" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 232A RIGHT-POINTING ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-117.htm">css3-text-line-break-opclns-117</a></td> - <td><a href="reference/css3-text-line-break-opclns-117-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-118" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 23B5 BOTTOM SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-118.htm">css3-text-line-break-opclns-118</a></td> - <td><a href="reference/css3-text-line-break-opclns-118-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-119" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2769 MEDIUM RIGHT PARENTHESIS ORNAMENT"> - <a href="css3-text-line-break-opclns-119.htm">css3-text-line-break-opclns-119</a></td> - <td><a href="reference/css3-text-line-break-opclns-119-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-120" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 276B MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT"> - <a href="css3-text-line-break-opclns-120.htm">css3-text-line-break-opclns-120</a></td> - <td><a href="reference/css3-text-line-break-opclns-120-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-121" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 276D MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-121.htm">css3-text-line-break-opclns-121</a></td> - <td><a href="reference/css3-text-line-break-opclns-121-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-122" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 276F HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT"> - <a href="css3-text-line-break-opclns-122.htm">css3-text-line-break-opclns-122</a></td> - <td><a href="reference/css3-text-line-break-opclns-122-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-123" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2771 HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-123.htm">css3-text-line-break-opclns-123</a></td> - <td><a href="reference/css3-text-line-break-opclns-123-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-124" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-124.htm">css3-text-line-break-opclns-124</a></td> - <td><a href="reference/css3-text-line-break-opclns-124-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-125" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2775 MEDIUM RIGHT CURLY BRACKET ORNAMENT"> - <a href="css3-text-line-break-opclns-125.htm">css3-text-line-break-opclns-125</a></td> - <td><a href="reference/css3-text-line-break-opclns-125-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-126" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-126.htm">css3-text-line-break-opclns-126</a></td> - <td><a href="reference/css3-text-line-break-opclns-126-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-127" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 27E9 MATHEMATICAL RIGHT ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-127.htm">css3-text-line-break-opclns-127</a></td> - <td><a href="reference/css3-text-line-break-opclns-127-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-128" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 27EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-128.htm">css3-text-line-break-opclns-128</a></td> - <td><a href="reference/css3-text-line-break-opclns-128-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-129" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2984 RIGHT WHITE CURLY BRACKET"> - <a href="css3-text-line-break-opclns-129.htm">css3-text-line-break-opclns-129</a></td> - <td><a href="reference/css3-text-line-break-opclns-129-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-130" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2986 RIGHT WHITE PARENTHESIS"> - <a href="css3-text-line-break-opclns-130.htm">css3-text-line-break-opclns-130</a></td> - <td><a href="reference/css3-text-line-break-opclns-130-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-131" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2988 Z NOTATION RIGHT IMAGE BRACKET"> - <a href="css3-text-line-break-opclns-131.htm">css3-text-line-break-opclns-131</a></td> - <td><a href="reference/css3-text-line-break-opclns-131-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-132" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 298A Z NOTATION RIGHT BINDING BRACKET"> - <a href="css3-text-line-break-opclns-132.htm">css3-text-line-break-opclns-132</a></td> - <td><a href="reference/css3-text-line-break-opclns-132-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-133" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 298C RIGHT SQUARE BRACKET WITH UNDERBAR"> - <a href="css3-text-line-break-opclns-133.htm">css3-text-line-break-opclns-133</a></td> - <td><a href="reference/css3-text-line-break-opclns-133-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-134" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER"> - <a href="css3-text-line-break-opclns-134.htm">css3-text-line-break-opclns-134</a></td> - <td><a href="reference/css3-text-line-break-opclns-134-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-135" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER"> - <a href="css3-text-line-break-opclns-135.htm">css3-text-line-break-opclns-135</a></td> - <td><a href="reference/css3-text-line-break-opclns-135-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-136" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2992 RIGHT ANGLE BRACKET WITH DOT"> - <a href="css3-text-line-break-opclns-136.htm">css3-text-line-break-opclns-136</a></td> - <td><a href="reference/css3-text-line-break-opclns-136-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-137" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2994 RIGHT ARC GREATER-THAN BRACKET"> - <a href="css3-text-line-break-opclns-137.htm">css3-text-line-break-opclns-137</a></td> - <td><a href="reference/css3-text-line-break-opclns-137-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-138" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2996 DOUBLE RIGHT ARC LESS-THAN BRACKET"> - <a href="css3-text-line-break-opclns-138.htm">css3-text-line-break-opclns-138</a></td> - <td><a href="reference/css3-text-line-break-opclns-138-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-139" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 2998 RIGHT BLACK TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-139.htm">css3-text-line-break-opclns-139</a></td> - <td><a href="reference/css3-text-line-break-opclns-139-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-140" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 29D9 RIGHT WIGGLY FENCE"> - <a href="css3-text-line-break-opclns-140.htm">css3-text-line-break-opclns-140</a></td> - <td><a href="reference/css3-text-line-break-opclns-140-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-141" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 29DB RIGHT DOUBLE WIGGLY FENCE"> - <a href="css3-text-line-break-opclns-141.htm">css3-text-line-break-opclns-141</a></td> - <td><a href="reference/css3-text-line-break-opclns-141-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-142" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 29FD RIGHT-POINTING CURVED ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-142.htm">css3-text-line-break-opclns-142</a></td> - <td><a href="reference/css3-text-line-break-opclns-142-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-143" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3009 RIGHT ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-143.htm">css3-text-line-break-opclns-143</a></td> - <td><a href="reference/css3-text-line-break-opclns-143-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-144" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 300B RIGHT DOUBLE ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-144.htm">css3-text-line-break-opclns-144</a></td> - <td><a href="reference/css3-text-line-break-opclns-144-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-145" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 300D RIGHT CORNER BRACKET"> - <a href="css3-text-line-break-opclns-145.htm">css3-text-line-break-opclns-145</a></td> - <td><a href="reference/css3-text-line-break-opclns-145-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-146" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 300F RIGHT WHITE CORNER BRACKET"> - <a href="css3-text-line-break-opclns-146.htm">css3-text-line-break-opclns-146</a></td> - <td><a href="reference/css3-text-line-break-opclns-146-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-147" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3011 RIGHT BLACK LENTICULAR BRACKET"> - <a href="css3-text-line-break-opclns-147.htm">css3-text-line-break-opclns-147</a></td> - <td><a href="reference/css3-text-line-break-opclns-147-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-148" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3015 RIGHT TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-148.htm">css3-text-line-break-opclns-148</a></td> - <td><a href="reference/css3-text-line-break-opclns-148-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-149" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3017 RIGHT WHITE LENTICULAR BRACKET"> - <a href="css3-text-line-break-opclns-149.htm">css3-text-line-break-opclns-149</a></td> - <td><a href="reference/css3-text-line-break-opclns-149-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-150" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3019 RIGHT WHITE TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-150.htm">css3-text-line-break-opclns-150</a></td> - <td><a href="reference/css3-text-line-break-opclns-150-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-151" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301B RIGHT WHITE SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-151.htm">css3-text-line-break-opclns-151</a></td> - <td><a href="reference/css3-text-line-break-opclns-151-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-152" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301E DOUBLE PRIME QUOTATION MARK"> - <a href="css3-text-line-break-opclns-152.htm">css3-text-line-break-opclns-152</a></td> - <td><a href="reference/css3-text-line-break-opclns-152-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-153" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301F LOW DOUBLE PRIME QUOTATION MARK"> - <a href="css3-text-line-break-opclns-153.htm">css3-text-line-break-opclns-153</a></td> - <td><a href="reference/css3-text-line-break-opclns-153-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-154" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FD3F ORNATE RIGHT PARENTHESIS"> - <a href="css3-text-line-break-opclns-154.htm">css3-text-line-break-opclns-154</a></td> - <td><a href="reference/css3-text-line-break-opclns-154-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-155" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE36 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS"> - <a href="css3-text-line-break-opclns-155.htm">css3-text-line-break-opclns-155</a></td> - <td><a href="reference/css3-text-line-break-opclns-155-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-156" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE38 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-156.htm">css3-text-line-break-opclns-156</a></td> - <td><a href="reference/css3-text-line-break-opclns-156-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-157" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE3A PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-157.htm">css3-text-line-break-opclns-157</a></td> - <td><a href="reference/css3-text-line-break-opclns-157-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-158" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE3C PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET"> - <a href="css3-text-line-break-opclns-158.htm">css3-text-line-break-opclns-158</a></td> - <td><a href="reference/css3-text-line-break-opclns-158-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-159" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE3E PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-159.htm">css3-text-line-break-opclns-159</a></td> - <td><a href="reference/css3-text-line-break-opclns-159-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-160" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET"> - <a href="css3-text-line-break-opclns-160.htm">css3-text-line-break-opclns-160</a></td> - <td><a href="reference/css3-text-line-break-opclns-160-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-161" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE42 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET"> - <a href="css3-text-line-break-opclns-161.htm">css3-text-line-break-opclns-161</a></td> - <td><a href="reference/css3-text-line-break-opclns-161-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-162" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE44 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET"> - <a href="css3-text-line-break-opclns-162.htm">css3-text-line-break-opclns-162</a></td> - <td><a href="reference/css3-text-line-break-opclns-162-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-163" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE48 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-163.htm">css3-text-line-break-opclns-163</a></td> - <td><a href="reference/css3-text-line-break-opclns-163-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-164" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE5A SMALL RIGHT PARENTHESIS"> - <a href="css3-text-line-break-opclns-164.htm">css3-text-line-break-opclns-164</a></td> - <td><a href="reference/css3-text-line-break-opclns-164-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-165" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE5C SMALL RIGHT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-165.htm">css3-text-line-break-opclns-165</a></td> - <td><a href="reference/css3-text-line-break-opclns-165-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-166" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE5E SMALL RIGHT TORTOISE SHELL BRACKET"> - <a href="css3-text-line-break-opclns-166.htm">css3-text-line-break-opclns-166</a></td> - <td><a href="reference/css3-text-line-break-opclns-166-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-167" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF09 FULLWIDTH RIGHT PARENTHESIS"> - <a href="css3-text-line-break-opclns-167.htm">css3-text-line-break-opclns-167</a></td> - <td><a href="reference/css3-text-line-break-opclns-167-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-168" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF3D FULLWIDTH RIGHT SQUARE BRACKET"> - <a href="css3-text-line-break-opclns-168.htm">css3-text-line-break-opclns-168</a></td> - <td><a href="reference/css3-text-line-break-opclns-168-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-169" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF5D FULLWIDTH RIGHT CURLY BRACKET"> - <a href="css3-text-line-break-opclns-169.htm">css3-text-line-break-opclns-169</a></td> - <td><a href="reference/css3-text-line-break-opclns-169-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-170" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF60 FULLWIDTH RIGHT WHITE PARENTHESIS"> - <a href="css3-text-line-break-opclns-170.htm">css3-text-line-break-opclns-170</a></td> - <td><a href="reference/css3-text-line-break-opclns-170-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-171" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF63 HALFWIDTH RIGHT CORNER BRACKET"> - <a href="css3-text-line-break-opclns-171.htm">css3-text-line-break-opclns-171</a></td> - <td><a href="reference/css3-text-line-break-opclns-171-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-200" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0E5A THAI CHARACTER ANGKHANKHU"> - <a href="css3-text-line-break-opclns-200.htm">css3-text-line-break-opclns-200</a></td> - <td><a href="reference/css3-text-line-break-opclns-200-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-201" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 0E5B THAI CHARACTER KHOMUT"> - <a href="css3-text-line-break-opclns-201.htm">css3-text-line-break-opclns-201</a></td> - <td><a href="reference/css3-text-line-break-opclns-201-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-202" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 17D4 KHMER SIGN KHAN"> - <a href="css3-text-line-break-opclns-202.htm">css3-text-line-break-opclns-202</a></td> - <td><a href="reference/css3-text-line-break-opclns-202-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-203" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 17D6 KHMER SIGN CAMNUC PII KUUH"> - <a href="css3-text-line-break-opclns-203.htm">css3-text-line-break-opclns-203</a></td> - <td><a href="reference/css3-text-line-break-opclns-203-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-204" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 17DA KHMER SIGN KOOMUUT"> - <a href="css3-text-line-break-opclns-204.htm">css3-text-line-break-opclns-204</a></td> - <td><a href="reference/css3-text-line-break-opclns-204-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-205" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK"> - <a href="css3-text-line-break-opclns-205.htm">css3-text-line-break-opclns-205</a></td> - <td><a href="reference/css3-text-line-break-opclns-205-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-206" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK"> - <a href="css3-text-line-break-opclns-206.htm">css3-text-line-break-opclns-206</a></td> - <td><a href="reference/css3-text-line-break-opclns-206-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-207" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 301C WAVE DASH"> - <a href="css3-text-line-break-opclns-207.htm">css3-text-line-break-opclns-207</a></td> - <td><a href="reference/css3-text-line-break-opclns-207-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-208" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303C MASU MARK"> - <a href="css3-text-line-break-opclns-208.htm">css3-text-line-break-opclns-208</a></td> - <td><a href="reference/css3-text-line-break-opclns-208-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-209" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK"> - <a href="css3-text-line-break-opclns-209.htm">css3-text-line-break-opclns-209</a></td> - <td><a href="reference/css3-text-line-break-opclns-209-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-210" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309B KATAKANA-HIRAGANA VOICED SOUND MARK"> - <a href="css3-text-line-break-opclns-210.htm">css3-text-line-break-opclns-210</a></td> - <td><a href="reference/css3-text-line-break-opclns-210-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-211" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309C KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK"> - <a href="css3-text-line-break-opclns-211.htm">css3-text-line-break-opclns-211</a></td> - <td><a href="reference/css3-text-line-break-opclns-211-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-212" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK"> - <a href="css3-text-line-break-opclns-212.htm">css3-text-line-break-opclns-212</a></td> - <td><a href="reference/css3-text-line-break-opclns-212-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-213" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK"> - <a href="css3-text-line-break-opclns-213.htm">css3-text-line-break-opclns-213</a></td> - <td><a href="reference/css3-text-line-break-opclns-213-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-214" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN"> - <a href="css3-text-line-break-opclns-214.htm">css3-text-line-break-opclns-214</a></td> - <td><a href="reference/css3-text-line-break-opclns-214-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-215" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT"> - <a href="css3-text-line-break-opclns-215.htm">css3-text-line-break-opclns-215</a></td> - <td><a href="reference/css3-text-line-break-opclns-215-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-216" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK"> - <a href="css3-text-line-break-opclns-216.htm">css3-text-line-break-opclns-216</a></td> - <td><a href="reference/css3-text-line-break-opclns-216-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-217" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK"> - <a href="css3-text-line-break-opclns-217.htm">css3-text-line-break-opclns-217</a></td> - <td><a href="reference/css3-text-line-break-opclns-217-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-218" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK"> - <a href="css3-text-line-break-opclns-218.htm">css3-text-line-break-opclns-218</a></td> - <td><a href="reference/css3-text-line-break-opclns-218-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-219" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE54 SMALL SEMICOLON"> - <a href="css3-text-line-break-opclns-219.htm">css3-text-line-break-opclns-219</a></td> - <td><a href="reference/css3-text-line-break-opclns-219-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-220" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FE55 SMALL COLON"> - <a href="css3-text-line-break-opclns-220.htm">css3-text-line-break-opclns-220</a></td> - <td><a href="reference/css3-text-line-break-opclns-220-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-221" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1A FULLWIDTH COLON"> - <a href="css3-text-line-break-opclns-221.htm">css3-text-line-break-opclns-221</a></td> - <td><a href="reference/css3-text-line-break-opclns-221-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-222" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON"> - <a href="css3-text-line-break-opclns-222.htm">css3-text-line-break-opclns-222</a></td> - <td><a href="reference/css3-text-line-break-opclns-222-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-223" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT"> - <a href="css3-text-line-break-opclns-223.htm">css3-text-line-break-opclns-223</a></td> - <td><a href="reference/css3-text-line-break-opclns-223-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-224" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK"> - <a href="css3-text-line-break-opclns-224.htm">css3-text-line-break-opclns-224</a></td> - <td><a href="reference/css3-text-line-break-opclns-224-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-225" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF9E HALFWIDTH KATAKANA VOICED SOUND MARK"> - <a href="css3-text-line-break-opclns-225.htm">css3-text-line-break-opclns-225</a></td> - <td><a href="reference/css3-text-line-break-opclns-225-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-226" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: FF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK"> - <a href="css3-text-line-break-opclns-226.htm">css3-text-line-break-opclns-226</a></td> - <td><a href="reference/css3-text-line-break-opclns-226-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-250" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A"> - <a href="css3-text-line-break-opclns-250.htm">css3-text-line-break-opclns-250</a></td> - <td><a href="reference/css3-text-line-break-opclns-250-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-251" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I"> - <a href="css3-text-line-break-opclns-251.htm">css3-text-line-break-opclns-251</a></td> - <td><a href="reference/css3-text-line-break-opclns-251-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-252" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U"> - <a href="css3-text-line-break-opclns-252.htm">css3-text-line-break-opclns-252</a></td> - <td><a href="reference/css3-text-line-break-opclns-252-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-253" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E"> - <a href="css3-text-line-break-opclns-253.htm">css3-text-line-break-opclns-253</a></td> - <td><a href="reference/css3-text-line-break-opclns-253-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-254" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O"> - <a href="css3-text-line-break-opclns-254.htm">css3-text-line-break-opclns-254</a></td> - <td><a href="reference/css3-text-line-break-opclns-254-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-255" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU"> - <a href="css3-text-line-break-opclns-255.htm">css3-text-line-break-opclns-255</a></td> - <td><a href="reference/css3-text-line-break-opclns-255-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-256" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA"> - <a href="css3-text-line-break-opclns-256.htm">css3-text-line-break-opclns-256</a></td> - <td><a href="reference/css3-text-line-break-opclns-256-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-257" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU"> - <a href="css3-text-line-break-opclns-257.htm">css3-text-line-break-opclns-257</a></td> - <td><a href="reference/css3-text-line-break-opclns-257-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-258" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO"> - <a href="css3-text-line-break-opclns-258.htm">css3-text-line-break-opclns-258</a></td> - <td><a href="reference/css3-text-line-break-opclns-258-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-259" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA"> - <a href="css3-text-line-break-opclns-259.htm">css3-text-line-break-opclns-259</a></td> - <td><a href="reference/css3-text-line-break-opclns-259-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-260" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A"> - <a href="css3-text-line-break-opclns-260.htm">css3-text-line-break-opclns-260</a></td> - <td><a href="reference/css3-text-line-break-opclns-260-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-261" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I"> - <a href="css3-text-line-break-opclns-261.htm">css3-text-line-break-opclns-261</a></td> - <td><a href="reference/css3-text-line-break-opclns-261-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-262" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U"> - <a href="css3-text-line-break-opclns-262.htm">css3-text-line-break-opclns-262</a></td> - <td><a href="reference/css3-text-line-break-opclns-262-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-263" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E"> - <a href="css3-text-line-break-opclns-263.htm">css3-text-line-break-opclns-263</a></td> - <td><a href="reference/css3-text-line-break-opclns-263-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-264" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O"> - <a href="css3-text-line-break-opclns-264.htm">css3-text-line-break-opclns-264</a></td> - <td><a href="reference/css3-text-line-break-opclns-264-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-265" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU"> - <a href="css3-text-line-break-opclns-265.htm">css3-text-line-break-opclns-265</a></td> - <td><a href="reference/css3-text-line-break-opclns-265-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-266" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA"> - <a href="css3-text-line-break-opclns-266.htm">css3-text-line-break-opclns-266</a></td> - <td><a href="reference/css3-text-line-break-opclns-266-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-267" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU"> - <a href="css3-text-line-break-opclns-267.htm">css3-text-line-break-opclns-267</a></td> - <td><a href="reference/css3-text-line-break-opclns-267-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-268" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO"> - <a href="css3-text-line-break-opclns-268.htm">css3-text-line-break-opclns-268</a></td> - <td><a href="reference/css3-text-line-break-opclns-268-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-line-break-opclns-269" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA"> - <a href="css3-text-line-break-opclns-269.htm">css3-text-line-break-opclns-269</a></td> - <td><a href="reference/css3-text-line-break-opclns-269-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-001" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin1 uppercase"> - <a href="css3-text-text-transform-001.htm">css3-text-text-transform-001</a></td> - <td><a href="reference/css3-text-text-transform-001-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-002" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin1 lowercase"> - <a href="css3-text-text-transform-002.htm">css3-text-text-transform-002</a></td> - <td><a href="reference/css3-text-text-transform-002-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-003" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended Additional, uppercase"> - <a href="css3-text-text-transform-003.htm">css3-text-text-transform-003</a></td> - <td><a href="reference/css3-text-text-transform-003-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-004" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended Additional, lowercase"> - <a href="css3-text-text-transform-004.htm">css3-text-text-transform-004</a></td> - <td><a href="reference/css3-text-text-transform-004-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-005" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-A, uppercase"> - <a href="css3-text-text-transform-005.htm">css3-text-text-transform-005</a></td> - <td><a href="reference/css3-text-text-transform-005-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-006" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-A, lowercase"> - <a href="css3-text-text-transform-006.htm">css3-text-text-transform-006</a></td> - <td><a href="reference/css3-text-text-transform-006-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-007" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-B, uppercase"> - <a href="css3-text-text-transform-007.htm">css3-text-text-transform-007</a></td> - <td><a href="reference/css3-text-text-transform-007-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-007a" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-B, uppercase (additional)"> - <a href="css3-text-text-transform-007a.htm">css3-text-text-transform-007a</a></td> - <td><a href="reference/css3-text-text-transform-007a-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-008" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-B, lowercase"> - <a href="css3-text-text-transform-008.htm">css3-text-text-transform-008</a></td> - <td><a href="reference/css3-text-text-transform-008-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-009" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-C, uppercase"> - <a href="css3-text-text-transform-009.htm">css3-text-text-transform-009</a></td> - <td><a href="reference/css3-text-text-transform-009-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-010" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-C, lowercase"> - <a href="css3-text-text-transform-010.htm">css3-text-text-transform-010</a></td> - <td><a href="reference/css3-text-text-transform-010-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-010a" class="font"> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin Extended-C, lowercase (additional)"> - <a href="css3-text-text-transform-010a.htm">css3-text-text-transform-010a</a></td> - <td><a href="reference/css3-text-text-transform-010a-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="font" title="Requires a special font">Font</abbr></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-011" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Full-width Latin, uppercase"> - <a href="css3-text-text-transform-011.htm">css3-text-text-transform-011</a></td> - <td><a href="reference/css3-text-text-transform-011-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-012" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Full-width Latin, lowercase"> - <a href="css3-text-text-transform-012.htm">css3-text-text-transform-012</a></td> - <td><a href="reference/css3-text-text-transform-012-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-014" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Greek and Coptic, uppercase"> - <a href="css3-text-text-transform-014.htm">css3-text-text-transform-014</a></td> - <td><a href="reference/css3-text-text-transform-014-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-015" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Greek and Coptic, lowercase"> - <a href="css3-text-text-transform-015.htm">css3-text-text-transform-015</a></td> - <td><a href="reference/css3-text-text-transform-015-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-016" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Greek Extended, uppercase"> - <a href="css3-text-text-transform-016.htm">css3-text-text-transform-016</a></td> - <td><a href="reference/css3-text-text-transform-016-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-017" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Greek Extended, lowercase"> - <a href="css3-text-text-transform-017.htm">css3-text-text-transform-017</a></td> - <td><a href="reference/css3-text-text-transform-017-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-018" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Cyrillic, uppercase"> - <a href="css3-text-text-transform-018.htm">css3-text-text-transform-018</a></td> - <td><a href="reference/css3-text-text-transform-018-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-019" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Cyrillic, lowercase"> - <a href="css3-text-text-transform-019.htm">css3-text-text-transform-019</a></td> - <td><a href="reference/css3-text-text-transform-019-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-020" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Cyrillic Extended, uppercase"> - <a href="css3-text-text-transform-020.htm">css3-text-text-transform-020</a></td> - <td><a href="reference/css3-text-text-transform-020-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-021" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Cyrillic Extended, lowercase"> - <a href="css3-text-text-transform-021.htm">css3-text-text-transform-021</a></td> - <td><a href="reference/css3-text-text-transform-021-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-022" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Armenian, uppercase"> - <a href="css3-text-text-transform-022.htm">css3-text-text-transform-022</a></td> - <td><a href="reference/css3-text-text-transform-022-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-023" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Armenian, lowercase"> - <a href="css3-text-text-transform-023.htm">css3-text-text-transform-023</a></td> - <td><a href="reference/css3-text-text-transform-023-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-024" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Number forms, uppercase"> - <a href="css3-text-text-transform-024.htm">css3-text-text-transform-024</a></td> - <td><a href="reference/css3-text-text-transform-024-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-025" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Number forms, lowercase"> - <a href="css3-text-text-transform-025.htm">css3-text-text-transform-025</a></td> - <td><a href="reference/css3-text-text-transform-025-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-026" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Enclosed Alphanumerics, uppercase"> - <a href="css3-text-text-transform-026.htm">css3-text-text-transform-026</a></td> - <td><a href="reference/css3-text-text-transform-026-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-027" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Enclosed Alphanumerics, lowercase"> - <a href="css3-text-text-transform-027.htm">css3-text-text-transform-027</a></td> - <td><a href="reference/css3-text-text-transform-027-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-028" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Deseret, uppercase"> - <a href="css3-text-text-transform-028.htm">css3-text-text-transform-028</a></td> - <td><a href="reference/css3-text-text-transform-028-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-029" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Deseret, lowercase"> - <a href="css3-text-text-transform-029.htm">css3-text-text-transform-029</a></td> - <td><a href="reference/css3-text-text-transform-029-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-030" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Georgian, uppercase"> - <a href="css3-text-text-transform-030.htm">css3-text-text-transform-030</a></td> - <td><a href="reference/css3-text-text-transform-030-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-031" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Georgian, lowercase"> - <a href="css3-text-text-transform-031.htm">css3-text-text-transform-031</a></td> - <td><a href="reference/css3-text-text-transform-031-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-032" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: German sharp S, uppercase"> - <a href="css3-text-text-transform-032.htm">css3-text-text-transform-032</a></td> - <td><a href="reference/css3-text-text-transform-032-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-033" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Latin ligatures, uppercase"> - <a href="css3-text-text-transform-033.htm">css3-text-text-transform-033</a></td> - <td><a href="reference/css3-text-text-transform-033-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-034" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Armenian ligatures, uppercase"> - <a href="css3-text-text-transform-034.htm">css3-text-text-transform-034</a></td> - <td><a href="reference/css3-text-text-transform-034-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-035" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Greek specials, uppercase"> - <a href="css3-text-text-transform-035.htm">css3-text-text-transform-035</a></td> - <td><a href="reference/css3-text-text-transform-035-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-038" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Greek final sigma, lowercase"> - <a href="css3-text-text-transform-038.htm">css3-text-text-transform-038</a></td> - <td><a href="reference/css3-text-text-transform-038-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-039" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Lithuanian, lowercase"> - <a href="css3-text-text-transform-039.htm">css3-text-text-transform-039</a></td> - <td><a href="reference/css3-text-text-transform-039-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-040" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Turkish, uppercase"> - <a href="css3-text-text-transform-040.htm">css3-text-text-transform-040</a></td> - <td><a href="reference/css3-text-text-transform-040-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-041" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Turkish, lowercase"> - <a href="css3-text-text-transform-041.htm">css3-text-text-transform-041</a></td> - <td><a href="reference/css3-text-text-transform-041-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-042" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Azeri, uppercase"> - <a href="css3-text-text-transform-042.htm">css3-text-text-transform-042</a></td> - <td><a href="reference/css3-text-text-transform-042-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-043" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: Azeri, lowercase"> - <a href="css3-text-text-transform-043.htm">css3-text-text-transform-043</a></td> - <td><a href="reference/css3-text-text-transform-043-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-044" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: small kana mappings, hiragana"> - <a href="css3-text-text-transform-044.htm">css3-text-text-transform-044</a></td> - <td><a href="reference/css3-text-text-transform-044-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-045" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: small kana mappings, katakana"> - <a href="css3-text-text-transform-045.htm">css3-text-text-transform-045</a></td> - <td><a href="reference/css3-text-text-transform-045-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css3-text-text-transform-046" class=""> - <tr> - <td rowspan="1" title="CSS3 Text, text transform: small kana mappings, half-width katakana"> - <a href="css3-text-text-transform-046.htm">css3-text-text-transform-046</a></td> - <td><a href="reference/css3-text-text-transform-046-ref.htm">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> <tbody id="full-width-002" class=""> <tr> <td rowspan="1" title="CSS Writing Modes: text-combine-upright on full-width characters"> @@ -4200,6 +304,46 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="text-align-match-parent-02" class="dom"> + <tr> + <td rowspan="1" title="CSS Text: text-align: match-parent"> + <a href="text-align-match-parent-02.htm">text-align-match-parent-02</a></td> + <td><a href="reference/text-align-match-parent-ref.htm">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="text-align-match-parent-03" class="dom"> + <tr> + <td rowspan="1" title="CSS Text: text-align: match-parent"> + <a href="text-align-match-parent-03.htm">text-align-match-parent-03</a></td> + <td><a href="reference/text-align-match-parent-ref.htm">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="text-align-match-parent-04" class="dom"> + <tr> + <td rowspan="1" title="CSS Text: text-align: match-parent"> + <a href="text-align-match-parent-04.htm">text-align-match-parent-04</a></td> + <td><a href="reference/text-align-match-parent-ref.htm">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="text-align-match-parent-root-ltr" class=""> + <tr> + <td rowspan="1" title="CSS Text: text-align: match-parent"> + <a href="text-align-match-parent-root-ltr.htm">text-align-match-parent-root-ltr</a></td> + <td><a href="reference/text-align-match-parent-root-ltr-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="text-align-match-parent-root-rtl" class=""> + <tr> + <td rowspan="1" title="CSS Text: text-align: match-parent"> + <a href="text-align-match-parent-root-rtl.htm">text-align-match-parent-root-rtl</a></td> + <td><a href="reference/text-align-match-parent-root-rtl-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="text-emphasis-color-001" class=""> <tr> <td rowspan="1" title="text-emphasis - color - basic cases"> diff --git a/tests/wpt/css-tests/css-text-3_dev/html/reftest.list b/tests/wpt/css-tests/css-text-3_dev/html/reftest.list index 7f936d5669f..d14dd6b92fc 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/reftest.list +++ b/tests/wpt/css-tests/css-text-3_dev/html/reftest.list @@ -1,491 +1,4 @@ -css3-text-line-break-jazh-001.htm == reference/css3-text-line-break-jazh-001-ref.htm -css3-text-line-break-jazh-002.htm == reference/css3-text-line-break-jazh-002-ref.htm -css3-text-line-break-jazh-003.htm == reference/css3-text-line-break-jazh-003-ref.htm -css3-text-line-break-jazh-004.htm == reference/css3-text-line-break-jazh-004-ref.htm -css3-text-line-break-jazh-005.htm == reference/css3-text-line-break-jazh-005-ref.htm -css3-text-line-break-jazh-006.htm == reference/css3-text-line-break-jazh-006-ref.htm -css3-text-line-break-jazh-007.htm == reference/css3-text-line-break-jazh-007-ref.htm -css3-text-line-break-jazh-008.htm == reference/css3-text-line-break-jazh-008-ref.htm -css3-text-line-break-jazh-009.htm == reference/css3-text-line-break-jazh-009-ref.htm -css3-text-line-break-jazh-010.htm == reference/css3-text-line-break-jazh-010-ref.htm -css3-text-line-break-jazh-011.htm == reference/css3-text-line-break-jazh-011-ref.htm -css3-text-line-break-jazh-012.htm == reference/css3-text-line-break-jazh-012-ref.htm -css3-text-line-break-jazh-013.htm == reference/css3-text-line-break-jazh-013-ref.htm -css3-text-line-break-jazh-014.htm == reference/css3-text-line-break-jazh-014-ref.htm -css3-text-line-break-jazh-015.htm == reference/css3-text-line-break-jazh-015-ref.htm -css3-text-line-break-jazh-016.htm == reference/css3-text-line-break-jazh-016-ref.htm -css3-text-line-break-jazh-017.htm == reference/css3-text-line-break-jazh-017-ref.htm -css3-text-line-break-jazh-018.htm == reference/css3-text-line-break-jazh-018-ref.htm -css3-text-line-break-jazh-019.htm == reference/css3-text-line-break-jazh-019-ref.htm -css3-text-line-break-jazh-020.htm == reference/css3-text-line-break-jazh-020-ref.htm -css3-text-line-break-jazh-021.htm == reference/css3-text-line-break-jazh-021-ref.htm -css3-text-line-break-jazh-022.htm == reference/css3-text-line-break-jazh-022-ref.htm -css3-text-line-break-jazh-023.htm == reference/css3-text-line-break-jazh-023-ref.htm -css3-text-line-break-jazh-024.htm == reference/css3-text-line-break-jazh-024-ref.htm -css3-text-line-break-jazh-025.htm == reference/css3-text-line-break-jazh-025-ref.htm -css3-text-line-break-jazh-026.htm == reference/css3-text-line-break-jazh-026-ref.htm -css3-text-line-break-jazh-027.htm == reference/css3-text-line-break-jazh-027-ref.htm -css3-text-line-break-jazh-028.htm == reference/css3-text-line-break-jazh-028-ref.htm -css3-text-line-break-jazh-029.htm == reference/css3-text-line-break-jazh-029-ref.htm -css3-text-line-break-jazh-030.htm == reference/css3-text-line-break-jazh-030-ref.htm -css3-text-line-break-jazh-031.htm == reference/css3-text-line-break-jazh-031-ref.htm -css3-text-line-break-jazh-032.htm == reference/css3-text-line-break-jazh-032-ref.htm -css3-text-line-break-jazh-033.htm == reference/css3-text-line-break-jazh-033-ref.htm -css3-text-line-break-jazh-034.htm == reference/css3-text-line-break-jazh-034-ref.htm -css3-text-line-break-jazh-035.htm == reference/css3-text-line-break-jazh-035-ref.htm -css3-text-line-break-jazh-036.htm == reference/css3-text-line-break-jazh-036-ref.htm -css3-text-line-break-jazh-037.htm == reference/css3-text-line-break-jazh-037-ref.htm -css3-text-line-break-jazh-038.htm == reference/css3-text-line-break-jazh-038-ref.htm -css3-text-line-break-jazh-039.htm == reference/css3-text-line-break-jazh-039-ref.htm -css3-text-line-break-jazh-040.htm == reference/css3-text-line-break-jazh-040-ref.htm -css3-text-line-break-jazh-041.htm == reference/css3-text-line-break-jazh-041-ref.htm -css3-text-line-break-jazh-042.htm == reference/css3-text-line-break-jazh-042-ref.htm -css3-text-line-break-jazh-043.htm == reference/css3-text-line-break-jazh-043-ref.htm -css3-text-line-break-jazh-044.htm == reference/css3-text-line-break-jazh-044-ref.htm -css3-text-line-break-jazh-045.htm == reference/css3-text-line-break-jazh-045-ref.htm -css3-text-line-break-jazh-046.htm == reference/css3-text-line-break-jazh-046-ref.htm -css3-text-line-break-jazh-047.htm == reference/css3-text-line-break-jazh-047-ref.htm -css3-text-line-break-jazh-048.htm == reference/css3-text-line-break-jazh-048-ref.htm -css3-text-line-break-jazh-049.htm == reference/css3-text-line-break-jazh-049-ref.htm -css3-text-line-break-jazh-050.htm == reference/css3-text-line-break-jazh-050-ref.htm -css3-text-line-break-jazh-051.htm == reference/css3-text-line-break-jazh-051-ref.htm -css3-text-line-break-jazh-052.htm == reference/css3-text-line-break-jazh-052-ref.htm -css3-text-line-break-jazh-054.htm == reference/css3-text-line-break-jazh-054-ref.htm -css3-text-line-break-jazh-055.htm == reference/css3-text-line-break-jazh-055-ref.htm -css3-text-line-break-jazh-056.htm == reference/css3-text-line-break-jazh-056-ref.htm -css3-text-line-break-jazh-057.htm == reference/css3-text-line-break-jazh-057-ref.htm -css3-text-line-break-jazh-058.htm == reference/css3-text-line-break-jazh-058-ref.htm -css3-text-line-break-jazh-059.htm == reference/css3-text-line-break-jazh-059-ref.htm -css3-text-line-break-jazh-060.htm == reference/css3-text-line-break-jazh-060-ref.htm -css3-text-line-break-jazh-101.htm == reference/css3-text-line-break-jazh-101-ref.htm -css3-text-line-break-jazh-102.htm == reference/css3-text-line-break-jazh-102-ref.htm -css3-text-line-break-jazh-103.htm == reference/css3-text-line-break-jazh-103-ref.htm -css3-text-line-break-jazh-104.htm == reference/css3-text-line-break-jazh-104-ref.htm -css3-text-line-break-jazh-105.htm == reference/css3-text-line-break-jazh-105-ref.htm -css3-text-line-break-jazh-106.htm == reference/css3-text-line-break-jazh-106-ref.htm -css3-text-line-break-jazh-107.htm == reference/css3-text-line-break-jazh-107-ref.htm -css3-text-line-break-jazh-108.htm == reference/css3-text-line-break-jazh-108-ref.htm -css3-text-line-break-jazh-109.htm == reference/css3-text-line-break-jazh-109-ref.htm -css3-text-line-break-jazh-110.htm == reference/css3-text-line-break-jazh-110-ref.htm -css3-text-line-break-jazh-111.htm == reference/css3-text-line-break-jazh-111-ref.htm -css3-text-line-break-jazh-112.htm == reference/css3-text-line-break-jazh-112-ref.htm -css3-text-line-break-jazh-113.htm == reference/css3-text-line-break-jazh-113-ref.htm -css3-text-line-break-jazh-114.htm == reference/css3-text-line-break-jazh-114-ref.htm -css3-text-line-break-jazh-115.htm == reference/css3-text-line-break-jazh-115-ref.htm -css3-text-line-break-jazh-116.htm == reference/css3-text-line-break-jazh-116-ref.htm -css3-text-line-break-jazh-117.htm == reference/css3-text-line-break-jazh-117-ref.htm -css3-text-line-break-jazh-118.htm == reference/css3-text-line-break-jazh-118-ref.htm -css3-text-line-break-jazh-119.htm == reference/css3-text-line-break-jazh-119-ref.htm -css3-text-line-break-jazh-120.htm == reference/css3-text-line-break-jazh-120-ref.htm -css3-text-line-break-jazh-121.htm == reference/css3-text-line-break-jazh-121-ref.htm -css3-text-line-break-jazh-122.htm == reference/css3-text-line-break-jazh-122-ref.htm -css3-text-line-break-jazh-123.htm == reference/css3-text-line-break-jazh-123-ref.htm -css3-text-line-break-jazh-124.htm == reference/css3-text-line-break-jazh-124-ref.htm -css3-text-line-break-jazh-125.htm == reference/css3-text-line-break-jazh-125-ref.htm -css3-text-line-break-jazh-126.htm == reference/css3-text-line-break-jazh-126-ref.htm -css3-text-line-break-jazh-127.htm == reference/css3-text-line-break-jazh-127-ref.htm -css3-text-line-break-jazh-128.htm == reference/css3-text-line-break-jazh-128-ref.htm -css3-text-line-break-jazh-129.htm == reference/css3-text-line-break-jazh-129-ref.htm -css3-text-line-break-jazh-130.htm == reference/css3-text-line-break-jazh-130-ref.htm -css3-text-line-break-jazh-131.htm == reference/css3-text-line-break-jazh-131-ref.htm -css3-text-line-break-jazh-132.htm == reference/css3-text-line-break-jazh-132-ref.htm -css3-text-line-break-jazh-133.htm == reference/css3-text-line-break-jazh-133-ref.htm -css3-text-line-break-jazh-134.htm == reference/css3-text-line-break-jazh-134-ref.htm -css3-text-line-break-jazh-135.htm == reference/css3-text-line-break-jazh-135-ref.htm -css3-text-line-break-jazh-136.htm == reference/css3-text-line-break-jazh-136-ref.htm -css3-text-line-break-jazh-137.htm == reference/css3-text-line-break-jazh-137-ref.htm -css3-text-line-break-jazh-138.htm == reference/css3-text-line-break-jazh-138-ref.htm -css3-text-line-break-jazh-139.htm == reference/css3-text-line-break-jazh-139-ref.htm -css3-text-line-break-jazh-140.htm == reference/css3-text-line-break-jazh-140-ref.htm -css3-text-line-break-jazh-141.htm == reference/css3-text-line-break-jazh-141-ref.htm -css3-text-line-break-jazh-142.htm == reference/css3-text-line-break-jazh-142-ref.htm -css3-text-line-break-jazh-143.htm == reference/css3-text-line-break-jazh-143-ref.htm -css3-text-line-break-jazh-144.htm == reference/css3-text-line-break-jazh-144-ref.htm -css3-text-line-break-jazh-145.htm == reference/css3-text-line-break-jazh-145-ref.htm -css3-text-line-break-jazh-146.htm == reference/css3-text-line-break-jazh-146-ref.htm -css3-text-line-break-jazh-147.htm == reference/css3-text-line-break-jazh-147-ref.htm -css3-text-line-break-jazh-148.htm == reference/css3-text-line-break-jazh-148-ref.htm -css3-text-line-break-jazh-149.htm == reference/css3-text-line-break-jazh-149-ref.htm -css3-text-line-break-jazh-150.htm == reference/css3-text-line-break-jazh-150-ref.htm -css3-text-line-break-jazh-151.htm == reference/css3-text-line-break-jazh-151-ref.htm -css3-text-line-break-jazh-152.htm == reference/css3-text-line-break-jazh-152-ref.htm -css3-text-line-break-jazh-154.htm == reference/css3-text-line-break-jazh-154-ref.htm -css3-text-line-break-jazh-155.htm == reference/css3-text-line-break-jazh-155-ref.htm -css3-text-line-break-jazh-156.htm == reference/css3-text-line-break-jazh-156-ref.htm -css3-text-line-break-jazh-157.htm == reference/css3-text-line-break-jazh-157-ref.htm -css3-text-line-break-jazh-158.htm == reference/css3-text-line-break-jazh-158-ref.htm -css3-text-line-break-jazh-159.htm == reference/css3-text-line-break-jazh-159-ref.htm -css3-text-line-break-jazh-160.htm == reference/css3-text-line-break-jazh-160-ref.htm -css3-text-line-break-jazh-201.htm == reference/css3-text-line-break-jazh-201-ref.htm -css3-text-line-break-jazh-202.htm == reference/css3-text-line-break-jazh-202-ref.htm -css3-text-line-break-jazh-203.htm == reference/css3-text-line-break-jazh-203-ref.htm -css3-text-line-break-jazh-204.htm == reference/css3-text-line-break-jazh-204-ref.htm -css3-text-line-break-jazh-205.htm == reference/css3-text-line-break-jazh-205-ref.htm -css3-text-line-break-jazh-206.htm == reference/css3-text-line-break-jazh-206-ref.htm -css3-text-line-break-jazh-207.htm == reference/css3-text-line-break-jazh-207-ref.htm -css3-text-line-break-jazh-208.htm == reference/css3-text-line-break-jazh-208-ref.htm -css3-text-line-break-jazh-209.htm == reference/css3-text-line-break-jazh-209-ref.htm -css3-text-line-break-jazh-210.htm == reference/css3-text-line-break-jazh-210-ref.htm -css3-text-line-break-jazh-211.htm == reference/css3-text-line-break-jazh-211-ref.htm -css3-text-line-break-jazh-212.htm == reference/css3-text-line-break-jazh-212-ref.htm -css3-text-line-break-jazh-213.htm == reference/css3-text-line-break-jazh-213-ref.htm -css3-text-line-break-jazh-214.htm == reference/css3-text-line-break-jazh-214-ref.htm -css3-text-line-break-jazh-215.htm == reference/css3-text-line-break-jazh-215-ref.htm -css3-text-line-break-jazh-216.htm == reference/css3-text-line-break-jazh-216-ref.htm -css3-text-line-break-jazh-217.htm == reference/css3-text-line-break-jazh-217-ref.htm -css3-text-line-break-jazh-218.htm == reference/css3-text-line-break-jazh-218-ref.htm -css3-text-line-break-jazh-219.htm == reference/css3-text-line-break-jazh-219-ref.htm -css3-text-line-break-jazh-220.htm == reference/css3-text-line-break-jazh-220-ref.htm -css3-text-line-break-jazh-221.htm == reference/css3-text-line-break-jazh-221-ref.htm -css3-text-line-break-jazh-222.htm == reference/css3-text-line-break-jazh-222-ref.htm -css3-text-line-break-jazh-223.htm == reference/css3-text-line-break-jazh-223-ref.htm -css3-text-line-break-jazh-224.htm == reference/css3-text-line-break-jazh-224-ref.htm -css3-text-line-break-jazh-225.htm == reference/css3-text-line-break-jazh-225-ref.htm -css3-text-line-break-jazh-226.htm == reference/css3-text-line-break-jazh-226-ref.htm -css3-text-line-break-jazh-227.htm == reference/css3-text-line-break-jazh-227-ref.htm -css3-text-line-break-jazh-228.htm == reference/css3-text-line-break-jazh-228-ref.htm -css3-text-line-break-jazh-229.htm == reference/css3-text-line-break-jazh-229-ref.htm -css3-text-line-break-jazh-230.htm == reference/css3-text-line-break-jazh-230-ref.htm -css3-text-line-break-jazh-231.htm == reference/css3-text-line-break-jazh-231-ref.htm -css3-text-line-break-jazh-232.htm == reference/css3-text-line-break-jazh-232-ref.htm -css3-text-line-break-jazh-233.htm == reference/css3-text-line-break-jazh-233-ref.htm -css3-text-line-break-jazh-234.htm == reference/css3-text-line-break-jazh-234-ref.htm -css3-text-line-break-jazh-235.htm == reference/css3-text-line-break-jazh-235-ref.htm -css3-text-line-break-jazh-236.htm == reference/css3-text-line-break-jazh-236-ref.htm -css3-text-line-break-jazh-237.htm == reference/css3-text-line-break-jazh-237-ref.htm -css3-text-line-break-jazh-238.htm == reference/css3-text-line-break-jazh-238-ref.htm -css3-text-line-break-jazh-239.htm == reference/css3-text-line-break-jazh-239-ref.htm -css3-text-line-break-jazh-240.htm == reference/css3-text-line-break-jazh-240-ref.htm -css3-text-line-break-jazh-241.htm == reference/css3-text-line-break-jazh-241-ref.htm -css3-text-line-break-jazh-242.htm == reference/css3-text-line-break-jazh-242-ref.htm -css3-text-line-break-jazh-243.htm == reference/css3-text-line-break-jazh-243-ref.htm -css3-text-line-break-jazh-244.htm == reference/css3-text-line-break-jazh-244-ref.htm -css3-text-line-break-jazh-245.htm == reference/css3-text-line-break-jazh-245-ref.htm -css3-text-line-break-jazh-246.htm == reference/css3-text-line-break-jazh-246-ref.htm -css3-text-line-break-jazh-247.htm == reference/css3-text-line-break-jazh-247-ref.htm -css3-text-line-break-jazh-248.htm == reference/css3-text-line-break-jazh-248-ref.htm -css3-text-line-break-jazh-249.htm == reference/css3-text-line-break-jazh-249-ref.htm -css3-text-line-break-jazh-250.htm == reference/css3-text-line-break-jazh-250-ref.htm -css3-text-line-break-jazh-251.htm == reference/css3-text-line-break-jazh-251-ref.htm -css3-text-line-break-jazh-252.htm == reference/css3-text-line-break-jazh-252-ref.htm -css3-text-line-break-jazh-254.htm == reference/css3-text-line-break-jazh-254-ref.htm -css3-text-line-break-jazh-255.htm == reference/css3-text-line-break-jazh-255-ref.htm -css3-text-line-break-jazh-256.htm == reference/css3-text-line-break-jazh-256-ref.htm -css3-text-line-break-jazh-257.htm == reference/css3-text-line-break-jazh-257-ref.htm -css3-text-line-break-jazh-258.htm == reference/css3-text-line-break-jazh-258-ref.htm -css3-text-line-break-jazh-259.htm == reference/css3-text-line-break-jazh-259-ref.htm -css3-text-line-break-jazh-260.htm == reference/css3-text-line-break-jazh-260-ref.htm -css3-text-line-break-jazh-301.htm == reference/css3-text-line-break-jazh-301-ref.htm -css3-text-line-break-jazh-302.htm == reference/css3-text-line-break-jazh-302-ref.htm -css3-text-line-break-jazh-303.htm == reference/css3-text-line-break-jazh-303-ref.htm -css3-text-line-break-jazh-304.htm == reference/css3-text-line-break-jazh-304-ref.htm -css3-text-line-break-jazh-305.htm == reference/css3-text-line-break-jazh-305-ref.htm -css3-text-line-break-jazh-306.htm == reference/css3-text-line-break-jazh-306-ref.htm -css3-text-line-break-jazh-307.htm == reference/css3-text-line-break-jazh-307-ref.htm -css3-text-line-break-jazh-308.htm == reference/css3-text-line-break-jazh-308-ref.htm -css3-text-line-break-jazh-309.htm == reference/css3-text-line-break-jazh-309-ref.htm -css3-text-line-break-jazh-310.htm == reference/css3-text-line-break-jazh-310-ref.htm -css3-text-line-break-jazh-311.htm == reference/css3-text-line-break-jazh-311-ref.htm -css3-text-line-break-jazh-312.htm == reference/css3-text-line-break-jazh-312-ref.htm -css3-text-line-break-jazh-313.htm == reference/css3-text-line-break-jazh-313-ref.htm -css3-text-line-break-jazh-314.htm == reference/css3-text-line-break-jazh-314-ref.htm -css3-text-line-break-jazh-315.htm == reference/css3-text-line-break-jazh-315-ref.htm -css3-text-line-break-jazh-316.htm == reference/css3-text-line-break-jazh-316-ref.htm -css3-text-line-break-jazh-317.htm == reference/css3-text-line-break-jazh-317-ref.htm -css3-text-line-break-jazh-318.htm == reference/css3-text-line-break-jazh-318-ref.htm -css3-text-line-break-jazh-319.htm == reference/css3-text-line-break-jazh-319-ref.htm -css3-text-line-break-jazh-320.htm == reference/css3-text-line-break-jazh-320-ref.htm -css3-text-line-break-jazh-321.htm == reference/css3-text-line-break-jazh-321-ref.htm -css3-text-line-break-jazh-322.htm == reference/css3-text-line-break-jazh-322-ref.htm -css3-text-line-break-jazh-323.htm == reference/css3-text-line-break-jazh-323-ref.htm -css3-text-line-break-jazh-324.htm == reference/css3-text-line-break-jazh-324-ref.htm -css3-text-line-break-jazh-325.htm == reference/css3-text-line-break-jazh-325-ref.htm -css3-text-line-break-jazh-326.htm == reference/css3-text-line-break-jazh-326-ref.htm -css3-text-line-break-jazh-327.htm == reference/css3-text-line-break-jazh-327-ref.htm -css3-text-line-break-jazh-351.htm == reference/css3-text-line-break-jazh-351-ref.htm -css3-text-line-break-jazh-352.htm == reference/css3-text-line-break-jazh-352-ref.htm -css3-text-line-break-jazh-353.htm == reference/css3-text-line-break-jazh-353-ref.htm -css3-text-line-break-jazh-354.htm == reference/css3-text-line-break-jazh-354-ref.htm -css3-text-line-break-jazh-355.htm == reference/css3-text-line-break-jazh-355-ref.htm -css3-text-line-break-jazh-356.htm == reference/css3-text-line-break-jazh-356-ref.htm -css3-text-line-break-jazh-357.htm == reference/css3-text-line-break-jazh-357-ref.htm -css3-text-line-break-jazh-358.htm == reference/css3-text-line-break-jazh-358-ref.htm -css3-text-line-break-jazh-359.htm == reference/css3-text-line-break-jazh-359-ref.htm -css3-text-line-break-jazh-360.htm == reference/css3-text-line-break-jazh-360-ref.htm -css3-text-line-break-jazh-361.htm == reference/css3-text-line-break-jazh-361-ref.htm -css3-text-line-break-jazh-362.htm == reference/css3-text-line-break-jazh-362-ref.htm -css3-text-line-break-jazh-363.htm == reference/css3-text-line-break-jazh-363-ref.htm -css3-text-line-break-jazh-364.htm == reference/css3-text-line-break-jazh-364-ref.htm -css3-text-line-break-jazh-365.htm == reference/css3-text-line-break-jazh-365-ref.htm -css3-text-line-break-jazh-366.htm == reference/css3-text-line-break-jazh-366-ref.htm -css3-text-line-break-jazh-367.htm == reference/css3-text-line-break-jazh-367-ref.htm -css3-text-line-break-jazh-368.htm == reference/css3-text-line-break-jazh-368-ref.htm -css3-text-line-break-jazh-369.htm == reference/css3-text-line-break-jazh-369-ref.htm -css3-text-line-break-jazh-370.htm == reference/css3-text-line-break-jazh-370-ref.htm -css3-text-line-break-jazh-371.htm == reference/css3-text-line-break-jazh-371-ref.htm -css3-text-line-break-jazh-372.htm == reference/css3-text-line-break-jazh-372-ref.htm -css3-text-line-break-jazh-373.htm == reference/css3-text-line-break-jazh-373-ref.htm -css3-text-line-break-jazh-374.htm == reference/css3-text-line-break-jazh-374-ref.htm -css3-text-line-break-jazh-375.htm == reference/css3-text-line-break-jazh-375-ref.htm -css3-text-line-break-jazh-376.htm == reference/css3-text-line-break-jazh-376-ref.htm -css3-text-line-break-jazh-377.htm == reference/css3-text-line-break-jazh-377-ref.htm -css3-text-line-break-jazh-401.htm == reference/css3-text-line-break-jazh-401-ref.htm -css3-text-line-break-jazh-402.htm == reference/css3-text-line-break-jazh-402-ref.htm -css3-text-line-break-jazh-403.htm == reference/css3-text-line-break-jazh-403-ref.htm -css3-text-line-break-jazh-404.htm == reference/css3-text-line-break-jazh-404-ref.htm -css3-text-line-break-jazh-405.htm == reference/css3-text-line-break-jazh-405-ref.htm -css3-text-line-break-jazh-406.htm == reference/css3-text-line-break-jazh-406-ref.htm -css3-text-line-break-jazh-407.htm == reference/css3-text-line-break-jazh-407-ref.htm -css3-text-line-break-jazh-408.htm == reference/css3-text-line-break-jazh-408-ref.htm -css3-text-line-break-jazh-409.htm == reference/css3-text-line-break-jazh-409-ref.htm -css3-text-line-break-jazh-410.htm == reference/css3-text-line-break-jazh-410-ref.htm -css3-text-line-break-jazh-411.htm == reference/css3-text-line-break-jazh-411-ref.htm -css3-text-line-break-jazh-412.htm == reference/css3-text-line-break-jazh-412-ref.htm -css3-text-line-break-jazh-413.htm == reference/css3-text-line-break-jazh-413-ref.htm -css3-text-line-break-jazh-414.htm == reference/css3-text-line-break-jazh-414-ref.htm -css3-text-line-break-jazh-415.htm == reference/css3-text-line-break-jazh-415-ref.htm -css3-text-line-break-jazh-416.htm == reference/css3-text-line-break-jazh-416-ref.htm -css3-text-line-break-jazh-417.htm == reference/css3-text-line-break-jazh-417-ref.htm -css3-text-line-break-jazh-418.htm == reference/css3-text-line-break-jazh-418-ref.htm -css3-text-line-break-jazh-419.htm == reference/css3-text-line-break-jazh-419-ref.htm -css3-text-line-break-jazh-420.htm == reference/css3-text-line-break-jazh-420-ref.htm -css3-text-line-break-jazh-421.htm == reference/css3-text-line-break-jazh-421-ref.htm -css3-text-line-break-jazh-422.htm == reference/css3-text-line-break-jazh-422-ref.htm -css3-text-line-break-jazh-423.htm == reference/css3-text-line-break-jazh-423-ref.htm -css3-text-line-break-jazh-424.htm == reference/css3-text-line-break-jazh-424-ref.htm -css3-text-line-break-jazh-425.htm == reference/css3-text-line-break-jazh-425-ref.htm -css3-text-line-break-jazh-426.htm == reference/css3-text-line-break-jazh-426-ref.htm -css3-text-line-break-jazh-427.htm == reference/css3-text-line-break-jazh-427-ref.htm -css3-text-line-break-opclns-001.htm == reference/css3-text-line-break-opclns-001-ref.htm -css3-text-line-break-opclns-002.htm == reference/css3-text-line-break-opclns-002-ref.htm -css3-text-line-break-opclns-003.htm == reference/css3-text-line-break-opclns-003-ref.htm -css3-text-line-break-opclns-004.htm == reference/css3-text-line-break-opclns-004-ref.htm -css3-text-line-break-opclns-005.htm == reference/css3-text-line-break-opclns-005-ref.htm -css3-text-line-break-opclns-006.htm == reference/css3-text-line-break-opclns-006-ref.htm -css3-text-line-break-opclns-007.htm == reference/css3-text-line-break-opclns-007-ref.htm -css3-text-line-break-opclns-008.htm == reference/css3-text-line-break-opclns-008-ref.htm -css3-text-line-break-opclns-009.htm == reference/css3-text-line-break-opclns-009-ref.htm -css3-text-line-break-opclns-010.htm == reference/css3-text-line-break-opclns-010-ref.htm -css3-text-line-break-opclns-011.htm == reference/css3-text-line-break-opclns-011-ref.htm -css3-text-line-break-opclns-012.htm == reference/css3-text-line-break-opclns-012-ref.htm -css3-text-line-break-opclns-013.htm == reference/css3-text-line-break-opclns-013-ref.htm -css3-text-line-break-opclns-014.htm == reference/css3-text-line-break-opclns-014-ref.htm -css3-text-line-break-opclns-015.htm == reference/css3-text-line-break-opclns-015-ref.htm -css3-text-line-break-opclns-016.htm == reference/css3-text-line-break-opclns-016-ref.htm -css3-text-line-break-opclns-017.htm == reference/css3-text-line-break-opclns-017-ref.htm -css3-text-line-break-opclns-018.htm == reference/css3-text-line-break-opclns-018-ref.htm -css3-text-line-break-opclns-019.htm == reference/css3-text-line-break-opclns-019-ref.htm -css3-text-line-break-opclns-020.htm == reference/css3-text-line-break-opclns-020-ref.htm -css3-text-line-break-opclns-021.htm == reference/css3-text-line-break-opclns-021-ref.htm -css3-text-line-break-opclns-022.htm == reference/css3-text-line-break-opclns-022-ref.htm -css3-text-line-break-opclns-023.htm == reference/css3-text-line-break-opclns-023-ref.htm -css3-text-line-break-opclns-024.htm == reference/css3-text-line-break-opclns-024-ref.htm -css3-text-line-break-opclns-025.htm == reference/css3-text-line-break-opclns-025-ref.htm -css3-text-line-break-opclns-026.htm == reference/css3-text-line-break-opclns-026-ref.htm -css3-text-line-break-opclns-027.htm == reference/css3-text-line-break-opclns-027-ref.htm -css3-text-line-break-opclns-028.htm == reference/css3-text-line-break-opclns-028-ref.htm -css3-text-line-break-opclns-029.htm == reference/css3-text-line-break-opclns-029-ref.htm -css3-text-line-break-opclns-030.htm == reference/css3-text-line-break-opclns-030-ref.htm -css3-text-line-break-opclns-031.htm == reference/css3-text-line-break-opclns-031-ref.htm -css3-text-line-break-opclns-032.htm == reference/css3-text-line-break-opclns-032-ref.htm -css3-text-line-break-opclns-033.htm == reference/css3-text-line-break-opclns-033-ref.htm -css3-text-line-break-opclns-034.htm == reference/css3-text-line-break-opclns-034-ref.htm -css3-text-line-break-opclns-035.htm == reference/css3-text-line-break-opclns-035-ref.htm -css3-text-line-break-opclns-036.htm == reference/css3-text-line-break-opclns-036-ref.htm -css3-text-line-break-opclns-037.htm == reference/css3-text-line-break-opclns-037-ref.htm -css3-text-line-break-opclns-038.htm == reference/css3-text-line-break-opclns-038-ref.htm -css3-text-line-break-opclns-039.htm == reference/css3-text-line-break-opclns-039-ref.htm -css3-text-line-break-opclns-040.htm == reference/css3-text-line-break-opclns-040-ref.htm -css3-text-line-break-opclns-041.htm == reference/css3-text-line-break-opclns-041-ref.htm -css3-text-line-break-opclns-042.htm == reference/css3-text-line-break-opclns-042-ref.htm -css3-text-line-break-opclns-043.htm == reference/css3-text-line-break-opclns-043-ref.htm -css3-text-line-break-opclns-044.htm == reference/css3-text-line-break-opclns-044-ref.htm -css3-text-line-break-opclns-045.htm == reference/css3-text-line-break-opclns-045-ref.htm -css3-text-line-break-opclns-046.htm == reference/css3-text-line-break-opclns-046-ref.htm -css3-text-line-break-opclns-047.htm == reference/css3-text-line-break-opclns-047-ref.htm -css3-text-line-break-opclns-048.htm == reference/css3-text-line-break-opclns-048-ref.htm -css3-text-line-break-opclns-049.htm == reference/css3-text-line-break-opclns-049-ref.htm -css3-text-line-break-opclns-050.htm == reference/css3-text-line-break-opclns-050-ref.htm -css3-text-line-break-opclns-051.htm == reference/css3-text-line-break-opclns-051-ref.htm -css3-text-line-break-opclns-052.htm == reference/css3-text-line-break-opclns-052-ref.htm -css3-text-line-break-opclns-053.htm == reference/css3-text-line-break-opclns-053-ref.htm -css3-text-line-break-opclns-054.htm == reference/css3-text-line-break-opclns-054-ref.htm -css3-text-line-break-opclns-055.htm == reference/css3-text-line-break-opclns-055-ref.htm -css3-text-line-break-opclns-056.htm == reference/css3-text-line-break-opclns-056-ref.htm -css3-text-line-break-opclns-057.htm == reference/css3-text-line-break-opclns-057-ref.htm -css3-text-line-break-opclns-058.htm == reference/css3-text-line-break-opclns-058-ref.htm -css3-text-line-break-opclns-059.htm == reference/css3-text-line-break-opclns-059-ref.htm -css3-text-line-break-opclns-060.htm == reference/css3-text-line-break-opclns-060-ref.htm -css3-text-line-break-opclns-061.htm == reference/css3-text-line-break-opclns-061-ref.htm -css3-text-line-break-opclns-062.htm == reference/css3-text-line-break-opclns-062-ref.htm -css3-text-line-break-opclns-063.htm == reference/css3-text-line-break-opclns-063-ref.htm -css3-text-line-break-opclns-064.htm == reference/css3-text-line-break-opclns-064-ref.htm -css3-text-line-break-opclns-065.htm == reference/css3-text-line-break-opclns-065-ref.htm -css3-text-line-break-opclns-100.htm == reference/css3-text-line-break-opclns-100-ref.htm -css3-text-line-break-opclns-101.htm == reference/css3-text-line-break-opclns-101-ref.htm -css3-text-line-break-opclns-102.htm == reference/css3-text-line-break-opclns-102-ref.htm -css3-text-line-break-opclns-103.htm == reference/css3-text-line-break-opclns-103-ref.htm -css3-text-line-break-opclns-104.htm == reference/css3-text-line-break-opclns-104-ref.htm -css3-text-line-break-opclns-105.htm == reference/css3-text-line-break-opclns-105-ref.htm -css3-text-line-break-opclns-106.htm == reference/css3-text-line-break-opclns-106-ref.htm -css3-text-line-break-opclns-107.htm == reference/css3-text-line-break-opclns-107-ref.htm -css3-text-line-break-opclns-108.htm == reference/css3-text-line-break-opclns-108-ref.htm -css3-text-line-break-opclns-109.htm == reference/css3-text-line-break-opclns-109-ref.htm -css3-text-line-break-opclns-110.htm == reference/css3-text-line-break-opclns-110-ref.htm -css3-text-line-break-opclns-111.htm == reference/css3-text-line-break-opclns-111-ref.htm -css3-text-line-break-opclns-112.htm == reference/css3-text-line-break-opclns-112-ref.htm -css3-text-line-break-opclns-113.htm == reference/css3-text-line-break-opclns-113-ref.htm -css3-text-line-break-opclns-114.htm == reference/css3-text-line-break-opclns-114-ref.htm -css3-text-line-break-opclns-115.htm == reference/css3-text-line-break-opclns-115-ref.htm -css3-text-line-break-opclns-116.htm == reference/css3-text-line-break-opclns-116-ref.htm -css3-text-line-break-opclns-117.htm == reference/css3-text-line-break-opclns-117-ref.htm -css3-text-line-break-opclns-118.htm == reference/css3-text-line-break-opclns-118-ref.htm -css3-text-line-break-opclns-119.htm == reference/css3-text-line-break-opclns-119-ref.htm -css3-text-line-break-opclns-120.htm == reference/css3-text-line-break-opclns-120-ref.htm -css3-text-line-break-opclns-121.htm == reference/css3-text-line-break-opclns-121-ref.htm -css3-text-line-break-opclns-122.htm == reference/css3-text-line-break-opclns-122-ref.htm -css3-text-line-break-opclns-123.htm == reference/css3-text-line-break-opclns-123-ref.htm -css3-text-line-break-opclns-124.htm == reference/css3-text-line-break-opclns-124-ref.htm -css3-text-line-break-opclns-125.htm == reference/css3-text-line-break-opclns-125-ref.htm -css3-text-line-break-opclns-126.htm == reference/css3-text-line-break-opclns-126-ref.htm -css3-text-line-break-opclns-127.htm == reference/css3-text-line-break-opclns-127-ref.htm -css3-text-line-break-opclns-128.htm == reference/css3-text-line-break-opclns-128-ref.htm -css3-text-line-break-opclns-129.htm == reference/css3-text-line-break-opclns-129-ref.htm -css3-text-line-break-opclns-130.htm == reference/css3-text-line-break-opclns-130-ref.htm -css3-text-line-break-opclns-131.htm == reference/css3-text-line-break-opclns-131-ref.htm -css3-text-line-break-opclns-132.htm == reference/css3-text-line-break-opclns-132-ref.htm -css3-text-line-break-opclns-133.htm == reference/css3-text-line-break-opclns-133-ref.htm -css3-text-line-break-opclns-134.htm == reference/css3-text-line-break-opclns-134-ref.htm -css3-text-line-break-opclns-135.htm == reference/css3-text-line-break-opclns-135-ref.htm -css3-text-line-break-opclns-136.htm == reference/css3-text-line-break-opclns-136-ref.htm -css3-text-line-break-opclns-137.htm == reference/css3-text-line-break-opclns-137-ref.htm -css3-text-line-break-opclns-138.htm == reference/css3-text-line-break-opclns-138-ref.htm -css3-text-line-break-opclns-139.htm == reference/css3-text-line-break-opclns-139-ref.htm -css3-text-line-break-opclns-140.htm == reference/css3-text-line-break-opclns-140-ref.htm -css3-text-line-break-opclns-141.htm == reference/css3-text-line-break-opclns-141-ref.htm -css3-text-line-break-opclns-142.htm == reference/css3-text-line-break-opclns-142-ref.htm -css3-text-line-break-opclns-143.htm == reference/css3-text-line-break-opclns-143-ref.htm -css3-text-line-break-opclns-144.htm == reference/css3-text-line-break-opclns-144-ref.htm -css3-text-line-break-opclns-145.htm == reference/css3-text-line-break-opclns-145-ref.htm -css3-text-line-break-opclns-146.htm == reference/css3-text-line-break-opclns-146-ref.htm -css3-text-line-break-opclns-147.htm == reference/css3-text-line-break-opclns-147-ref.htm -css3-text-line-break-opclns-148.htm == reference/css3-text-line-break-opclns-148-ref.htm -css3-text-line-break-opclns-149.htm == reference/css3-text-line-break-opclns-149-ref.htm -css3-text-line-break-opclns-150.htm == reference/css3-text-line-break-opclns-150-ref.htm -css3-text-line-break-opclns-151.htm == reference/css3-text-line-break-opclns-151-ref.htm -css3-text-line-break-opclns-152.htm == reference/css3-text-line-break-opclns-152-ref.htm -css3-text-line-break-opclns-153.htm == reference/css3-text-line-break-opclns-153-ref.htm -css3-text-line-break-opclns-154.htm == reference/css3-text-line-break-opclns-154-ref.htm -css3-text-line-break-opclns-155.htm == reference/css3-text-line-break-opclns-155-ref.htm -css3-text-line-break-opclns-156.htm == reference/css3-text-line-break-opclns-156-ref.htm -css3-text-line-break-opclns-157.htm == reference/css3-text-line-break-opclns-157-ref.htm -css3-text-line-break-opclns-158.htm == reference/css3-text-line-break-opclns-158-ref.htm -css3-text-line-break-opclns-159.htm == reference/css3-text-line-break-opclns-159-ref.htm -css3-text-line-break-opclns-160.htm == reference/css3-text-line-break-opclns-160-ref.htm -css3-text-line-break-opclns-161.htm == reference/css3-text-line-break-opclns-161-ref.htm -css3-text-line-break-opclns-162.htm == reference/css3-text-line-break-opclns-162-ref.htm -css3-text-line-break-opclns-163.htm == reference/css3-text-line-break-opclns-163-ref.htm -css3-text-line-break-opclns-164.htm == reference/css3-text-line-break-opclns-164-ref.htm -css3-text-line-break-opclns-165.htm == reference/css3-text-line-break-opclns-165-ref.htm -css3-text-line-break-opclns-166.htm == reference/css3-text-line-break-opclns-166-ref.htm -css3-text-line-break-opclns-167.htm == reference/css3-text-line-break-opclns-167-ref.htm -css3-text-line-break-opclns-168.htm == reference/css3-text-line-break-opclns-168-ref.htm -css3-text-line-break-opclns-169.htm == reference/css3-text-line-break-opclns-169-ref.htm -css3-text-line-break-opclns-170.htm == reference/css3-text-line-break-opclns-170-ref.htm -css3-text-line-break-opclns-171.htm == reference/css3-text-line-break-opclns-171-ref.htm -css3-text-line-break-opclns-200.htm == reference/css3-text-line-break-opclns-200-ref.htm -css3-text-line-break-opclns-201.htm == reference/css3-text-line-break-opclns-201-ref.htm -css3-text-line-break-opclns-202.htm == reference/css3-text-line-break-opclns-202-ref.htm -css3-text-line-break-opclns-203.htm == reference/css3-text-line-break-opclns-203-ref.htm -css3-text-line-break-opclns-204.htm == reference/css3-text-line-break-opclns-204-ref.htm -css3-text-line-break-opclns-205.htm == reference/css3-text-line-break-opclns-205-ref.htm -css3-text-line-break-opclns-206.htm == reference/css3-text-line-break-opclns-206-ref.htm -css3-text-line-break-opclns-207.htm == reference/css3-text-line-break-opclns-207-ref.htm -css3-text-line-break-opclns-208.htm == reference/css3-text-line-break-opclns-208-ref.htm -css3-text-line-break-opclns-209.htm == reference/css3-text-line-break-opclns-209-ref.htm -css3-text-line-break-opclns-210.htm == reference/css3-text-line-break-opclns-210-ref.htm -css3-text-line-break-opclns-211.htm == reference/css3-text-line-break-opclns-211-ref.htm -css3-text-line-break-opclns-212.htm == reference/css3-text-line-break-opclns-212-ref.htm -css3-text-line-break-opclns-213.htm == reference/css3-text-line-break-opclns-213-ref.htm -css3-text-line-break-opclns-214.htm == reference/css3-text-line-break-opclns-214-ref.htm -css3-text-line-break-opclns-215.htm == reference/css3-text-line-break-opclns-215-ref.htm -css3-text-line-break-opclns-216.htm == reference/css3-text-line-break-opclns-216-ref.htm -css3-text-line-break-opclns-217.htm == reference/css3-text-line-break-opclns-217-ref.htm -css3-text-line-break-opclns-218.htm == reference/css3-text-line-break-opclns-218-ref.htm -css3-text-line-break-opclns-219.htm == reference/css3-text-line-break-opclns-219-ref.htm -css3-text-line-break-opclns-220.htm == reference/css3-text-line-break-opclns-220-ref.htm -css3-text-line-break-opclns-221.htm == reference/css3-text-line-break-opclns-221-ref.htm -css3-text-line-break-opclns-222.htm == reference/css3-text-line-break-opclns-222-ref.htm -css3-text-line-break-opclns-223.htm == reference/css3-text-line-break-opclns-223-ref.htm -css3-text-line-break-opclns-224.htm == reference/css3-text-line-break-opclns-224-ref.htm -css3-text-line-break-opclns-225.htm == reference/css3-text-line-break-opclns-225-ref.htm -css3-text-line-break-opclns-226.htm == reference/css3-text-line-break-opclns-226-ref.htm -css3-text-line-break-opclns-250.htm == reference/css3-text-line-break-opclns-250-ref.htm -css3-text-line-break-opclns-251.htm == reference/css3-text-line-break-opclns-251-ref.htm -css3-text-line-break-opclns-252.htm == reference/css3-text-line-break-opclns-252-ref.htm -css3-text-line-break-opclns-253.htm == reference/css3-text-line-break-opclns-253-ref.htm -css3-text-line-break-opclns-254.htm == reference/css3-text-line-break-opclns-254-ref.htm -css3-text-line-break-opclns-255.htm == reference/css3-text-line-break-opclns-255-ref.htm -css3-text-line-break-opclns-256.htm == reference/css3-text-line-break-opclns-256-ref.htm -css3-text-line-break-opclns-257.htm == reference/css3-text-line-break-opclns-257-ref.htm -css3-text-line-break-opclns-258.htm == reference/css3-text-line-break-opclns-258-ref.htm -css3-text-line-break-opclns-259.htm == reference/css3-text-line-break-opclns-259-ref.htm -css3-text-line-break-opclns-260.htm == reference/css3-text-line-break-opclns-260-ref.htm -css3-text-line-break-opclns-261.htm == reference/css3-text-line-break-opclns-261-ref.htm -css3-text-line-break-opclns-262.htm == reference/css3-text-line-break-opclns-262-ref.htm -css3-text-line-break-opclns-263.htm == reference/css3-text-line-break-opclns-263-ref.htm -css3-text-line-break-opclns-264.htm == reference/css3-text-line-break-opclns-264-ref.htm -css3-text-line-break-opclns-265.htm == reference/css3-text-line-break-opclns-265-ref.htm -css3-text-line-break-opclns-266.htm == reference/css3-text-line-break-opclns-266-ref.htm -css3-text-line-break-opclns-267.htm == reference/css3-text-line-break-opclns-267-ref.htm -css3-text-line-break-opclns-268.htm == reference/css3-text-line-break-opclns-268-ref.htm -css3-text-line-break-opclns-269.htm == reference/css3-text-line-break-opclns-269-ref.htm -css3-text-text-transform-001.htm == reference/css3-text-text-transform-001-ref.htm -css3-text-text-transform-002.htm == reference/css3-text-text-transform-002-ref.htm -css3-text-text-transform-003.htm == reference/css3-text-text-transform-003-ref.htm -css3-text-text-transform-004.htm == reference/css3-text-text-transform-004-ref.htm -css3-text-text-transform-005.htm == reference/css3-text-text-transform-005-ref.htm -css3-text-text-transform-006.htm == reference/css3-text-text-transform-006-ref.htm -css3-text-text-transform-007.htm == reference/css3-text-text-transform-007-ref.htm -css3-text-text-transform-007a.htm == reference/css3-text-text-transform-007a-ref.htm -css3-text-text-transform-008.htm == reference/css3-text-text-transform-008-ref.htm -css3-text-text-transform-009.htm == reference/css3-text-text-transform-009-ref.htm -css3-text-text-transform-010.htm == reference/css3-text-text-transform-010-ref.htm -css3-text-text-transform-010a.htm == reference/css3-text-text-transform-010a-ref.htm -css3-text-text-transform-011.htm == reference/css3-text-text-transform-011-ref.htm -css3-text-text-transform-012.htm == reference/css3-text-text-transform-012-ref.htm -css3-text-text-transform-014.htm == reference/css3-text-text-transform-014-ref.htm -css3-text-text-transform-015.htm == reference/css3-text-text-transform-015-ref.htm -css3-text-text-transform-016.htm == reference/css3-text-text-transform-016-ref.htm -css3-text-text-transform-017.htm == reference/css3-text-text-transform-017-ref.htm -css3-text-text-transform-018.htm == reference/css3-text-text-transform-018-ref.htm -css3-text-text-transform-019.htm == reference/css3-text-text-transform-019-ref.htm -css3-text-text-transform-020.htm == reference/css3-text-text-transform-020-ref.htm -css3-text-text-transform-021.htm == reference/css3-text-text-transform-021-ref.htm -css3-text-text-transform-022.htm == reference/css3-text-text-transform-022-ref.htm -css3-text-text-transform-023.htm == reference/css3-text-text-transform-023-ref.htm -css3-text-text-transform-024.htm == reference/css3-text-text-transform-024-ref.htm -css3-text-text-transform-025.htm == reference/css3-text-text-transform-025-ref.htm -css3-text-text-transform-026.htm == reference/css3-text-text-transform-026-ref.htm -css3-text-text-transform-027.htm == reference/css3-text-text-transform-027-ref.htm -css3-text-text-transform-028.htm == reference/css3-text-text-transform-028-ref.htm -css3-text-text-transform-029.htm == reference/css3-text-text-transform-029-ref.htm -css3-text-text-transform-030.htm == reference/css3-text-text-transform-030-ref.htm -css3-text-text-transform-031.htm == reference/css3-text-text-transform-031-ref.htm -css3-text-text-transform-032.htm == reference/css3-text-text-transform-032-ref.htm -css3-text-text-transform-033.htm == reference/css3-text-text-transform-033-ref.htm -css3-text-text-transform-034.htm == reference/css3-text-text-transform-034-ref.htm -css3-text-text-transform-035.htm == reference/css3-text-text-transform-035-ref.htm -css3-text-text-transform-038.htm == reference/css3-text-text-transform-038-ref.htm -css3-text-text-transform-039.htm == reference/css3-text-text-transform-039-ref.htm -css3-text-text-transform-040.htm == reference/css3-text-text-transform-040-ref.htm -css3-text-text-transform-041.htm == reference/css3-text-text-transform-041-ref.htm -css3-text-text-transform-042.htm == reference/css3-text-text-transform-042-ref.htm -css3-text-text-transform-043.htm == reference/css3-text-text-transform-043-ref.htm -css3-text-text-transform-044.htm == reference/css3-text-text-transform-044-ref.htm -css3-text-text-transform-045.htm == reference/css3-text-text-transform-045-ref.htm -css3-text-text-transform-046.htm == reference/css3-text-text-transform-046-ref.htm full-width-002.htm == reference/full-width-ref.htm != reference/full-width-notcu-notref.htm != reference/full-width-horizontal-notref.htm full-width-003.htm == reference/full-width-ref.htm != reference/full-width-notcu-notref.htm != reference/full-width-horizontal-notref.htm hanging-punctuation-allow-end-001.htm == reference/hanging-punctuation-allow-end-001-ref.htm @@ -521,6 +34,11 @@ text-align-007.htm == reference/text-align-007-ref.htm text-align-008.htm == reference/text-align-007-ref.htm text-align-last-010.htm == reference/text-align-last-010-ref.htm text-align-last-011.htm == reference/text-align-last-010-ref.htm +text-align-match-parent-02.htm == reference/text-align-match-parent-ref.htm +text-align-match-parent-03.htm == reference/text-align-match-parent-ref.htm +text-align-match-parent-04.htm == reference/text-align-match-parent-ref.htm +text-align-match-parent-root-ltr.htm == reference/text-align-match-parent-root-ltr-ref.htm +text-align-match-parent-root-rtl.htm == reference/text-align-match-parent-root-rtl-ref.htm text-emphasis-color-001.htm == reference/text-emphasis-color-001-ref.htm text-emphasis-position-above-left-001.htm == reference/text-emphasis-position-above-left-001-ref.htm text-emphasis-position-above-left-002.htm == reference/text-emphasis-position-above-left-002-ref.htm diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/.htaccess b/tests/wpt/css-tests/css-text-3_dev/html/support/.htaccess new file mode 100644 index 00000000000..64cd702399e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/.htaccess @@ -0,0 +1,4 @@ +<Files ~ "^at-charset-00[1-6].css$"> +AddCharset Shift_JIS .css +</Files> + diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/100x100-lime.png b/tests/wpt/css-tests/css-text-3_dev/html/support/100x100-lime.png Binary files differnew file mode 100644 index 00000000000..1b947700808 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/100x100-lime.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/100x100-red.png b/tests/wpt/css-tests/css-text-3_dev/html/support/100x100-red.png Binary files differnew file mode 100644 index 00000000000..57bf3ddc521 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/100x100-red.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/200x200-red.png b/tests/wpt/css-tests/css-text-3_dev/html/support/200x200-red.png Binary files differnew file mode 100644 index 00000000000..f55ed7bbb37 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/200x200-red.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/50x50-green.png b/tests/wpt/css-tests/css-text-3_dev/html/support/50x50-green.png Binary files differnew file mode 100644 index 00000000000..6c1406b7dfd --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/50x50-green.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/BPG-Ucnobi-U.woff b/tests/wpt/css-tests/css-text-3_dev/html/support/BPG-Ucnobi-U.woff Binary files differdeleted file mode 100644 index 577500e2426..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/support/BPG-Ucnobi-U.woff +++ /dev/null diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/DejaVuSerif-webfont.woff b/tests/wpt/css-tests/css-text-3_dev/html/support/DejaVuSerif-webfont.woff Binary files differnew file mode 100644 index 00000000000..4583cc675d7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/DejaVuSerif-webfont.woff diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/GentiumPlus-R.woff b/tests/wpt/css-tests/css-text-3_dev/html/support/GentiumPlus-R.woff Binary files differdeleted file mode 100644 index 2d3bf3ed873..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/support/GentiumPlus-R.woff +++ /dev/null diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/README b/tests/wpt/css-tests/css-text-3_dev/html/support/README new file mode 100644 index 00000000000..69d1737bead --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/README @@ -0,0 +1,29 @@ +CSS Global Support Directory +============================ + +This directory contains common support files (such as images and external +style sheets). These are sync'ed into the support directories of all our +test suites. If you have test-suite-specific support files, please add +them to the appropriate test-suite-specific support/ directory. + +If you add to a support/ directory, please run the tools/supportprop.py +script from the top of the repository to cascade support files into the +lower-level support directories. + +Description of the Common Support File Collection +------------------------------------------------- + +The 1x1-* images are all exactly one pixel. + +The swatch-* images all use 15x15 cells. + +The square-* images all use 15x15 cells with one pixel borders. + +The pattern-* images use cells of various sizes: + + pattern-gg-gr.png 20x20 + pattern-grg-rgr-grg.png 20x20 + pattern-rgr-grg-rgr.png 20x20 + pattern-tr.png 15x15 + pattern-grg-rrg-rgg.png 15x15 + diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/abspos-zero-width-001.png b/tests/wpt/css-tests/css-text-3_dev/html/support/abspos-zero-width-001.png Binary files differnew file mode 100644 index 00000000000..4049819a170 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/abspos-zero-width-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/CSSHWOrientationTest.otf b/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/CSSHWOrientationTest.otf Binary files differnew file mode 100644 index 00000000000..c919d9091d0 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/CSSHWOrientationTest.otf diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/LICENSE b/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/LICENSE new file mode 100644 index 00000000000..ac5f0b04320 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/LICENSE @@ -0,0 +1,31 @@ +CSS Half-Width Orientation Test and CSS Full-Width Orientation Test are released under the SIL Open Font License - please read it carefully and do not download the fonts unless you agree to the the terms of the license: +Copyright © 2013 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Names CSS Half-Width Orientation Test and CSS Full-Width Orientation Test +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). +"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/README.md b/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/README.md new file mode 100644 index 00000000000..2f757669727 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/adobe-fonts/README.md @@ -0,0 +1,36 @@ +CSS Orientation Test +==== + +Overview +---- +CSS Orientation Test are special-purpose OpenType fonts. This open source project provides all of the source files that were used to build these OpenType fonts by using the AFDKO *makeotf* tool. + +Getting Involved +---- +Send suggestions for changes to the CSS Orientation Test project maintainer, lunde@adobe.com, for consideration. + +Building +==== + +Pre-built font binaries +---- +The installable font resources (font binaries) are not part of the source files. They are available on [Open@Adobe](https://sourceforge.net/projects/csso9ntestfonts.adobe/files/). + + +Requirements +---- + +For building binary font files from source, installation of the [Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO) is necessary. The AFDKO tools are widely used for font development today, and are part of most font editor applications. + +Building the fonts +---- + +The key to building OpenType fonts is *makeotf*, which is part of AFDKO. Information and usage instructions can be found by executing *makeotf -h*. + +In this repository, all necessary files are in place for building the OpenType fonts. For example, build a binary OTF font for the full-width version like this, which also includes a post-process for inserting a "stub" 'DSIG' table: + + % makeotf -f cidfont.ps -r -ch UnicodeAll-UTF32-H + % sfntedit -a DSIG=DSIG.bin CSSFWOrientationTest.otf + % sfntedit -f CSSFWOrientationTest.otf + +That is all. diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bar_with_corner_dot.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bar_with_corner_dot.png Binary files differnew file mode 100644 index 00000000000..fbbc56de162 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bar_with_corner_dot.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-1col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-1col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..7ca197bc06e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-1col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-1col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-1col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..f5c13ab550d --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-1col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-2col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-2col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..4f354e93527 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-2col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-2col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-2col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..6eded69a4a3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-2col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-3col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-3col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..5f4b53c46b7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-3col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-3col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-3col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..4c2f6c8e632 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-3col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-4col-2row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-4col-2row-320x320.png Binary files differnew file mode 100644 index 00000000000..052d224df11 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-4col-2row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-4col-3row-320x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-4col-3row-320x320.png Binary files differnew file mode 100644 index 00000000000..1826531268a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/bg-red-4col-3row-320x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/black15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/support/black15x15.png Binary files differnew file mode 100644 index 00000000000..b1bbef2cd55 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/black15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/black96x96.png b/tests/wpt/css-tests/css-text-3_dev/html/support/black96x96.png Binary files differnew file mode 100644 index 00000000000..4e5a7c7546a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/black96x96.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/block-flow-direction-025-exp-res.png b/tests/wpt/css-tests/css-text-3_dev/html/support/block-flow-direction-025-exp-res.png Binary files differnew file mode 100644 index 00000000000..851eeea0398 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/block-flow-direction-025-exp-res.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue-horiz-line-220x1.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-horiz-line-220x1.png Binary files differnew file mode 100644 index 00000000000..3898d5a2d9e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-horiz-line-220x1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue-horiz-line-320x1.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-horiz-line-320x1.png Binary files differnew file mode 100644 index 00000000000..7d9151c848a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-horiz-line-320x1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue-orange-rectangle.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-orange-rectangle.png Binary files differnew file mode 100644 index 00000000000..f43f1932916 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-orange-rectangle.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue-vert-line-1x220.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-vert-line-1x220.png Binary files differnew file mode 100644 index 00000000000..07b0239fc52 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-vert-line-1x220.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue-vert-line-1x320.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-vert-line-1x320.png Binary files differnew file mode 100644 index 00000000000..6049e271506 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-vert-line-1x320.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue-yellow-206w-165h.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-yellow-206w-165h.png Binary files differnew file mode 100644 index 00000000000..47ceb84d3fb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue-yellow-206w-165h.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue15x15.png Binary files differnew file mode 100644 index 00000000000..89de32fdb8a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue1x1.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue1x1.png Binary files differnew file mode 100644 index 00000000000..667b6558892 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue1x1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue20x20.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue20x20.png Binary files differnew file mode 100644 index 00000000000..e0af5553303 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue20x20.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/blue96x96.png b/tests/wpt/css-tests/css-text-3_dev/html/support/blue96x96.png Binary files differnew file mode 100644 index 00000000000..820f8cace21 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/blue96x96.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-002.png b/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-002.png Binary files differnew file mode 100644 index 00000000000..7fc9f14ed6e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-002.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-004.png b/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-004.png Binary files differnew file mode 100644 index 00000000000..2d1355e3bdb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-004.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-006.png b/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-006.png Binary files differnew file mode 100644 index 00000000000..5145c22c485 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/clearance-calculation-vrl-006.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/diamond.png b/tests/wpt/css-tests/css-text-3_dev/html/support/diamond.png Binary files differnew file mode 100644 index 00000000000..51112efc7ca --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/diamond.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html new file mode 100644 index 00000000000..5af681f14eb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-007 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-lr' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0 . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html new file mode 100644 index 00000000000..d5d94382ea2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-009 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-lr' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 400px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html new file mode 100644 index 00000000000..887565e66d4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-015 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html new file mode 100644 index 00000000000..c38de525145 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-017 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html new file mode 100644 index 00000000000..66be0f4eba9 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-019 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-lr; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html new file mode 100644 index 00000000000..eff5f71a450 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-021 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-lr; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html new file mode 100644 index 00000000000..2da3bf3dd53 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-023 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html new file mode 100644 index 00000000000..572557eb339 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-025 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-lr; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html new file mode 100644 index 00000000000..8537a945fbc --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-027 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html new file mode 100644 index 00000000000..95047f16a92 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-029 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html new file mode 100644 index 00000000000..4f1aa674eba --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-031 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - overconstrained values with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 40%; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 40% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + +ignore and solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html new file mode 100644 index 00000000000..1f35ff47dd6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vlr-033 in 'writing-mode: vertical-lr'</title> + + <!-- + position absolute and 'vertical-lr' - overconstrained values with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 20%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 20%; + top: 0px; + width: 20%; + writing-mode: vertical-lr; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 20% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + +ignore and solve : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html new file mode 100644 index 00000000000..3f4f1c935ca --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-006 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html new file mode 100644 index 00000000000..1c0bb78e74d --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-008 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' and 'width' are 'auto', 'right' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: auto; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 1. [If] 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit. Then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html new file mode 100644 index 00000000000..c193112b600 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-014 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html new file mode 100644 index 00000000000..204a08ef3df --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-016 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' and 'right' are 'auto' and 'left' is not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + border-left: green solid 25px; + border-right: green solid 75px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 3. [If] 'width' and 'right' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit. Then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + auto : width (set to shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px == 300px) + + + 0px : margin-left + + + 25px : border-left-width + + + 0px : padding-left + + + 0px : width (shrink-to-fit) + + + 0px : padding-right + + + 75px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px. + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html new file mode 100644 index 00000000000..a71927cf3a8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-018 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-rl; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html new file mode 100644 index 00000000000..e1054bc2a96 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-020 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'left' is 'auto', 'width' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green solid 35px; + border-right: green solid 15px; + height: 100px; + left: auto; + position: absolute; + right: 80%; + top: 0px; + width: 50px; + writing-mode: vertical-rl; + } + + /* + " + 4. [If] 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + auto : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 80% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + (solve) : left + + + 0px : margin-left + + + 35px : border-left-width + + + 0px : padding-left + + + 50px : width + + + 0px : padding-right + + + 15px : border-right-width + + + 0px : margin-right + + + 400px : right (80% of 500px == 400px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 0px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html new file mode 100644 index 00000000000..39f297f1b9c --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-022 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html new file mode 100644 index 00000000000..26e0ec67fd1 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-024 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'width' is 'auto', 'left' and 'right' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: 20%; + top: 0px; + width: auto; + writing-mode: vertical-rl; + } + + /* + " + 5. [If] 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + auto : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + solve : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right (20% of 500px == 100px) + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used width value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html new file mode 100644 index 00000000000..a0b80d99e3a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-026 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html new file mode 100644 index 00000000000..62d74144fee --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-028 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - 'right' is 'auto', 'left' and 'width' are not 'auto' with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + position: absolute; + right: auto; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + 6. [If] 'right' is 'auto', 'left' and 'width' are not 'auto', then solve for 'right' + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + auto : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html new file mode 100644 index 00000000000..21efbe52bc5 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-030 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - overconstrained values with 'direction: ltr' in initial containing block + --> + + <style type="text/css"> + html + { + direction: ltr; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 60%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 40%; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 60% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 40% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + + 300px : left (60% of 500px) + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + +ignore and solve : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used right offset value must be 100px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html new file mode 100644 index 00000000000..748f325d8d7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html><head> + + <meta content="text/html; charset=UTF-8" http-equiv="content-type"> + + <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-032 in 'writing-mode: vertical-rl'</title> + + <!-- + position absolute and 'vertical-rl' - overconstrained values with 'direction: rtl' in initial containing block + --> + + <style type="text/css"> + html + { + direction: rtl; + } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 100px; + left: 20%; + margin-left: 0px; + margin-right: 0px; + position: absolute; + right: 20%; + top: 0px; + width: 20%; + writing-mode: vertical-rl; + } + + /* + " + If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. + " + 10.3.7 Absolutely positioned, non-replaced elements + http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + + So: + + 20% : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 20% : width + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 20% : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + becomes + +ignore and solve : left + + + 0px : margin-left + + + 0px : border-left-width + + + 0px : padding-left + + + 100px : width (20% of 500px == 100px) + + + 0px : padding-right + + + 0px : border-right-width + + + 0px : margin-right + + + 100px : right + ==================== + 500px : width of containing block (width of Initial Containing Block) + + so used left offset value must be 300px . + + */ + </style> + </head> + + <body> + + <div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-002.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-002.html new file mode 100644 index 00000000000..044da84cff8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-002.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-002</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + width: 100px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-004.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-004.html new file mode 100644 index 00000000000..68fca9ad435 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-004.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-004</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + border-right: green solid 20px; + width: 80px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-006.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-006.html new file mode 100644 index 00000000000..38a614d2346 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-006.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-006</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + margin-right: 50px; + padding-right: 50px; + width: 50px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-008.html b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-008.html new file mode 100644 index 00000000000..048ad073944 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/embedded-doc-for-background-size-root-vrl-008.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html><head> + + <meta charset="UTF-8"> + + <link href="mailto:kojiishi@gmail.com" rel="author" title="Koji Ishii"> + <link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2015-05-01 --> + + <title>Embedded HTML document for background-size-document-root-vrl-008</title> + + <style> + html + { + background-image: url("swatch-green.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + writing-mode: vertical-rl; + + border-left: white solid 20px; + margin-right: 50px; + padding-right: 50px; + width: 50px; + } + </style> + + </head> + +<body></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/green15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/support/green15x15.png Binary files differnew file mode 100644 index 00000000000..51741584a07 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/green15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/green200x200.png b/tests/wpt/css-tests/css-text-3_dev/html/support/green200x200.png Binary files differnew file mode 100644 index 00000000000..7a47c0e5e7a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/green200x200.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/green_box.png b/tests/wpt/css-tests/css-text-3_dev/html/support/green_box.png Binary files differnew file mode 100644 index 00000000000..6ed4aa506e9 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/green_box.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/left-bottom-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/left-bottom-200x300.png Binary files differnew file mode 100644 index 00000000000..6e30eba507a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/left-bottom-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/left-bottom-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/left-bottom-green-200x300.png Binary files differnew file mode 100644 index 00000000000..30668751dfb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/left-bottom-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/left-center-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/left-center-200x300.png Binary files differnew file mode 100644 index 00000000000..6025c4e85be --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/left-center-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/left-center-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/left-center-green-200x300.png Binary files differnew file mode 100644 index 00000000000..b2645c0fe69 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/left-center-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/left-side-filled-square-40x160.png b/tests/wpt/css-tests/css-text-3_dev/html/support/left-side-filled-square-40x160.png Binary files differnew file mode 100644 index 00000000000..86fd7e5671d --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/left-side-filled-square-40x160.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/left-top-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/left-top-200x300.png Binary files differnew file mode 100644 index 00000000000..43e739acbc2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/left-top-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-2em-space-wm-vert.png b/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-2em-space-wm-vert.png Binary files differnew file mode 100644 index 00000000000..8a2fa55efdf --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-2em-space-wm-vert.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-2em-space.png b/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-2em-space.png Binary files differnew file mode 100644 index 00000000000..2c381ef4dc8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-2em-space.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-4em-space.png b/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-4em-space.png Binary files differnew file mode 100644 index 00000000000..dc338c0bfe2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/margin-collapse-4em-space.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/opaque-square-40x160.png b/tests/wpt/css-tests/css-text-3_dev/html/support/opaque-square-40x160.png Binary files differnew file mode 100644 index 00000000000..11636f5f771 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/opaque-square-40x160.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/orange15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/support/orange15x15.png Binary files differnew file mode 100644 index 00000000000..f0c26367a45 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/orange15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/orange_box.png b/tests/wpt/css-tests/css-text-3_dev/html/support/orange_box.png Binary files differnew file mode 100644 index 00000000000..793e6c90947 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/orange_box.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p1.png b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p1.png Binary files differnew file mode 100644 index 00000000000..f5adb11b4b4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p1.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p2.png b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p2.png Binary files differnew file mode 100644 index 00000000000..7ecf84bae34 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p2.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p3.png b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p3.png Binary files differnew file mode 100644 index 00000000000..d7c58d62243 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p3.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p4.png b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p4.png Binary files differnew file mode 100644 index 00000000000..04dc0fe2e9e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/page-flow-direction-002p4.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-abs-pos-non-replaced.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-abs-pos-non-replaced.png Binary files differnew file mode 100644 index 00000000000..15fd6065ef6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-abs-pos-non-replaced.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-002.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-002.png Binary files differnew file mode 100644 index 00000000000..a0db6909418 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-002.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-004.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-004.png Binary files differnew file mode 100644 index 00000000000..ec130f10f46 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-004.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-006.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-006.png Binary files differnew file mode 100644 index 00000000000..981741b7e53 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-006.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-008.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-008.png Binary files differnew file mode 100644 index 00000000000..9b2a0610e4e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-008.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-010.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-010.png Binary files differnew file mode 100644 index 00000000000..a2d66146186 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-010.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-012.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-012.png Binary files differnew file mode 100644 index 00000000000..23b1beb9cd4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-012.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-014.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-014.png Binary files differnew file mode 100644 index 00000000000..64e081c72f1 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-014.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-016.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-016.png Binary files differnew file mode 100644 index 00000000000..952e0089b8f --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-016.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-018.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-018.png Binary files differnew file mode 100644 index 00000000000..22f51030c36 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-bg-pos-vrl-018.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-box-offsets-rel-pos.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-box-offsets-rel-pos.png Binary files differnew file mode 100644 index 00000000000..e81c0ae4cf5 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-box-offsets-rel-pos.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-clearance-calculations.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-clearance-calculations.png Binary files differnew file mode 100644 index 00000000000..ec502d3532a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-clearance-calculations.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-float-contiguous.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-float-contiguous.png Binary files differnew file mode 100644 index 00000000000..8d35d98e9c4 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-float-contiguous.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-horiz-rule.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-horiz-rule.png Binary files differnew file mode 100644 index 00000000000..f9cc0b1eeff --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-horiz-rule.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..b14c75ea2c0 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..80c7035f1fc --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-rr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-rr-100x100.png Binary files differnew file mode 100644 index 00000000000..a98636ddef3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gg-rr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-gg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-gg-100x100.png Binary files differnew file mode 100644 index 00000000000..fd1f7a7b50a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-gg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..431b99f933a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..63248d4dd1f --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-rr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-rr-100x100.png Binary files differnew file mode 100644 index 00000000000..6fba8358309 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-gr-rr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-gg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-gg-100x100.png Binary files differnew file mode 100644 index 00000000000..47ee743880e --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-gg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..6b19ec9a4e7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..e28bdba9dd6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-rr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-rr-100x100.png Binary files differnew file mode 100644 index 00000000000..797e289e059 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rg-rr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rr-gr-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rr-gr-100x100.png Binary files differnew file mode 100644 index 00000000000..97aac24065c --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rr-gr-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rr-rg-100x100.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rr-rg-100x100.png Binary files differnew file mode 100644 index 00000000000..177743874e2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pattern-rr-rg-100x100.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/red15x15.png b/tests/wpt/css-tests/css-text-3_dev/html/support/red15x15.png Binary files differnew file mode 100644 index 00000000000..39005d7e6bd --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/red15x15.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/red_box.png b/tests/wpt/css-tests/css-text-3_dev/html/support/red_box.png Binary files differnew file mode 100644 index 00000000000..57bf3ddc521 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/red_box.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/right-bottom-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/right-bottom-200x300.png Binary files differnew file mode 100644 index 00000000000..38904b25087 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/right-bottom-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/right-bottom-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/right-bottom-green-200x300.png Binary files differnew file mode 100644 index 00000000000..a3c6bb63b64 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/right-bottom-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/right-center-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/right-center-200x300.png Binary files differnew file mode 100644 index 00000000000..b9987017a06 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/right-center-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/right-center-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/right-center-green-200x300.png Binary files differnew file mode 100644 index 00000000000..8f54bf5a894 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/right-center-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/right-side-filled-square-40x160.png b/tests/wpt/css-tests/css-text-3_dev/html/support/right-side-filled-square-40x160.png Binary files differnew file mode 100644 index 00000000000..f76b2083118 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/right-side-filled-square-40x160.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/right-top-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/right-top-200x300.png Binary files differnew file mode 100644 index 00000000000..59467ec3f18 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/right-top-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/right-top-green-200x300.png b/tests/wpt/css-tests/css-text-3_dev/html/support/right-top-green-200x300.png Binary files differnew file mode 100644 index 00000000000..313c37f4dfb --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/right-top-green-200x300.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/ring.png b/tests/wpt/css-tests/css-text-3_dev/html/support/ring.png Binary files differnew file mode 100644 index 00000000000..061bb94eba8 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/ring.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/ruler-h-200px-400px.png b/tests/wpt/css-tests/css-text-3_dev/html/support/ruler-h-200px-400px.png Binary files differnew file mode 100644 index 00000000000..a6461c3d3f7 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/ruler-h-200px-400px.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/ruler-v-100px-200px.png b/tests/wpt/css-tests/css-text-3_dev/html/support/ruler-v-100px-200px.png Binary files differnew file mode 100644 index 00000000000..3eef21447a9 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/ruler-v-100px-200px.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/sileot-webfont.woff b/tests/wpt/css-tests/css-text-3_dev/html/support/sileot-webfont.woff Binary files differnew file mode 100644 index 00000000000..81547578d36 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/sileot-webfont.woff diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/square-outline-32x32.png b/tests/wpt/css-tests/css-text-3_dev/html/support/square-outline-32x32.png Binary files differnew file mode 100644 index 00000000000..917163f409c --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/square-outline-32x32.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/support/README b/tests/wpt/css-tests/css-text-3_dev/html/support/support/README deleted file mode 100644 index ea8cb9ef357..00000000000 --- a/tests/wpt/css-tests/css-text-3_dev/html/support/support/README +++ /dev/null @@ -1,4 +0,0 @@ -The swatch-green.png file in this directory is really a RED swatch, -and the swatch-red.png file is really a green swatch. - -This directory is used to test relative URIs.
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-aqua.png b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-aqua.png Binary files differnew file mode 100644 index 00000000000..dd47e286650 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-aqua.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-fuchsia.png b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-fuchsia.png Binary files differnew file mode 100644 index 00000000000..3f8f8b4ea37 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-fuchsia.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-olive.png b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-olive.png Binary files differnew file mode 100644 index 00000000000..8fff8179ef3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-olive.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-teal.png b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-teal.png Binary files differnew file mode 100644 index 00000000000..0293ce89dea --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/swatch-teal.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/tcu-font.woff b/tests/wpt/css-tests/css-text-3_dev/html/support/tcu-font.woff Binary files differnew file mode 100644 index 00000000000..c880aaab5cf --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/tcu-font.woff diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-mixed-001.png b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-mixed-001.png Binary files differnew file mode 100644 index 00000000000..2bd5927f901 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-mixed-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-sideways-left-001.png b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-sideways-left-001.png Binary files differnew file mode 100644 index 00000000000..51921a7e91a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-sideways-left-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-sideways-right-001.png b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-sideways-right-001.png Binary files differnew file mode 100644 index 00000000000..f4bfd48549f --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-sideways-right-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-upright-001.png b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-upright-001.png Binary files differnew file mode 100644 index 00000000000..d7df4098ed2 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation-upright-001.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js new file mode 100644 index 00000000000..a2b5ad6d617 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js @@ -0,0 +1,219 @@ +(function () { + function OrientationTester(container, orientation) { + this.container = container; + this.setOrientation(orientation); + } + extend(OrientationTester.prototype, { + setOrientation: function (orientation) { + this.orientation = orientation; + }, + measure: function (results) { + this.results = results; + this._measureNode(this.container); + }, + _measureNode: function (node, block) { + switch (node.nodeType) { + case Node.ELEMENT_NODE: + var blockOverride = node.dataset.block; + if (blockOverride) + block = blockOverride; + var nodes = node.childNodes; + for (var i = 0; i < nodes.length; i++) + this._measureNode(nodes[i], block); + return; + case Node.TEXT_NODE: + break; + default: + return; + } + + if (this.orientation == "R") { + var advanceExpected = 8; + var advanceFailed = 4; + } else { + advanceExpected = 4; + advanceFailed = 8; + } + + var range = document.createRange(); + var text = node.textContent; + for (var ich = 0; ich < text.length; ich++) { + var code = text.charCodeAt(ich); + if (code == 10 || code == 13) + continue; + range.setStart(node, ich); + if (code >= 0xD800 && code <= 0xDBFF) { + var next = text.charCodeAt(ich+1); + if (next >= 0xDC00 && next <= 0xDFFF) { + ich++; + code = ((code & 0x3FF) << 10) + (next & 0x3FF) + 0x10000; + } + } + range.setEnd(node, ich + 1); + rect = range.getBoundingClientRect(); + if (rect.width == 16) { + if (rect.height == advanceExpected) { + this.results.passCount++; + continue; + } + //log("U+" + stringFromUnicode(code) + " " + rect.width + "x" + rect.height); + if (rect.height == advanceFailed) { + this.results.failed(this, code, block); + continue; + } + } + this.results.inconclusive(this, code, block, rect); + } + }}); + + function Results(name) { + var block = document.createElement("details"); + this.summary = appendChildElement(block, "summary"); + this.summary.textContent = name; + var typeList = appendChildElement(block, "ul"); + this.failList = appendChildElement(appendChildElement(typeList, "li", "Failures"), "ol"); + this.inconclusiveList = appendChildElement(appendChildElement(typeList, "li", "Inconclusives"), "ol"); + details.appendChild(block); + this.passCount = 0; + this.failCount = 0; + this.inconclusiveCount = 0; + } + extend(Results.prototype, { + failed: function (test, code, block) { + this.failCount++; + this.append(this.failList, test, code, block); + }, + inconclusive: function (test, code, block, rect) { + this.inconclusiveCount++; + this.append(this.inconclusiveList, test, code, block, " but inconclusive (rendered as " + rect.width + "x" + rect.height + ")"); + }, + append: function (list, test, code, block, message) { + var text = stringFromUnicode(code) + " should be " + test.orientation; + if (block) + text = block + ": " + text; + if (message) + text += message; + appendChildElement(list, "li", text); + }, + done: function (test) { + this.summary.textContent += " (" + this.passCount + " passes, " + + this.failCount + " fails, " + + this.inconclusiveCount + " inconclusives)"; + assert_equals(this.failCount, 0, "Fail count"); + assert_greater_than(this.passCount, 0, "Pass count"); + test.done(); + }}); + + function Runner() { + var nodes = document.querySelectorAll("div[data-vo]"); + this.testers = []; + for (var i = 0; i < nodes.length; i++) { + var node = nodes[i]; + var vo = node.dataset.vo; + var tester = new OrientationTester(node, vo); + tester.test = async_test("Default orientation for vo=" + vo); + this.testers.push(tester); + } + this.testU = async_test("Orientation=Upright"); + this.testR = async_test("Orientation=Rotated"); + } + extend(Runner.prototype, { + run: function () { + log("Started"); + var start = new Date; + + for (var i = 0; i < this.testers.length; i++) { + var tester = this.testers[i]; + var test = tester.test; + test.step(function () { + var results = new Results(test.name); + tester.measure(results); + results.done(test); + }); + } + this.runOrientation(this.testU, "U"); + this.runOrientation(this.testR, "R"); + + log("Elapsed " + (new Date() - start)); + done(); + }, + runOrientation: function (test, orientation) { + container.classList.add(orientation); + var results = new Results(test.name); + var me = this; + test.step(function () { + for (var i = 0; i < me.testers.length; i++) { + var tester = me.testers[i]; + tester.setOrientation(orientation); + tester.measure(results); + } + results.done(test); + }) + container.classList.remove(orientation); + }}); + + setup({explicit_done:true, explicit_timeout:true}); + var runner = new Runner(); + window.onload = function () { + if (window.location.search == "?wait") { + log("Sleeping 5 secs for debug purpose"); + return setTimeout(run, 5000); + } + run(); + } + + function run() { + onFontReady("16px orientation", function () { runner.run(); }); + } + + function onFontReady(font, func) { + log("Waiting test fonts to load"); + if (document.fonts) { + if ('load' in document.fonts) + return document.fonts.load(font).then(func); + if ('ready' in document.fonts) + return document.fonts.ready.then(func); + } + document.offsetTop; // last resort to load @font-face + func(); + } + + function arrayFromRangesByValue(dict) { + var array = []; + for (var value in dict) { + var ranges = dict[value]; + for (var i = 0; i < ranges.length; i += 2) { + var to = ranges[i+1]; + for (var code = ranges[i]; code <= to; code++) + array[code] = value; + } + } + return array; + }; + + function stringFromUnicode(code) { + var hex = code.toString(16).toUpperCase(); + if (hex.length < 4) { + hex = "0000" + hex; + hex = hex.substr(hex.length - 4); + } + return hex + ' "' + String.fromCharCode(code) + '"'; + } + + function appendChildElement(parent, tag, text) { + var node = document.createElement(tag); + if (text) + node.textContent = text; + parent.appendChild(node); + return node; + } + + function extend(target, dict) { + for (var key in dict) + target[key] = dict[key]; + } + + function log(text) { + console.log(text); + } +})(); diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/transparent_green.png b/tests/wpt/css-tests/css-text-3_dev/html/support/transparent_green.png Binary files differnew file mode 100644 index 00000000000..d5f50d3256a --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/transparent_green.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/vertical-form.png b/tests/wpt/css-tests/css-text-3_dev/html/support/vertical-form.png Binary files differnew file mode 100644 index 00000000000..53a3af92cd6 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/vertical-form.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-59x59.png Binary files differnew file mode 100644 index 00000000000..50816d38f6b --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-horiz-redline-bottom-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-horiz-redline-bottom-59x59.png Binary files differnew file mode 100644 index 00000000000..d6139238de3 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-horiz-redline-bottom-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-center-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-center-59x59.png Binary files differnew file mode 100644 index 00000000000..c352b109548 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-center-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-left-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-left-59x59.png Binary files differnew file mode 100644 index 00000000000..8baf6f60404 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-left-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-right-59x59.png b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-right-59x59.png Binary files differnew file mode 100644 index 00000000000..7e881312b35 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/support/yellow-square-vert-redline-right-59x59.png diff --git a/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-01.htm b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-01.htm new file mode 100644 index 00000000000..a17502b8d19 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-01.htm @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html><head> + <meta charset="utf-8"> + <title>CSS Text: text-align: match-parent</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help"> + <meta content="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" U0003Clink="" href="text-align-match-parent-ref.html" name="assert" rel="match"> + <style type="text/css"> +div.start { text-align: start; } +div.end { text-align: end; } +div.left { text-align: left; } +div.right { text-align: right; } +div > div { text-align: match-parent; } + </style> + </head> + <body> + <div>Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right</div> + <div class="start" dir="ltr"><div dir="ltr">Left</div></div> + <div class="start" dir="ltr"><div dir="rtl">Left</div></div> + <div class="start" dir="rtl"><div dir="ltr">Right</div></div> + <div class="start" dir="rtl"><div dir="rtl">Right</div></div> + <div class="end" dir="ltr"><div dir="ltr">Right</div></div> + <div class="end" dir="ltr"><div dir="rtl">Right</div></div> + <div class="end" dir="rtl"><div dir="ltr">Left</div></div> + <div class="end" dir="rtl"><div dir="rtl">Left</div></div> + <div class="left" dir="ltr"><div dir="ltr">Left</div></div> + <div class="left" dir="ltr"><div dir="rtl">Left</div></div> + <div class="left" dir="rtl"><div dir="ltr">Left</div></div> + <div class="left" dir="rtl"><div dir="rtl">Left</div></div> + <div class="right" dir="ltr"><div dir="ltr">Right</div></div> + <div class="right" dir="ltr"><div dir="rtl">Right</div></div> + <div class="right" dir="rtl"><div dir="ltr">Right</div></div> + <div class="right" dir="rtl"><div dir="rtl">Right</div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-02.htm b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-02.htm new file mode 100644 index 00000000000..e2f6fc45971 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-02.htm @@ -0,0 +1,56 @@ +<!DOCTYPE html> +<html class="reftest-wait"><head> + <meta charset="utf-8"> + <title>CSS Text: text-align: match-parent</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help"> + <meta content="dom" name="flags"> + <meta content="Text checks that an element with + text-align: match-parent still aligns correctly if the parent's + dir attribute is changed" name="assert"> + <link href="reference/text-align-match-parent-ref.htm" rel="match"> + <style type="text/css"> +div.start { text-align: start; } +div.end { text-align: end; } +div.left { text-align: left; } +div.right { text-align: right; } +div > div { text-align: match-parent; } + </style> + <script type="text/javascript"> +function changeParentDir() +{ + for (parent = 0; parent < 16; ++parent) { + var parentDiv = document.getElementById("d" + parent); + if (parentDiv.dir == "rtl") { + parentDiv.dir = "ltr"; + } else { + parentDiv.dir = "rtl"; + } + } + + document.documentElement.removeAttribute("class"); +} + </script> + </head> + <body onload="changeParentDir()"> + <div>Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right</div> + <div class="start" dir="rtl" id="d0"><div dir="ltr">Left</div></div> + <div class="start" dir="rtl" id="d1"><div dir="rtl">Left</div></div> + <div class="start" dir="ltr" id="d2"><div dir="ltr">Right</div></div> + <div class="start" dir="ltr" id="d3"><div dir="rtl">Right</div></div> + <div class="end" dir="rtl" id="d4"><div dir="ltr">Right</div></div> + <div class="end" dir="rtl" id="d5"><div dir="rtl">Right</div></div> + <div class="end" dir="ltr" id="d6"><div dir="ltr">Left</div></div> + <div class="end" dir="ltr" id="d7"><div dir="rtl">Left</div></div> + <div class="left" dir="rtl" id="d8"><div dir="ltr">Left</div></div> + <div class="left" dir="rtl" id="d9"><div dir="rtl">Left</div></div> + <div class="left" dir="ltr" id="d10"><div dir="ltr">Left</div></div> + <div class="left" dir="ltr" id="d11"><div dir="rtl">Left</div></div> + <div class="right" dir="rtl" id="d12"><div dir="ltr">Right</div></div> + <div class="right" dir="rtl" id="d13"><div dir="rtl">Right</div></div> + <div class="right" dir="ltr" id="d14"><div dir="ltr">Right</div></div> + <div class="right" dir="ltr" id="d15"><div dir="rtl">Right</div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-03.htm b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-03.htm new file mode 100644 index 00000000000..9d7e4481963 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-03.htm @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<html class="reftest-wait"><head> + <meta charset="utf-8"> + <title>CSS Text: text-align: match-parent</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help"> + <meta content="dom" name="flags"> + <meta content="Text checks that an element whose + text-align property is changed to match-parent aligns correctly" name="assert"> + <link href="reference/text-align-match-parent-ref.htm" rel="match"> + <style type="text/css"> +div.start { text-align: start; } +div.end { text-align: end; } +div.left { text-align: left; } +div.right { text-align: right; } +div.center { text-align: center; } +div.match { text-align: match-parent; } + </style> + <script type="text/javascript"> +function changeChildAlign() +{ + for (child = 0; child < 16; ++child) { + var childDiv = document.getElementById("d" + child); + childDiv.className = "match"; + } + + document.documentElement.removeAttribute("class"); +} + </script> + </head> + <body onload="changeChildAlign()"> + <div>Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right</div> + <div class="start" dir="ltr"><div class="center" dir="ltr" id="d0">Left</div></div> + <div class="start" dir="ltr"><div class="center" dir="rtl" id="d1">Left</div></div> + <div class="start" dir="rtl"><div class="center" dir="ltr" id="d2">Right</div></div> + <div class="start" dir="rtl"><div class="center" dir="rtl" id="d3">Right</div></div> + <div class="end" dir="ltr"><div class="center" dir="ltr" id="d4">Right</div></div> + <div class="end" dir="ltr"><div class="center" dir="rtl" id="d5">Right</div></div> + <div class="end" dir="rtl"><div class="center" dir="ltr" id="d6">Left</div></div> + <div class="end" dir="rtl"><div class="center" dir="rtl" id="d7">Left</div></div> + <div class="left" dir="ltr"><div class="center" dir="ltr" id="d8">Left</div></div> + <div class="left" dir="ltr"><div class="center" dir="rtl" id="d9">Left</div></div> + <div class="left" dir="rtl"><div class="center" dir="ltr" id="d10">Left</div></div> + <div class="left" dir="rtl"><div class="center" dir="rtl" id="d11">Left</div></div> + <div class="right" dir="ltr"><div class="center" dir="ltr" id="d12">Right</div></div> + <div class="right" dir="ltr"><div class="center" dir="rtl" id="d13">Right</div></div> + <div class="right" dir="rtl"><div class="center" dir="ltr" id="d14">Right</div></div> + <div class="right" dir="rtl"><div class="center" dir="rtl" id="d15">Right</div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-04.htm b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-04.htm new file mode 100644 index 00000000000..3ae907535c1 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-04.htm @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<html class="reftest-wait"><head> + <meta charset="utf-8"> + <title>CSS Text: text-align: match-parent</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help"> + <meta content="dom" name="flags"> + <meta content="Text checks that an element with + text-align: match-parent still aligns correctly if the parent's + width is changed" name="assert"> + <link href="reference/text-align-match-parent-ref.htm" rel="match"> + <style type="text/css"> +div.start { text-align: start; } +div.end { text-align: end; } +div.left { text-align: left; } +div.right { text-align: right; } +div > div { text-align: match-parent; } + </style> + <script type="text/javascript"> +function changeParentWidth() +{ + for (parent = 0; parent < 16; ++parent) { + var parentDiv = document.getElementById("d" + parent); + parentDiv.style.width = ""; + } + + document.documentElement.removeAttribute("class"); +} + </script> + </head> + <body onload="changeParentWidth()"> + <div>Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right</div> + <div style="width: 50%;" class="start" dir="ltr" id="d0"><div dir="ltr">Left</div></div> + <div style="width: 50%;" class="start" dir="ltr" id="d1"><div dir="rtl">Left</div></div> + <div style="width: 50%;" class="start" dir="rtl" id="d2"><div dir="ltr">Right</div></div> + <div style="width: 50%;" class="start" dir="rtl" id="d3"><div dir="rtl">Right</div></div> + <div style="width: 50%;" class="end" dir="ltr" id="d4"><div dir="ltr">Right</div></div> + <div style="width: 50%;" class="end" dir="ltr" id="d5"><div dir="rtl">Right</div></div> + <div style="width: 50%;" class="end" dir="rtl" id="d6"><div dir="ltr">Left</div></div> + <div style="width: 50%;" class="end" dir="rtl" id="d7"><div dir="rtl">Left</div></div> + <div style="width: 50%;" class="left" dir="ltr" id="d8"><div dir="ltr">Left</div></div> + <div style="width: 50%;" class="left" dir="ltr" id="d9"><div dir="rtl">Left</div></div> + <div style="width: 50%;" class="left" dir="rtl" id="d10"><div dir="ltr">Left</div></div> + <div style="width: 50%;" class="left" dir="rtl" id="d11"><div dir="rtl">Left</div></div> + <div style="width: 50%;" class="right" dir="ltr" id="d12"><div dir="ltr">Right</div></div> + <div style="width: 50%;" class="right" dir="ltr" id="d13"><div dir="rtl">Right</div></div> + <div style="width: 50%;" class="right" dir="rtl" id="d14"><div dir="ltr">Right</div></div> + <div style="width: 50%;" class="right" dir="rtl" id="d15"><div dir="rtl">Right</div></div> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-ltr.htm b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-ltr.htm new file mode 100644 index 00000000000..ec932ae6b34 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-ltr.htm @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html dir="ltr"><head> + <meta charset="utf-8"> + <title>CSS Text: text-align: match-parent</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help"> + <meta content="Text checks that + text-align: match-parent on a root element with dir=ltr is + equivalent to text-align: start" name="assert"> + <link href="reference/text-align-match-parent-root-ltr-ref.htm" rel="match"> + <style type="text/css"> +html { text-align: match-parent; } + </style> + </head> + <body> + <p>This line should be aligned left</p> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-rtl.htm b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-rtl.htm new file mode 100644 index 00000000000..6d1f14c5572 --- /dev/null +++ b/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-rtl.htm @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html dir="rtl"><head> + <title>CSS Text: text-align: match-parent</title> + <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu"> + <link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help"> + <meta content="Text checks that + text-align: match-parent on a root element with dir=rtl is + equivalent to text-align: start" name="assert"> + <link href="reference/text-align-match-parent-root-rtl-ref.htm" rel="match"> + <style type="text/css"> +html { text-align: match-parent; } + </style> + </head> + <body> + <p>This line should be aligned right</p> + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-text-3_dev/html/toc.htm b/tests/wpt/css-tests/css-text-3_dev/html/toc.htm index beb15e0de6f..22b21f1d469 100644 --- a/tests/wpt/css-tests/css-text-3_dev/html/toc.htm +++ b/tests/wpt/css-tests/css-text-3_dev/html/toc.htm @@ -27,7 +27,7 @@ <tbody id="s2"> <tr><th><a href="chapter-2.htm">Chapter 2 - Transforming Text</a></th> - <td>(52 Tests)</td></tr> + <td>(7 Tests)</td></tr> </tbody> <tbody id="s3"> <tr><th><a href="chapter-3.htm">Chapter 3 - @@ -42,7 +42,7 @@ <tbody id="s5"> <tr><th><a href="chapter-5.htm">Chapter 5 - Line Breaking and Word Boundaries</a></th> - <td>(576 Tests)</td></tr> + <td>(20 Tests)</td></tr> </tbody> <tbody id="s6"> <tr><th><a href="chapter-6.htm">Chapter 6 - @@ -52,12 +52,12 @@ <tbody id="s7"> <tr><th><a href="chapter-7.htm">Chapter 7 - Alignment and Justification</a></th> - <td>(17 Tests)</td></tr> + <td>(23 Tests)</td></tr> </tbody> <tbody id="s8"> <tr><th><a href="chapter-8.htm">Chapter 8 - Spacing</a></th> - <td>(0 Tests)</td></tr> + <td>(6 Tests)</td></tr> </tbody> <tbody id="s9"> <tr><th><a href="chapter-9.htm">Chapter 9 - |