Bug 1402469 - Part 2. Add crash test. r?masayuki draft
authorMakoto Kato <m_kato@ga2.so-net.ne.jp>
Mon, 25 Sep 2017 14:11:29 +0900
changeset 669656 b63396bc092329153e06fe3d010f240ce7a8c937
parent 669655 f0c1aa6f0b9a0a8cde7754664695c40aa1cdd59b
child 733010 27f4902e868aed015237797d9a743c16140d68a5
push id81386
push userbmo:m_kato@ga2.so-net.ne.jp
push dateMon, 25 Sep 2017 05:20:01 +0000
reviewersmasayuki
bugs1402469
milestone58.0a1
Bug 1402469 - Part 2. Add crash test. r?masayuki MozReview-Commit-ID: HogVH2OTyd6
editor/libeditor/crashtests/1402469.html
editor/libeditor/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/editor/libeditor/crashtests/1402469.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<script type="application/javascript">
+function do_test() {
+  document.execCommand("insertUnorderedList", false);
+}
+</script>
+</head>
+<body onload="do_test()">
+<table>
+  <th contenteditable="true">
+    <ol contenteditable="false">
+  </th>
+</table>
+</body>
+</html>
--- a/editor/libeditor/crashtests/crashtests.list
+++ b/editor/libeditor/crashtests/crashtests.list
@@ -75,8 +75,9 @@ load 1324505.html
 needs-focus load 1343918.html
 load 1345015.html
 load 1348851.html
 load 1350772.html
 load 1366176.html
 load 1375131.html
 load 1381541.html
 load 1383755.html
+load 1402469.html