mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
62 lines
No EOL
1.8 KiB
HTML
62 lines
No EOL
1.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>CSS Test: text-emphasis-position - below right - basic cases Reftest Reference</title>
|
|
<style type="text/css">
|
|
@page { font: italic 8pt sans-serif; color: gray;
|
|
margin: 7%;
|
|
counter-increment: page;
|
|
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
|
@top-right { content: "Test text-emphasis-position-below-right-001-ref"; }
|
|
@bottom-right { content: counter(page); }
|
|
}
|
|
</style>
|
|
<link rel="author" title="Makoto Kikuchi" href="mailto:kikuchi@est.co.jp"/>
|
|
<style type="text/css"><![CDATA[
|
|
.common
|
|
{
|
|
line-height: 1em;
|
|
position: relative;
|
|
}
|
|
.parent
|
|
{
|
|
background: yellow;
|
|
border: solid 1px gray;
|
|
color: blue;
|
|
font: 20px/1em ahem;
|
|
width: 6em;
|
|
}
|
|
.refcommon
|
|
{
|
|
font-size: 0.5em;
|
|
left: 0.6em;
|
|
position: absolute;
|
|
}
|
|
.top
|
|
{
|
|
top: 1.6em;
|
|
}
|
|
]]></style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<p>Test passes if a pair of upper and lower block in the square box is identical.</p>
|
|
<p>horizontal</p>
|
|
<div class="parent">
|
|
<div class="margin">
|
|
<span class="common">a<span class="refcommon top">●</span></span><span class="common">b<span class="refcommon top">●</span></span><span class="common">c<span class="refcommon top">●</span></span>
|
|
de<br/>
|
|
<br/>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="parent">
|
|
<div class="margin">
|
|
<span class="common">a<span class="refcommon top">●</span></span><span class="common">b<span class="refcommon top">●</span></span><span class="common">c<span class="refcommon top">●</span></span>
|
|
de<br/>
|
|
<br/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |