Dactyloidae/dom/base/crashtests/677194.html

6 lines
84 B
HTML
Raw Normal View History

<script>
function foo(o) {
o instanceof CSS2Properties;
}
foo({})
</script>