mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
5 lines
159 B
HTML
5 lines
159 B
HTML
<!DOCTYPE html>
|
|
<style>div::first-line { font-family:monospace; color:green; }</style>
|
|
<p>Test passes if PASS is displayed in green below.</p>
|
|
<div>PASS</div>
|