зеркало из https://github.com/mozilla/gecko-dev.git
Bug 479360 - add crashtest
This commit is contained in:
Родитель
9ce5d3b61e
Коммит
172fe709e7
|
@ -0,0 +1,16 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.documentElement.style.display = "none";
|
||||
document.execCommand("removeformat", false, null);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"><td contenteditable="true"></td></body>
|
||||
|
||||
</html>
|
|
@ -257,6 +257,7 @@ load 471594-1.xhtml
|
|||
load 479114-1.html
|
||||
load 477333-1.xhtml
|
||||
load 477731-1.html
|
||||
load 479360-1.xhtml
|
||||
load 481806-1.html
|
||||
load 483604-1.xhtml
|
||||
load 485501-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче