Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/editor/composer/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 902 B image not shown  

Quelle  test_bug389350.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/editor/composer/test/test_bug389350.html


<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=389350
-->

<head>
<title>Test for Bug 389350</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>        
<script src="/tests/SimpleTest/EventUtils.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />

<script type="text/javascript">

function runTest() {
  var e = document.getElementById("edit");
  e.contentDocument.designMode = "on";
  e.style.display = "block";
  e.focus();
  sendString("abc");
  var expected = "abc";
  var result = e.contentDocument.documentElement.innerHTML;
  is(result, expected, "iframe with designmode on had incorrect content");
  SimpleTest.finish();
}

SimpleTest.waitForExplicitFinish();
addLoadEvent(runTest);
</script>

</head>
<body id="body">
<iframe id="edit" width="200" height="100" style="display: none;" src="">
</body>
</html>

98%


¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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 ist noch experimentell.