diff options
Diffstat (limited to '')
-rw-r--r-- | dom/html/crashtests/828180.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/html/crashtests/828180.html b/dom/html/crashtests/828180.html new file mode 100644 index 0000000000..055c8a34ba --- /dev/null +++ b/dom/html/crashtests/828180.html @@ -0,0 +1,5 @@ +<script> +var table = document.createElement("table"); +table.tHead = null; +table.tFoot = null; +</script> |