blob: 294e51b57248e81b48dcde7a7a87ac5a0e1df497 [file] [edit]
<style>
.classA { rotate: 60deg; min-height: 38%; font-size: 1px; display: inline-flex; -webkit-transform: translate(0px, 0px) scale(83); clip-path: polygon(0px 0px, 1px 0px); scale: 0.29403306255747363 32 7; -webkit-transform-origin: top left; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function testCase() {
try { textElement.selectionDirection = String.fromCodePoint(738995, 91741); } catch(e) { }
}
</script>
<body onload=testCase()>
<button id="buttonElement" class="classA"></button>
<textarea id="textElement">Foo</textarea>
<p>PASS if no crash.</p>
</body>