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-3d
/
preserve3d-will-change-large-frame.html
blob
964b11e0e6c6e68a11ec8f0283407e215a259c09
1
<!DOCTYPE
html
>
2
<meta
http-equiv
=
"content-type"
content
=
"text/html; charset=UTF-8"
>
3
<style>
4
.transform {
5
will-change: transform;
6
transform-style: preserve-
3
d;
7
}
8
</style>
9
<body>
10
<div
class
=
"transform"
>
11
<div>
TEST PAGE
</div>
12
<div
style
=
"text-indent: -9999em"
>
TEST PAGE
</div>
13
</div>
14
</body>