mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
18 lines
431 B
HTML
18 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style>
|
|
body {
|
|
font: 25px/1 Ahem;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>This is some text<br>that is not transformed</p>
|
|
<p>This is some text that is transformed</p>
|
|
</body>
|
|
</html>
|