blob: 9fd41e13849ec3e65c8216bf7d192c5ef93f4091 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
</style>
<body>
<span>
One
Two
</span>
</body>