48 lines
921 B
HTML
48 lines
921 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS Reftest Reference</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
|
|
<style>
|
|
html
|
|
{
|
|
writing-mode: vertical-rl;
|
|
}
|
|
|
|
body
|
|
{
|
|
margin: 0px;
|
|
}
|
|
|
|
p
|
|
{
|
|
text-orientation: upright;
|
|
}
|
|
|
|
img
|
|
{
|
|
padding-top: 8px;
|
|
}
|
|
|
|
img#blue
|
|
{
|
|
padding-left: 16px;
|
|
padding-right: 8px;
|
|
}
|
|
</style>
|
|
|
|
|
|
<img id="blue" src="support/swatch-blue.png" width="100" height="100" alt="Image download support must be enabled">
|
|
|
|
<div><img src="support/block-flow-direction-025-exp-res.png" width="359" height="36" alt="Image download support must be enabled"></div>
|
|
|
|
<!--
|
|
The image says:
|
|
Test passes if there is a blue square in the
|
|
<strong>upper-right corner</strong> of the page.
|
|
-->
|
|
|
|
<p>This text must be vertical, with letters upright.
|