haikuwebkit/LayoutTests/fast/transforms/textarea-individual-transfo...

16 lines
373 B
HTML

<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>