servo/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime24x192-aqua24x192.htm

54 lines
No EOL
850 B
HTML

<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html><head>
<!--
The original and initial filename of this reference file was
ref-tall-lime48x384-aqua48x384.html
-->
<title>CSS Reftest Reference</title>
<link href="http://whereswalden.com/" rel="author" title="Jeff Walden">
<style type="text/css">
div#outer
{
border: black solid 8px;
height: 384px;
width: 128px;
}
div#inner
{
height: 384px;
width: 24px;
}
div#inner > div
{
height: 192px;
width: 24px;
}
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>