blob: 3a707d21aa6ffda75fc6eb3f9ae9da5e1e900892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Testcase, bug 1576864</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
fieldset {
background: aqua;
color: black;
position: absolute;
top: 20px;
left: 20px;
}
</style>
</head>
<body>
<fieldset id="set" style="width:200px; height:200px;">
This should be in a square.
</fieldset>
</body>
</html>
|