mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
17 lines
523 B
HTML
17 lines
523 B
HTML
<!DOCTYPE html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=711047
|
|
-->
|
|
<title>Test for Bug 711047</title>
|
|
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=711047">Mozilla Bug 711047</a>
|
|
<div id="content">
|
|
</div>
|
|
<pre id="test">
|
|
<script>
|
|
/** Test for Bug 711047 **/
|
|
ok(!("RangeException" in window), "RangeException shouldn't exist");
|
|
</script>
|
|
</pre>
|