3 <title>Calling WebKitCSSMatrix constructor as function should not cause a crash
</title>
6 testRunner
.dumpAsText();
10 var result
= document
.getElementById("result");
16 result
.innerHTML
= "PASS";
19 result
.innerHTML
= "FAIL";
24 <body onload=
"runTest()">
25 <p>Calling
<code>WebKitCSSMatrix
</code> constructor as function should throw an exception and not cause a crash.
</p>
26 <div id=
"result"></div>