mirror of
https://github.com/servo/servo.git
synced 2025-06-26 10:04:33 +01:00
4 lines
159 B
HTML
4 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>
|