mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
11 lines
285 B
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>
|