mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
8 lines
223 B
HTML
8 lines
223 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>PASS in body, black</title>
|
|
<link href="mailto:me@gsnedders.com" rel="author" title="Geoffrey Sneddon">
|
|
<style>
|
|
.PASS {color: black;}
|
|
</style>
|
|
</head><body class="PASS">PASS
|
|
</body></html> |