4 <script type=
"text/javascript">
5 function functionInCallStack() {
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 functionInCallStack();
18 <body onload=
"runTests();">
19 <p>Tests for absence of ASSERT in console.trace() due to incomplete inheritance chain.
</p>
20 <p>Test succeeds if this document doesn't crash a Debug build
</p>