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>