Dactyloidae/layout/reftests/w3c-css/received/selectors-4/selectors-dir-selector-ref.html

19 lines
528 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference for CSS Selectors Level 4 :dir() Tests</title>
<link rel="author" title="Takeshi Kurosawa" href="mailto:taken.spc@gmail.com">
<meta name="flags" content="">
<style type="text/css">
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
<div></div>
</body>
</html>