blob: 17abaa5033ac6e8b69120d4029164c84902791a4 [file] [log] [blame]
<style>
body {
column-count: 2;
}
::first-letter {
width: 0;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
document.execCommand('SelectAll');
document.designMode = 'on';
document.execCommand('Indent');
};
</script>
This test passes if it doesn't crash.