зеркало из https://github.com/mozilla/gecko-dev.git
assertion test for bug 595727
This commit is contained in:
Родитель
1033184ef0
Коммит
f08310a46c
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function doTest()
|
||||
{
|
||||
var r = document.documentElement;
|
||||
while(r.firstChild) { r.removeChild(r.firstChild); }
|
||||
var body = document.createElementNS("http://www.w3.org/1999/xhtml", "body");
|
||||
r.appendChild(body);
|
||||
body.contentEditable = "true";
|
||||
document.execCommand("inserthtml", false, "<span style=\"position:relative;left:0.8px\">a<select></select>a</span>");
|
||||
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
document.addEventListener("MozReftestInvalidate", doTest, false);
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
</html>
|
|
@ -80,3 +80,4 @@ load 580100-1.html
|
|||
load 580212-1.html
|
||||
skip-if(gtk2Widget) load 580233-1.html
|
||||
load 580719-1.html
|
||||
load 595727-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче