mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
54 lines
No EOL
850 B
HTML
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-lime32x384-aqua32x384.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: 16px;
|
|
}
|
|
|
|
div#inner > div
|
|
{
|
|
height: 192px;
|
|
width: 16px;
|
|
}
|
|
|
|
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> |