mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
10 lines
352 B
HTML
10 lines
352 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com">
|
|
<style>
|
|
/* Disable kerning because kerning may differ for different node tree. */
|
|
html { font-kerning: none; font-feature-settings: "kern" off; }
|
|
</style>
|
|
<p>You should see the word PASS below.</p>
|
|
PASS
|