mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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}
|
.start {background-color : gray; height : 600px}
|
||||||
.half {background-color : red; height : 50%}
|
.half {background-color : red; height : 50%}
|
||||||
.quarter {background-color : rgb(250, 125, 0); height : 25%}
|
.quarter {background-color : rgb(250, 125, 0); height : 25%}
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- ignore -->
|
<!-- ignore -->
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="height.css" />
|
<link rel="stylesheet" href="height_compute.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="start">
|
<div class="start">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue