зеркало из https://github.com/mozilla/pjs.git
Testcase for bug 462929 ("ASSERTION: We can't deal with objects that have the same classinfo but different offset tables" with MathML element and other element).
This commit is contained in:
Родитель
2f4372f70b
Коммит
7023a3e4a7
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
var a = document.createElementNS("http://www.w3.org/2000/svg", "foo");
|
||||
var b = document.createElementNS("http://www.w3.org/1998/Math/MathML", "math");
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
|
@ -0,0 +1 @@
|
|||
load 462929-1.html
|
|
@ -16,6 +16,7 @@ include ../../content/xslt/crashtests/crashtests.list
|
|||
include ../../content/xul/content/crashtests/crashtests.list
|
||||
include ../../content/xul/document/crashtests/crashtests.list
|
||||
include ../../content/xul/templates/src/crashtests/crashtests.list
|
||||
include ../../content/mathml/content/crashtests/crashtests.list
|
||||
|
||||
include ../../docshell/base/crashtests/crashtests.list
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче