mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
11 lines
233 B
HTML
11 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Attribute exists selector: [foo]</title>
|
|
</head>
|
|
<body>
|
|
<p>This text should be green.</p>
|
|
<p>This text should be red.</p>
|
|
<p>This text should be black.</p>
|
|
</body>
|
|
</html>
|