summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1402469.html
blob: 04b1adc96f255d3c5bc7ebf76c8dd23ac80e59e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>