gecko/layout/reftests/svg/sizing/pass-pct-px.xhtml
Daniel Holbert 783f0d51f8 (No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00

31 lines
491 B
HTML

<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Reference file for comparisons</title>
<style type="text/css">
* {
padding: 0;
border: 0;
margin: 0;
}
html, body {
width: 100%;
height: 100%;
}
div {
width: 49%;
height: 70px;
background: blue;
}
</style>
</head>
<body><div></div></body>
</html>