</div>
<pre id="test">
</pre>
<script type="application/javascript">
/** Test for Bug 1037687 **/
SimpleTest.waitForExplicitFinish();
window.onload = function() {
// This test loads in an iframe, to ensure that the element instance is
// loaded with the correct value of the preference.
let iframe = document.createElement("iframe"); iframe.src = "test_bug1037687_subframe.html";
document.body.appendChild(iframe);
};
</script>
</body>
</html>
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.