mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Test: bidirection box model - padding-right on normal block</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="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model">
|
||||
<link rel="match" href="reference/bidi-box-model-043-ref.htm">
|
||||
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Side padding should be unaffected by directionality">
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 20em;
|
||||
background: navy;
|
||||
color: orange;
|
||||
font: 1.25em/1 Ahem;
|
||||
text-align: right;
|
||||
margin-bottom: 1em;
|
||||
padding-right: 5em;
|
||||
}
|
||||
|
||||
.rtol {
|
||||
direction: rtl;
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Test passes if the 2 bicolored stripes are <strong>identical</strong>.</p>
|
||||
<div>
|
||||
Text
|
||||
</div>
|
||||
<div class="rtol">
|
||||
Text
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user