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
/
bugs
/
1529992-2-ref.html
blob
5fc36a61c24d8b19d76aaa58c6189cbf1a666304
1
<!DOCTYPE
html
>
2
<html><head>
3
<style>
4
body {
5
font-size:
60
px;
6
position: absolute;
7
margin:
0
px;
8
padding:
0
px;
9
}
10
div {
11
position: absolute;
12
margin:
0
px;
13
padding:
0
px;
14
}
15
#shadow6 {
16
color: transparent;
17
}
18
#shadow7 {
19
color: transparent;
20
}
21
#shadow6-ref {
22
color: green;
23
top:
200
px;
24
left:
230
px;
25
}
26
#shadow7-ref {
27
color: transparent;
28
top:
200
px;
29
left:
530
px;
30
text-shadow:
0
px
0
px
5
px green;
31
}
32
</style>
33
</head><body>
34
<div
id
=
"shadow6-ref"
>
hello
</div>
35
<div
id
=
"shadow7-ref"
>
hello
</div>
36
<div
id
=
"shadow6"
>
hello
i
</div>
37
<div
id
=
"shadow7"
>
hello
i
</div>
38
</body></html>