comparison: content/base/crashtests/326646-1.html
content/base/crashtests/326646-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 |
|
4 <script> |
|
5 |
|
6 var dt; |
|
7 |
|
8 function init() { |
|
9 dt = document.implementation.createDocumentType("rheet", 0, 2); |
|
10 dt.foopy = "quux"; |
|
11 } |
|
12 |
|
13 init(); |
|
14 |
|
15 </script> |
|
16 |
|
17 </head> |
|
18 |
|
19 <body> |
|
20 |
|
21 </body> |
|
22 </html> |