A little tweak to test/ref/height_compute.html. Still doesn't pass

This commit is contained in:
Brian Anderson 2012-08-21 18:33:30 -07:00
parent 18de2d871e
commit 39434f5f95
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
body {margin : 0px}
.start {background-color : gray; height : 600px}
.half {background-color : red; height : 50%}
.quarter {background-color : rgb(250, 125, 0); height : 25%}

View file

@ -1,6 +1,6 @@
<!-- ignore -->
<head>
<link rel="stylesheet" href="height.css" />
<link rel="stylesheet" href="height_compute.css" />
</head>
<body>
<div class="start">