</div>
<pre id="test">
<script class="testbody" type="text/javascript">
/** Test for Bug 370098 **/
function test_constructor(dom_proto, shouldthrow) { var threw = false;
try {
window[dom_proto]();
} catch (e) {
threw = true;
}
// XSLTProcessor is still on the old bindings.
if (dom_proto != 'XSLTProcessor')
ok(threw, "Calling |" + dom_proto + "()| should always throw");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.