зеркало из https://github.com/mozilla/pjs.git
adding a crashtest
This commit is contained in:
Родитель
e60e4999b0
Коммит
b6276ea1f5
|
@ -0,0 +1,21 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML">
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var mtd = document.getElementById("mtd");
|
||||
var ns = document.createElementNS("http://www.w3.org/1999/xhtml", "span");
|
||||
var nt = document.createTextNode("foo");
|
||||
ns.appendChild(nt);
|
||||
mtd.appendChild(ns);
|
||||
mtd.setAttribute("rowspan", "0");
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"><m:mtd id="mtd" style="display: table-footer-group"><m:mi /></m:mtd></body>
|
||||
|
||||
</html>
|
|
@ -29,3 +29,4 @@ load 400475-1.xhtml
|
|||
load 402400-1.xhtml
|
||||
load 405187-1.xhtml
|
||||
load 405271-1.xml
|
||||
load 413063-1.xhtml
|
||||
|
|
Загрузка…
Ссылка в новой задаче