author | Ryan VanderMeulen <ryanvm@gmail.com> |
Wed, 11 Oct 2017 19:54:10 -0400 | |
changeset 385832 | 1d25638f204d30d3e1d23f93cfea93c65fc5e70f |
parent 385831 | 636dbf70e08c756ce5ff545a919e136d94120f61 |
child 385833 | 86c487f84974c727365d6cc266d7a8949ba253bb |
push id | 32669 |
push user | archaeopteryx@coole-files.de |
push date | Thu, 12 Oct 2017 21:58:56 +0000 |
treeherder | mozilla-central@25aad10380b1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1393171 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
editor/libeditor/crashtests/1393171.html | file | annotate | diff | comparison | revisions | |
editor/libeditor/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/editor/libeditor/crashtests/1393171.html @@ -0,0 +1,10 @@ +<script> +window.onload=function(){ + window.getSelection().addRange(document.createRange()); + document.getElementById('a').appendChild(document.createElement('option')); + window.getSelection().modify('extend','backward','lineboundary'); +} +</script> +<div></div> +<textarea autofocus='true'></textarea> +<del id='a'>
--- a/editor/libeditor/crashtests/crashtests.list +++ b/editor/libeditor/crashtests/crashtests.list @@ -79,11 +79,12 @@ load 1350772.html load 1366176.html load 1375131.html load 1381541.html load 1383747.html load 1383755.html load 1383763.html load 1384161.html load 1388075.html +load 1393171.html load 1402469.html load 1402904.html load 1405747.html