Bug 1344097 - Add crashtest. r=me

--HG--
extra : rebase_source : 9789bb530c86279907b5abbd8fd1c8e1929e5af1
This commit is contained in:
Jason Kratzer 2017-10-20 08:36:12 -04:00
parent 0c7713af0f
commit 735da145f2
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<html>
<head>
<script></script>
<script>
document.designMode = 'on';
o1 = window.getSelection();
o2 = document.createElement('code');
o3 = document.createElement('style');
o4 = document.createElement('style');
document.head.appendChild(o3);
o1.modify("move", "right", "character");
document.styleSheets[0].insertRule("* { position: absolute; }", 0);
document.head.appendChild(o4);
window.resizeTo(1,1);
document.documentElement.appendChild(o2);
o1.selectAllChildren(o2);
</script>
</head>
<body></body>
</html>

View File

@ -74,6 +74,7 @@ load 1317704.html
load 1317718.html
load 1324505.html
needs-focus load 1343918.html
load 1344097.html
load 1345015.html
load 1348851.html
load 1350772.html