aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/html/reference')
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-001-ref.htm19
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm24
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/flexbox_align-items-stretch-writing-modes-ref.htm (renamed from tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/writing-mode-stretch-001-ref.htm)0
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm9
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-slr.pngbin0 -> 8951 bytes
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-srl.pngbin0 -> 8988 bytes
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-vlr.pngbin0 -> 9508 bytes
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/table-progression-slr-001-ref.htm95
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-slr-009-ref.htm35
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-vrl-002-ref.htm (renamed from tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-002-ref.htm)0
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-vrl-006-ref.htm (renamed from tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-006-ref.htm)0
11 files changed, 158 insertions, 24 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-001-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-001-ref.htm
index a5fdf2bb202..0aad7d404eb 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-001-ref.htm
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-001-ref.htm
@@ -7,14 +7,17 @@
<meta name="flags" content="image">
<style type="text/css">
div
- {
- background-color: yellow;
- direction: ltr;
- font: 20px/1 Ahem;
- width: 21em;
- }
-
- img { vertical-align: top; }
+ {
+ background-color: yellow;
+ direction: ltr;
+ font: 20px/1 Ahem;
+ width: 21em;
+ }
+
+ img
+ {
+ vertical-align: top;
+ }
</style>
</head>
<body>
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm
index 1fe0c5bc271..7d66a1bad78 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm
@@ -10,17 +10,23 @@
<meta name="flags" content="image">
<style type="text/css">
- body { direction: rtl; }
+ body
+ {
+ direction: rtl;
+ }
div
- {
- background-color: yellow;
- direction: ltr;
- font: 20px/1 Ahem;
- width: 21em;
- }
-
- img { vertical-align: top; }
+ {
+ background-color: yellow;
+ direction: ltr;
+ font: 20px/1 Ahem;
+ width: 21em;
+ }
+
+ img
+ {
+ vertical-align: top;
+ }
</style>
</head>
<body>
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/writing-mode-stretch-001-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/flexbox_align-items-stretch-writing-modes-ref.htm
index 0d30595c766..0d30595c766 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/writing-mode-stretch-001-ref.htm
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/flexbox_align-items-stretch-writing-modes-ref.htm
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm
index 80f3a878338..608f17837f1 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm
@@ -3,19 +3,14 @@
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link href="http://google.com/+MasatakaYakura" rel="author" title="Masataka Yakura">
-<style>
-.tcu-all {
- text-combine-upright: all;
-}
-</style>
</head>
<body>
<p>Test passes if the following paragraphs are identical:</p>
<div>
- <p>6月<span class="tcu-all">19</span>日</p>
- <p>6月<span class="tcu-all">19</span>日</p>
+ <p>6月19日</p>
+ <p>6月19日</p>
</div>
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-slr.png b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-slr.png
new file mode 100644
index 00000000000..ac9b2a30725
--- /dev/null
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-slr.png
Binary files differ
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-srl.png b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-srl.png
new file mode 100644
index 00000000000..da9d401f917
--- /dev/null
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-srl.png
Binary files differ
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-vlr.png b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-vlr.png
new file mode 100644
index 00000000000..5abc22e9ee7
--- /dev/null
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/support/form-controls-vlr.png
Binary files differ
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/table-progression-slr-001-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/table-progression-slr-001-ref.htm
new file mode 100644
index 00000000000..ecf06a8ac9e
--- /dev/null
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/table-progression-slr-001-ref.htm
@@ -0,0 +1,95 @@
+<!DOCTYPE html>
+<html><head><title>CSS Reference</title>
+<link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="author" title="Gérard Talbot">
+<link href="http://fantasai.inkedblade.net/contact" rel="author" title="Elika J. Etemad">
+
+<style>
+ table {
+ border-spacing: 0;
+ margin: 1em;
+ }
+ td {
+ width: 1em;
+ height: 1em;
+ border: solid gray;
+ }
+
+ .navy { background: navy}
+ .blue { background: blue }
+ .aqua { background: aqua }
+ .teal { background: teal }
+ .purp { background: purple }
+ .pink { background: fuchsia }
+ .yllw { background: yellow }
+ .orng { background: orange }
+ caption { background: green; }
+</style>
+
+</head><body><p>Test passes if the following three tables look identical.
+
+</p><table>
+ <caption></caption>
+ <tbody><tr>
+ <td class="teal">
+ </td><td rowspan="3">
+ </td><td colspan="2" rowspan="2">
+ </td><td class="purp">
+ </td><td rowspan="2">
+ </td></tr><tr>
+ <td class="aqua">
+ </td><td rowspan="2">
+ </td></tr><tr>
+ <td rowspan="2">
+ </td><td class="yllw">
+ </td><td class="pink">
+ </td><td class="blue">
+
+ </td></tr><tr>
+ <td class="orng">
+ </td><td colspan="3">
+ </td><td class="navy">
+</td></tr></tbody></table>
+
+<table>
+ <tbody><tr>
+ <td class="teal">
+ </td><td rowspan="3">
+ </td><td colspan="2" rowspan="2">
+ </td><td class="purp">
+ </td><td rowspan="2">
+ </td></tr><tr>
+ <td class="aqua">
+ </td><td rowspan="2">
+ </td></tr><tr>
+ <td rowspan="2">
+ </td><td class="yllw">
+ </td><td class="pink">
+ </td><td class="blue">
+
+ </td></tr><tr>
+ <td class="orng">
+ </td><td colspan="3">
+ </td><td class="navy">
+</td></tr></tbody></table>
+
+<table>
+ <tbody><tr>
+ <td class="teal">
+ </td><td rowspan="3">
+ </td><td colspan="2" rowspan="2">
+ </td><td class="purp">
+ </td><td rowspan="2">
+ </td></tr><tr>
+ <td class="aqua">
+ </td><td rowspan="2">
+ </td></tr><tr>
+ <td rowspan="2">
+ </td><td class="yllw">
+ </td><td class="pink">
+ </td><td class="blue">
+
+ </td></tr><tr>
+ <td class="orng">
+ </td><td colspan="3">
+ </td><td class="navy">
+</td></tr></tbody></table></body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-slr-009-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-slr-009-ref.htm
new file mode 100644
index 00000000000..bceedf8749e
--- /dev/null
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-slr-009-ref.htm
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <title>CSS Reftest Reference</title>
+ <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
+ <meta name="flags" content="image">
+ <style type="text/css">
+
+ img
+ {
+ padding-left: 78px;
+ vertical-align: top;
+ }
+
+ img + br + img
+ {
+ padding-left: 30px;
+ }
+
+ img + br + img + br + img
+ {
+ padding-left: 102px;
+ }
+ </style>
+
+</head>
+
+<body>
+
+<p>Test passes if the <strong>right edge</strong> of an irregular polygon is straight and unbroken.</p>
+
+<div><img src="support/swatch-fuchsia.png" width="48" height="60" alt="Image download support must be enabled"><br><img src="support/swatch-fuchsia.png" width="96" height="120" alt="Image download support must be enabled"><br><img src="support/swatch-fuchsia.png" width="24" height="30" alt="Image download support must be enabled"></div>
+
+</body>
+</html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-002-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-vrl-002-ref.htm
index fc936e38844..fc936e38844 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-002-ref.htm
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-vrl-002-ref.htm
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-006-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-vrl-006-ref.htm
index f19e7b10d44..f19e7b10d44 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-006-ref.htm
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/text-baseline-vrl-006-ref.htm