Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head>
<title>CSS Test: bidirection box model - margin-left on bidi-override inline</title>
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
<link rel="reviewer" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-03-12 -->
<link rel="match" href="bidi-box-model-010-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Side margins should be unaffected by directionality"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
span {
color: orange;
margin-left: 2em;
}
.rtol {
direction: rtl;
unicode-bidi: bidi-override;
}
div {
text-align: left;
font: 1.25em/1 Ahem;
width: 20em;
background: navy;
color: teal;
margin-bottom: 1em;
}
]]></style>
</head>
<body>
<p>Test passes if the 2 multi-colored stripes are <strong>identical</strong>.</p>
<div>
First <span>Second</span>
</div>
<div>
First <span class="rtol">dnoceS</span>
</div>
</body>
</html>