mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
What happens in crashtest, stays in crashtest.
This commit is contained in:
parent
da89a071b4
commit
2df21edd07
10
layout/mathml/crashtests/347495-1.xhtml
Normal file
10
layout/mathml/crashtests/347495-1.xhtml
Normal file
@ -0,0 +1,10 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<body>
|
||||
|
||||
<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
|
||||
<munderover>
<mo>∏</mo>
<mn>1</mn>
</munderover>
|
||||
</math></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
29
layout/mathml/crashtests/347507-1.xhtml
Normal file
29
layout/mathml/crashtests/347507-1.xhtml
Normal file
@ -0,0 +1,29 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function foo()
|
||||
{
|
||||
var div = document.getElementById("div");
|
||||
div.appendChild(div.firstChild);
|
||||
|
||||
var td = document.getElementById("td");
|
||||
td.setAttribute('rowspan', -2);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="foo()">
|
||||
|
||||
|
||||
<div id="div"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
|
||||
|
||||
<mtable>
<mtr>
<mtd id="td"><mi>y</mi></mtd>
</mtr>
</mtable>
|
||||
|
||||
</math></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -6,3 +6,5 @@ load 323737-1.xml
|
||||
load 323738-1.xml
|
||||
load 323741-1.xml
|
||||
load 323742-1.xml
|
||||
load 347495-1.xhtml
|
||||
load 347507-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user