forked from mirrors/gecko-dev
MANUAL PUSH: wpt sync bot wpt-head: 55e3f8d27d6be17fa75bebe426c39cc51b3b26d4 wpt-type: landing
23 lines
438 B
HTML
23 lines
438 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8" />
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" />
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style>
|
|
ol {
|
|
float: left;
|
|
width: 50px;
|
|
list-style: none;
|
|
text-shadow: #0f0 1px 2px 3px;
|
|
}
|
|
</style>
|
|
<ol>
|
|
<li>1. </li>
|
|
<li>2. </li>
|
|
<li>3. </li>
|
|
</ol>
|
|
<ol>
|
|
<li>1. </li>
|
|
<li>2. </li>
|
|
<li>3. </li>
|
|
</ol>
|