mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
15 lines
377 B
HTML
15 lines
377 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
|
|
</head>
|
|
<body>
|
|
<p>Test passes if the equations below are true.</p>
|
|
<p>1 = 1</p>
|
|
<p>1.1 = 1.1</p>
|
|
<p>1.2 = 1.2</p>
|
|
<p>i.iii = i.iii</p>
|
|
<p>I.IV = I.IV</p>
|
|
</body>
|
|
</html> |