Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/bidi-004a-ref.htm

52 lines
1.2 KiB
HTML

<!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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style type="text/css">
div > p
{
background-color: #FFC;
border: solid;
margin: 1em;
padding: 0.5em;
}
span {line-height: 3em;}
.navy {color: navy;}
.orange {color: orange;}
</style>
</head>
<body>
<p>The following two blocks should be identical, including overflow. (Force bidi: א)</p>
<div>
<p>
<span class="navy"> aaa bbb ccc ddd eee </span> <br>
<span class="orange"> fff </span>
ggg hhh iii
<span class="navy"> jjj </span> <br>
<span class="orange"> kkk lll mmm nnn ooo </span>
</p>
<p>
<span class="navy"> aaa bbb ccc ddd eee </span> <br>
<span class="orange"> fff </span>
ggg hhh iii
<span class="navy"> jjj </span> <br>
<span class="orange"> kkk lll mmm nnn ooo </span>
</p>
</div>
</body>
</html>