diff options
Diffstat (limited to 'js/xpconnect/tests/mochitest/file_crosscompartment_weakmap.html')
-rw-r--r-- | js/xpconnect/tests/mochitest/file_crosscompartment_weakmap.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/xpconnect/tests/mochitest/file_crosscompartment_weakmap.html b/js/xpconnect/tests/mochitest/file_crosscompartment_weakmap.html new file mode 100644 index 000000000..b25cdb2f9 --- /dev/null +++ b/js/xpconnect/tests/mochitest/file_crosscompartment_weakmap.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML> +<html> +<head> + <link rel="stylesheet" href="data:text/css,div {}"> + <title>Test Cross-Compartment DOM WeakMaps</title> +</head> +<body> +</body> +</html> |