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 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git]
/
layout
/
reftests
/
transform
/
scale-1b.html
blob
cab7fb1090aabdfe12c668a449c520e29cc7a74d
1
<html>
2
<head>
3
<style>
4
body { margin:
0
px; }
5
#test {
6
background: green;
7
width:
100
px;
8
height:
100
px;
9
transform: scale(
0.5
);
10
}
11
</style>
12
</head>
13
<body>
14
<div
id
=
"test"
>
15
</div>
16
</body>
17
</html>