mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add a crashtest
This commit is contained in:
parent
e177e1b027
commit
6f37e7a350
22
layout/mathml/crashtests/367107-1.html
Normal file
22
layout/mathml/crashtests/367107-1.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var MATHML_NS = "http://www.w3.org/1998/Math/MathML";
|
||||
|
||||
var mtr = document.createElementNS(MATHML_NS, 'mtr');
|
||||
var mtable = document.createElementNS(MATHML_NS, 'mtable');
|
||||
|
||||
document.body.appendChild(mtr);
|
||||
mtr.appendChild(mtable);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom()">
|
||||
|
||||
</body>
|
||||
</html>
|
@ -15,6 +15,7 @@ load 348811-2.xhtml
|
||||
load 355986-1.xhtml
|
||||
load 364685-1.xhtml
|
||||
load 366012-1.xhtml
|
||||
load 367107-1.html
|
||||
load 370791-1.xhtml
|
||||
load 372483-1.xhtml
|
||||
load 377824-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user