servo/tests/ref/attr_exists_selector_ref.html
2014-09-08 20:21:42 -06:00

10 lines
230 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>This text should be black.</p>
</body>
</html>