servo/tests/ref/attr_exists_selector_ref.html

11 lines
285 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Attribute exists selector: [foo] (reference)</title>
</head>
<body>
<p style="color: green">This text should be green.</p>
<p style="color: red">This text should be red.</p>
<p>This text should be black.</p>
</body>
</html>