Commit 191fc74d authored by kojii's avatar kojii Committed by Commit bot

Import csswg-test@091ec9158c45705b671df74ba064d1d57753c470

Using update-w3c-deps in Blink fd780f87.

TBR=dpranke@chromium.org,jsbell@chromium.org,tkent@chromium.org,cbiesinger@chromium.org
BUG=492664, 467127

Review URL: https://codereview.chromium.org/1554863002

Cr-Commit-Position: refs/heads/master@{#367240}
parent 5232abaf
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated border-collapsing tables (vertical-lr)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated border-collapsing tables in a 'vertical-lr' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-left: red solid 50px;
border-collapse: collapse;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
border-left: green solid 50px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated non-border-collapsing tables (vertical-lr)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated non-border-collapsing tables in a 'vertical-lr' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: separate;
border-left: green solid 25px;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
border-left: green solid 25px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-lr - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-lr' are not substracted by the amount of their borders. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
padding: 0px;
}
table#left-first
{
border-right: green solid 25px;
margin-right: 25px;
}
table#right-second
{
border-left: green solid 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-lr - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-lr' are not substracted by the amount of their horizontal padding. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
background-color: green;
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
padding: 0px;
}
table#left-first
{
padding-right: 25px;
margin-right: 25px;
}
table#right-second
{
padding-left: 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated border-collapsing tables (vertical-rl)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated border-collapsing tables in a 'vertical-rl' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: collapse;
border-right: red solid 50px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
border-right: green solid 50px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated non-border-collapsing tables (vertical-rl)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated non-border-collapsing tables in a 'vertical-rl' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-right: green solid 25px;
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
border-right: green solid 25px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-rl - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-rl' are not substracted by the amount of their borders. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
padding: 0px;
}
table#left-first
{
border-right: green solid 25px;
margin-right: 25px;
}
table#right-second
{
border-left: green solid 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-rl - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-rl' are not substracted by the amount of their horizontal padding. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
background-color: green;
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
padding: 0px;
}
table#left-first
{
padding-right: 25px;
margin-right: 25px;
}
table#right-second
{
padding-left: 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
...@@ -17,7 +17,7 @@ Pre-built font binaries ...@@ -17,7 +17,7 @@ Pre-built font binaries
---- ----
The installable font resources (font binaries) are not part of the source files. The installable font resources (font binaries) are not part of the source files.
They are available at https://github.com/adobe-fonts/css-orientation-test/ They are available at https://github.com/adobe-fonts/css-orientation-test/
The latest version of the font binaries is 1.005 (October 2015). The latest version of the font binaries is 1.005 (April 4th 2015).
Requirements Requirements
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" /> <link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" /> <meta content="ahem" name="flags" />
<meta content="This test checks that a table with 'writing-mode' set to 'vertical-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" /> <meta content="This test checks that a table with 'writing-mode' set to 'vertical-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[
body body
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" /> <link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" /> <meta content="ahem" name="flags" />
<meta content="This test checks that a table with 'writing-mode' set to 'vertical-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" /> <meta content="This test checks that a table with 'writing-mode' set to 'vertical-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[
body body
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" /> <link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" /> <meta content="ahem" name="flags" />
<meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" /> <meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[
body body
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" /> <link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" /> <meta content="ahem" name="flags" />
<meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" /> <meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[
body body
......
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
<title>CSS Test: vertical-lr Table Row/Rowgroup/Cell Ordering</title> <title>CSS Test: vertical-lr Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"> <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.html"> <link rel="match" href="table-progression-001-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables order rows/rowgroups left to right and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'."> <meta name="assert" content="This test checks that vertical-lr tables order rows/rowgroups left to right and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
......
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
<title>CSS Test: vertical-lr Table Column/Colgroup Ordering</title> <title>CSS Test: vertical-lr Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"> <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.html"> <link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'."> <meta name="assert" content="This test checks that vertical-lr tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
......
...@@ -96,13 +96,13 @@ ...@@ -96,13 +96,13 @@
<tr> <tr>
<td rowspan=2> <td rowspan=2>
<td class="orng"> <td class="orng">
<td colspan=3"> <td colspan="3">
<td class="navy"> <td class="navy">
<tr> <tr>
<td rowspan=3"> <td rowspan="3">
<td class="yllw"> <td class="yllw">
<td class="pink"> <td class="pink">
<td rowspan=2"> <td rowspan="2">
<td class="blue"> <td class="blue">
<tr> <tr>
<td class="aqua"> <td class="aqua">
......
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
<title>CSS Test: vertical-rl Table Row/Rowgroup/Cell Ordering</title> <title>CSS Test: vertical-rl Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"> <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.html"> <link rel="match" href="table-progression-001-ref.html">
<meta name="assert" content="This test checks that vertical-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'."> <meta name="assert" content="This test checks that vertical-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
...@@ -113,13 +112,13 @@ ...@@ -113,13 +112,13 @@
<tr> <tr>
<td rowspan=2> <td rowspan=2>
<td class="orng"> <td class="orng">
<td colspan=3"> <td colspan="3">
<td class="navy"> <td class="navy">
<tr> <tr>
<td rowspan=3"> <td rowspan="3">
<td class="yllw"> <td class="yllw">
<td class="pink"> <td class="pink">
<td rowspan=2"> <td rowspan="2">
<td class="blue"> <td class="blue">
<tr> <tr>
<td class="aqua"> <td class="aqua">
......
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
<title>CSS Test: vertical-rl Table Column/Colgroup Ordering</title> <title>CSS Test: vertical-rl Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"> <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.html"> <link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-rl tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'."> <meta name="assert" content="This test checks that vertical-rl tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
......
...@@ -96,13 +96,13 @@ ...@@ -96,13 +96,13 @@
<tr> <tr>
<td rowspan=2> <td rowspan=2>
<td class="orng"> <td class="orng">
<td colspan=3"> <td colspan="3">
<td class="navy"> <td class="navy">
<tr> <tr>
<td rowspan=3"> <td rowspan="3">
<td class="yllw"> <td class="yllw">
<td class="pink"> <td class="pink">
<td rowspan=2"> <td rowspan="2">
<td class="blue"> <td class="blue">
<tr> <tr>
<td class="aqua"> <td class="aqua">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment