mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
12 lines
233 B
HTML
12 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>
|