haikuwebkit/LayoutTests/fast/block/assert-when-layout-root-is-...

20 lines
349 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = function() {
document.designMode = 'on';
document.execCommand('selectAll');
document.execCommand('indent');
}
</script>
<style>
* {
-webkit-appearance: checkbox;
}
</style>
</head>
<body>Pass if no assert in debug.<div>foo</div></body>
</html>