mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
13 lines
296 B
HTML
13 lines
296 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Test reference File</title>
|
|
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
|
|
<style>
|
|
div {
|
|
white-space: pre;
|
|
font-family: monospace;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if “PASS…” appears below.</p>
|
|
<div>PASS…</div>
|