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
Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git]
/
layout
/
reftests
/
css-transitions
/
reframe-and-transition-starts-at-the-same-time-ref.html
blob
65387b5998e28416de545a1d4788bb581593bfee
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
#target::before {
5
content: '';
6
background-color: rgb(
255
,
255
,
255
);
7
height:
100
px;
8
width:
100
px;
9
position: absolute;
10
}
11
</style>
12
<div
id
=
"target"
></div>
13
</html>