Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head>
<title>CSS Test: text-emphasis-style - none - basic cases Reftest Reference</title>
<link rel="author" title="Makoto Kikuchi" href="mailto:kikuchi@est.co.jp" />
<style type="text/css"><![CDATA[
.parent
{
border: solid 1px gray;
font-size: 2em;
width: 10em;
}
]]></style>
</head>
<body>
<p>Test passes if a pair of upper and lower "Filler Text" in the square box is identical.</p>
<div>
none
<div class="parent">
<div>Filler Text</div>
<br />
<div>Filler Text</div>
</div>
</div>
</body>
</html>