Files
servo/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/horizontal-rule-vrl-004-ref.htm

30 lines
583 B
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/">
<meta content="" name="flags">
<style type="text/css">
hr
{
background-color: green;
border: transparent none 0px;
height: 10px;
margin: 0px;
}
</style>
</head>
<body>
<p>Test passes if there is an horizontal green bar and <strong>no red</strong>.</p>
<hr>
</body>
</html>