Sign in
webkit
/
WebKit
/
bb875a161534100cf59c25cb297e60248b2f53b3
/
.
/
LayoutTests
/
css-typedom
/
typed-om-perspective-value.html
blob: 34e7ac302c7af6859b5e3389f12fc558ded63c3e [
file
] [
log
] [
blame
]
<div
id
=
"testElement"
></div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
testElement
.
style
.
transform
=
'perspective(1px)'
;
testElement
.
textContent
=
testElement
.
attributeStyleMap
.
get
(
'transform'
);
</script>