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 - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
display-list
/
1432553-2-ref.html
blob
2ccf9dc4a2262d05aed2e4361956e8d970981acc
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
http-equiv
=
"content-type"
content
=
"text/html; charset=UTF-8"
>
5
<meta
charset
=
"utf-8"
>
6
<title>
Retained display list test
</title>
7
<style
type
=
"text/css"
>
8
#parent
{
9
position
:
fixed
;
10
top
:
300px
;
11
left
:
300px
;
12
width
:
200px
;
13
height
:
200px
;
14
15
border
:
none
;
16
background-color
:
green
;
17
}
18
</style>
19
</head>
20
<body>
21
<div
id
=
"parent"
></div>
22
</body>
23
</html>