<html> | |
<style> | |
* { width: 25%; grid-gap: 40%; columns: 6px;} | |
</style> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
<body> | |
<textarea>A</textarea> | |
<p>Check that interactions between column gap, width, and scrollbar width don't cause crashes.</p> | |
PASS | |
</body> | |
</html> |