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
00d631a16a
commit
0a73114a44
16
layout/mathml/crashtests/400475-1.xhtml
Normal file
16
layout/mathml/crashtests/400475-1.xhtml
Normal file
@ -0,0 +1,16 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
function foo()
|
||||
{
|
||||
document.getElementById("ms").setAttribute("foo", "x");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="foo()">
|
||||
|
||||
<mstyle xmlns="http://www.w3.org/1998/Math/MathML" id="ms" />
|
||||
</body>
|
||||
|
||||
</html>
|
@ -24,6 +24,6 @@ load 377824-1.xhtml
|
||||
load 379418-1.xhtml
|
||||
load 393760-1.xhtml
|
||||
load 397518-1.xhtml
|
||||
load 400475-1.xhtml
|
||||
load 405187-1.xhtml
|
||||
load 405271-1.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user