comparison: content/base/crashtests/978646.html
content/base/crashtests/978646.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="UTF-8"> |
|
5 <script> |
|
6 |
|
7 function boom() |
|
8 { |
|
9 document.styleSheetSets.expando = null; |
|
10 } |
|
11 |
|
12 </script> |
|
13 </head> |
|
14 <body onload="boom();"></body> |
|
15 </html> |