mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Crashtest cat... is testing for crashes.
This commit is contained in:
parent
65a8f1f0e0
commit
f1ee9de406
20
layout/base/crashtests/400904-1.xhtml
Normal file
20
layout/base/crashtests/400904-1.xhtml
Normal file
@ -0,0 +1,20 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var MATHML_NS = "http://www.w3.org/1998/Math/MathML";
|
||||
var mtd = document.getElementById("mtd");
|
||||
var n = document.createElementNS(MATHML_NS, 'mrow');
|
||||
mtd.appendChild(n);
|
||||
mtd.setAttribute('rowspan', 7);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
<math:mtd id="mtd"></math:mtd><math:mtr><math:mrow></math:mrow></math:mtr>
|
||||
</body>
|
||||
</html>
|
@ -53,6 +53,7 @@ load 399687-1.html
|
||||
load 399940-1.xhtml
|
||||
load 399946-1.xhtml
|
||||
load 400445-1.xhtml
|
||||
load 400904-1.xhtml
|
||||
load 403175-1.html
|
||||
load 403245-1.html
|
||||
load 403569-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user