fune/testing/web-platform/tests/css/css-values/reference/ch-unit-008-ref.html
Gérard Talbot 9691798bc0 Bug 1526574 [wpt PR 14986] - 14 new CSS Values tests and 3 reference files, a=testonly
Automatic update from web-platform-tests
12 new CSS Values tests and 3 reference files (#14986)

--

wpt-commits: fe78f2a1ad48c1e0132634e957369d8d674e4258
wpt-pr: 14986
2019-02-14 11:38:57 +00:00

35 lines
713 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Values and Units Test Reference File</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
float: left;
font-size: 80px; /* arbitrary font size */
line-height: 1.8; /* arbitrary line-height */
}
div#blue
{
background-color: blue;
color: blue;
}
div#orange
{
background-color: orange;
color: orange;
clear: left;
}
</style>
<p>Test passes if there is a blue rectangle with the <strong>same width</strong> as an orange rectangle.
<div id="blue">00000</div>
<div id="orange">00000</div>