diff options
Diffstat (limited to 'editor/libeditor/crashtests/1574544.html')
-rw-r--r-- | editor/libeditor/crashtests/1574544.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/1574544.html b/editor/libeditor/crashtests/1574544.html new file mode 100644 index 0000000000..32dc2dbf3c --- /dev/null +++ b/editor/libeditor/crashtests/1574544.html @@ -0,0 +1,12 @@ +<style> +* { display: table-caption } +body { display: contents } +</style> +<script> +function go() { + document.execCommand("enableInlineTableEditing", false) +} +</script> +<body onload=go()> +<table contenteditable="true"> +<th> |