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
/
css-transitions
/
background-color-with-opacity-ref.html
blob
0ec114ca69dd6539ec570379df15f8c30e876605
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
#target {
5
background-color: green;
6
width:
100
px;
7
height:
100
px;
8
opacity:
0.5
;
9
}
10
</style>
11
<div
id
=
"target"
></div>
12
</html>