mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 01:48:55 +00:00
7 lines
84 B
HTML
7 lines
84 B
HTML
<script>
|
|
function foo(o) {
|
|
o instanceof CSS2Properties;
|
|
}
|
|
foo({})
|
|
</script>
|