summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/677194.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/crashtests/677194.html')
-rw-r--r--dom/base/crashtests/677194.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/crashtests/677194.html b/dom/base/crashtests/677194.html
new file mode 100644
index 0000000000..a320219a2f
--- /dev/null
+++ b/dom/base/crashtests/677194.html
@@ -0,0 +1,6 @@
+<script>
+function foo(o) {
+ o instanceof CSS2Properties;
+}
+foo({})
+</script>