mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Add crashtest.
This commit is contained in:
parent
241dcb7915
commit
39b28e5f0d
22
content/base/crashtests/326646-1.html
Normal file
22
content/base/crashtests/326646-1.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script>
|
||||
|
||||
var dt;
|
||||
|
||||
function init() {
|
||||
dt = document.implementation.createDocumentType("rheet", 0, 2);
|
||||
dt.foopy = "quux";
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,5 +1,6 @@
|
||||
load 325730-1.html
|
||||
load 326618-1.html
|
||||
load 326646-1.html
|
||||
load 326865-1.html
|
||||
load 338391-1.xhtml
|
||||
load 343730-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user