repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
abs-pos
/
table-cell-8.html
blob
77115f3d41cac3f8e4cf0f984f03daffc80ac31d
1
<!DOCTYPE
html
>
2
<html
class
=
"reftest-paged"
>
3
<head>
4
<style>
5
@page { size:
5
in
3
in; margin:
0.5
in; }
6
#rel {
7
position: relative;
8
margin:
2
px;
9
padding:
0
;
10
}
11
.abs {
12
position: absolute;
13
margin:
0
;
14
padding:
0
;
15
top:
25
px;
16
left:
25
px;
17
width:
50
px;
18
height:
50
px;
19
background-color: green;
20
}
21
#bad {
22
background-color: blue;
23
}
24
.m { height:
1.4
in; }
25
.b { border:
1
px solid; }
26
</style>
27
</head>
28
<body>
29
<div
class
=
"m"
></div>
30
<table>
31
<tr><td
id
=
"rel"
><div
class
=
"abs b"
></div></td></tr>
32
</table>
33
</body>
34
</html>