Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/outdent-in-empty-body-editing-host.html - WPT Dashboard Interop Dashboard
<html>
<head>
</head>
<body style="margin: initial;"
contenteditable="true"
onload="document.execCommand('outdent', false, null);"></body>
</html>