mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
19 lines
528 B
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>
|