Bug 677194 - Add test; r=jst

This commit is contained in:
Ms2ger 2012-05-05 11:00:05 +02:00
parent bea07aa61a
commit 6fe3c4fa34
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<script>
function foo(o) {
o instanceof CSS2Properties;
}
foo({})
</script>

View File

@ -29,6 +29,7 @@ load 612018-1.html
load 637116.html
load 666869.html
load 675621-1.html
load 677194.html
load 693894.html
load 693811-1.html
load 693811-2.html