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
Bug 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git]
/
layout
/
reftests
/
table-overflow
/
table-cell-block-overflow-ref.html
blob
9d9ecdfc794da9fc81b405d19ccd596f525b04e8
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<title>
CSS Reftest Reference
</title>
6
<style>
7
.content {
8
padding:
20
px;
9
height:
100
%;
10
width:
20
px;
11
height:
54
px;
12
background: purple;
13
}
14
.fake-td {
15
float: left;
16
border:
20
px solid teal;
17
height:
54
px;
18
width:
60
px;
19
padding:
1
px;
20
margin:
1
px;
21
}
22
.fake-table-tr {
23
padding:
1
px;
24
}
25
</style>
26
</head>
27
<body>
28
<div
class
=
"fake-table-tr"
>
29
<div
class
=
"fake-td"
>
30
<div
class
=
"content"
></div>
31
</div>
32
<div
class
=
"fake-td"
>
33
<div
class
=
"content"
></div>
34
</div>
35
<div
class
=
"fake-td"
>
36
<div
class
=
"content"
></div>
37
</div>
38
<div
class
=
"fake-td"
>
39
<div
class
=
"content"
></div>
40
</div>
41
</div>
42
</body>
43
</html>