diff options
Diffstat (limited to 'dom/base/crashtests/1422931.html')
-rw-r--r-- | dom/base/crashtests/1422931.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/crashtests/1422931.html b/dom/base/crashtests/1422931.html new file mode 100644 index 000000000..9f09f41ef --- /dev/null +++ b/dom/base/crashtests/1422931.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> +<!-- Testing slot element with "dom.webcomponents.enabled" set to false --> +<slot><div></div></slot> +</html> |