blob: a77b4e20417b656a243c84e0c1a83a5b802a85bf [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-lime256x384-aqua256x384.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: 384px;
width: 128px;
}
div#inner > div
{
height: 192px;
width: 128px;
}
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>