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
/
transform
/
scale-percent-1-ref.html
blob
e5923793b623e5f8d355e9af25059c5edf652075
1
<html>
2
<head>
3
<style>
4
body { margin:
0
px; }
5
div {
6
background: green;
7
width:
100
px;
8
height:
100
px;
9
transform: scale(
0.5
,
0.75
);
10
}
11
</style>
12
</head>
13
<body>
14
<div>
15
</div>
16
</body>
17
</html>