blob: 85c8b18a87f20aafc168e8585b3d735e4d7605bc [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</style>
</head>
<body>
Apply individual transform properties to textarea. This should not crash.
<textarea style="translate: 1px 0px"></textarea>
<textarea style="scale: 2"></textarea>
<textarea style="rotate: 45deg"></textarea>
</body>
</html>