Sign in
webkit
/
WebKit
/
84774fe198803611f5618b9a9f2415bf7b147653
/
.
/
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>