Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/html/test/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_bug143220.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/html/test/test_bug143220.html


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

<head>
  <title>Test for Bug 143220</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=143220">Mozilla Bug 143220</a>
<p id="display">
  <input type="file" id="i1">
  <input type="file" id="i2">
</p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
<script class="testbody" type="text/javascript">

/** Test for Bug 143220 **/
SimpleTest.waitForExplicitFinish();
const helperURL = SimpleTest.getTestFileURL("simpleFileOpener.js");
const helper = SpecialPowers.loadChromeScript(helperURL);
helper.addMessageListener("fail", function onFail(message) {
  is(message, null, "chrome script failed");
  SimpleTest.finish();
});
helper.addMessageListener("file.opened", onFileOpened);
helper.sendAsyncMessage("file.open""test_bug143220.txt");

function onFileOpened(message) {
  const { leafName, fullPath, domFile } = message;

  function initControl1() {
    SpecialPowers.wrap($("i1")).mozSetFileArray([domFile]);
  }

  function initControl2() {
    SpecialPowers.wrap($("i2")).mozSetFileArray([domFile]);
  }

  // Check that we can't just set the value
  try {
    $("i1").value = fullPath;
    is(01"Should have thrown exception on set!");
  } catch(e) {
    is($("i1").value, """Shouldn't have value here");
  }

  initControl1();
  initControl2();

  is($("i1").value, 'C:\\fakepath\\' + leafName, "Leaking full value?");
  is($("i2").value, 'C:\\fakepath\\' + leafName, "Leaking full value?");

  helper.addMessageListener("file.removed", onFileRemoved);
  helper.sendAsyncMessage("file.remove", null);
}

function onFileRemoved() {
  helper.destroy();
  SimpleTest.finish();
}

</script>
</pre>
</body>
</html>


Messung V0.5 in Prozent
C=89 H=98 G=93

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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 und die Messung sind noch experimentell.