blob: f1074b713c488d5be5beef945792d9a7379f7628 [file] [log] [blame]
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<!--
The original and initial filename of this reference file was
ref-tall-lime2x16-aqua2x16.html
-->
<title>CSS Reftest Reference</title>
<link rel="author" title="Jeff Walden" href="http://whereswalden.com/">
<style type="text/css">
div#outer
{
border: black solid 8px;
height: 384px;
width: 128px;
}
div#inner
{
height: 32px;
width: 2px;
}
div#inner > div
{
height: 16px;
width: 2px;
}
div#top {background-color: lime;}
div#bottom {background-color: aqua;}
</style>
</head>
<body>
<div id="outer">
<div id="inner">
<div id="top"></div>
<div id="bottom"></div>
</div>
</div>
</body>
</html>