mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
14 lines
338 B
HTML
14 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com">
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
</head>
|
|
<body>
|
|
<div style="position:relative; top:50px;">
|
|
Test Text
|
|
</div>
|
|
</body>
|
|
</html>
|