blob: 53b2d9e0ef5d2685f0ccd80c8c1f3a64d719361f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we don't create multicolumn content for textareas</title>
<style>
textarea {
columns: 2;
}
</style>
</head>
<body>
PASS if no assert in debug.
<textarea placeholder="foobar"></textarea>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>