summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html')
-rw-r--r--testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html b/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html
new file mode 100644
index 0000000000..f68e46bc53
--- /dev/null
+++ b/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+</head>
+<body style="margin: initial;"
+ contenteditable="true"
+ onload="document.execCommand('outdent', false, null);"></body>
+</html>