servo/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/ref-t-lime8x16-aqua8x16.htm

54 lines
No EOL
842 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-lime8x16-aqua8x16.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: 32px;
width: 8px;
}
div#inner > div
{
height: 16px;
width: 8px;
}
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>