Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  test_blob_uri_blocks_modals.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/security/test/csp/test_blob_uri_blocks_modals.html


<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Bug 1432170  - Block alert box and new window open as per the sandbox
         allow-scripts CSP</title>
  <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js">
  </script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<iframe style="width:100%;" id="testframe"></iframe>
<script>

/* Description of the test:
 * We apply the sanbox allow-scripts CSP to the blob iframe and check
 * if the alert box and new window open is blocked correctly by the CSP.
 */
var testsToRun = {
  block_window_open_test: false,
  block_alert_test: false,
  block_top_nav_alert_test: false,
};

SimpleTest.waitForExplicitFinish();
SimpleTest.requestFlakyTimeout("have to test that alert dialogue is blocked");

window.addEventListener("message", receiveMessage);
function receiveMessage(event) {
  switch (event.data.test) {
    case "block_window_open_test":
      testsToRun.block_window_open_test = true;
      break;
    case "block_alert_test":
      is(event.data.msg, "alert blocked by CSP""alert blocked by CSP");
      testsToRun.block_alert_test = true;
      break;
    case "block_top_nav_alert_test":
      testsToRun.block_top_nav_alert_test = true;
      break;
  }
}

var w;
document.getElementById("testframe").src = "file_blob_uri_blocks_modals.html";
w = window.open("file_blob_top_nav_block_modals.html");


// If alert window is not blocked by CSP then event message is not recieved and
// test fails after setTimeout interval of 1 second.
setTimeout(function () {
    is(testsToRun.block_top_nav_alert_test, true,
      "blob top nav alert should be blocked by CSP");
    testsToRun.block_top_nav_alert_test = true;
    is(testsToRun.block_alert_test, true,
      "alert should be blocked by CSP");
    testsToRun.block_alert_test = true;
    checkTestsCompleted();
  },1000);

function checkTestsCompleted() {
  for (var prop in testsToRun) {
    // some test hasn't run yet so we're not done
    if (!testsToRun[prop]) {
      return;
    }
  }
  window.removeEventListener("message", receiveMessage);
  w.close();
  SimpleTest.finish();
}

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

Messung V0.5
C=96 H=97 G=96

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge