mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1344097 - Add crashtest. r=me
--HG-- extra : rebase_source : 9789bb530c86279907b5abbd8fd1c8e1929e5af1
This commit is contained in:
parent
0c7713af0f
commit
735da145f2
20
editor/libeditor/crashtests/1344097.html
Normal file
20
editor/libeditor/crashtests/1344097.html
Normal 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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user