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
/
transition-and-animation-with-different-durations-ref.html
blob
e6850238afa0bbd73048fcc459813bb0217a048d
1
<!DOCTYPE
html
>
2
<title>
A reference of
100
x100 blue box
</title>
3
<style>
4
div {
5
width:
100
px; height:
100
px;
6
background: blue;
7
}
8
</style>
9
<div></div>