mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
A little tweak to test/ref/height_compute.html. Still doesn't pass
This commit is contained in:
parent
18de2d871e
commit
39434f5f95
2 changed files with 2 additions and 1 deletions
|
@ -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%}
|
|
@ -1,6 +1,6 @@
|
|||
<!-- ignore -->
|
||||
<head>
|
||||
<link rel="stylesheet" href="height.css" />
|
||||
<link rel="stylesheet" href="height_compute.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="start">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue