зеркало из https://github.com/mozilla/pjs.git
Bug 419563 - add crashtest
This commit is contained in:
Родитель
f668211142
Коммит
ca61bc9cb4
|
@ -0,0 +1,20 @@
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
|
||||||
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
function boom()
|
||||||
|
{
|
||||||
|
document.documentElement.appendChild(document.body);
|
||||||
|
document.getElementById("s").contentEditable = "true";
|
||||||
|
document.getElementById("v").focus();
|
||||||
|
document.body.focus();
|
||||||
|
document.execCommand("delete", false, null);
|
||||||
|
document.documentElement.removeAttribute("class");
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<span id="s">thesewords arenot realwords</span><body contenteditable="true" onload="setTimeout(boom, 0);"><span contenteditable="false"><div id="v" contenteditable="true"></div>Five</span></body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -1,5 +1,6 @@
|
||||||
load 351236-1.html
|
load 351236-1.html
|
||||||
load 407062-1.html
|
load 407062-1.html
|
||||||
|
load 419563-1.xhtml
|
||||||
skip-if(winWidget) load 428844-1.html # bug 471185
|
skip-if(winWidget) load 428844-1.html # bug 471185
|
||||||
load 461049-1.html
|
load 461049-1.html
|
||||||
asserts(0-1) asserts-if(winWidget,0-2) load removing-editable-xslt.html # bug 500847
|
asserts(0-1) asserts-if(winWidget,0-2) load removing-editable-xslt.html # bug 500847
|
||||||
|
|
Загрузка…
Ссылка в новой задаче