Bug 1686495 [wpt PR 27132] - Add tests for proposed WebDriver Shadow DOM support...
[gecko.git] / editor / libeditor / crashtests / 1596516.html
blob37b9c5889cb1a6073dcfb10aad6c549ba5bc41ab
1 <html>
2 <head>
3 <script>
4 function start () {
5 const italic = document.createElementNS('http://www.w3.org/1999/xhtml', 'i')
6 italic.dir = ''
7 document.documentElement.contentEditable = 'true'
8 const selection = document.getSelection()
9 const range = selection.getRangeAt(0)
10 const attribute = italic.attributes.getNamedItem('dir')
11 range.setEnd(attribute, (2361162229 % attribute.childNodes))
12 document.queryCommandState('heading')
15 document.addEventListener('DOMContentLoaded', start)
16 </script>
17 </head>
18 </html>