summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html
blob: f68e46bc5391a1687ec1d11315c492e38f6301a6 (plain)
1
2
3
4
5
6
7
<html>
<head>
</head>
<body style="margin: initial;"
      contenteditable="true"
      onload="document.execCommand('outdent', false, null);"></body>
</html>