summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/tests/css/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht')
-rw-r--r--testing/web-platform/tests/css/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht75
1 files changed, 75 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht b/testing/web-platform/tests/css/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht
new file mode 100644
index 0000000000..b93fcb0bdf
--- /dev/null
+++ b/testing/web-platform/tests/css/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht
@@ -0,0 +1,75 @@
+<!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/" />
+
+ <meta name="DC.date.created" content="2016-12-30T09:54:03+11:00" scheme="W3CDTF" />
+ <meta name="DC.date.modified" content="2017-01-03T09:54:03+11:00" scheme="W3CDTF" />
+
+
+ <style type="text/css"><![CDATA[
+ body
+ {
+ font-size: 16px;
+ font-family: monospace;
+ line-height: 1.25; /* therefore, each line box is 20px tall */
+ margin: 8px 0px;
+ }
+
+ table
+ {
+ border-spacing: 0px;
+ left: calc(100% - 136px - 3px - 50ch - 3px - 136px);
+ /* or more elegantly right: 0px; Chrome 57+ has a bug here */
+ padding: 0px 84px;
+ position: absolute;
+ width: calc(136px + 3px + 50ch + 3px + 136px);
+ }
+
+ td
+ {
+ padding: 0px;
+ vertical-align: top;
+ }
+
+ td#after, td#before
+ {
+ width: 52px;
+ }
+
+ p#sentence-after, p#sentence-before
+ {
+ writing-mode: vertical-rl;
+ }
+
+ td#data
+ {
+ border: blue solid 3px;
+ display: block;
+ }
+ ]]></style>
+ </head>
+
+ <body>
+
+ <table>
+
+ <tr>
+
+ <td id="after"><p id="sentence-after">Sentence&nbsp;after.</p></td>
+
+ <td id="data">01020304050607080910111213141516171819202122232425</td>
+
+ <td id="before"><p id="sentence-before">Sentence&nbsp;before.</p></td>
+
+ </tr>
+
+ </table>
+
+ </body>
+</html>