Eine aufbereitete Darstellung der Quelle

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

Benutzer

Impressum test_ManifestProcessor_scope.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/manifest/test/test_ManifestProcessor_scope.html


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

<head>
  <meta charset="utf-8">
  <title>Test for Bug 1079453</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <script src="common.js"></script>
  <script>

/**
 * Manifest scope
 * https://w3c.github.io/manifest/#scope-member
 **/
"use strict";

var expected = "Expect non-string scope to be the default";
typeTests.forEach((type) => {
  data.jsonText = JSON.stringify({
    scope: type,
  });
  var result = processor.process(data);
  is(result.scope, new URL(".", docURL).href, expected);
});

expected = "Expect different origin to be the default";
data.jsonText = JSON.stringify({
  scope: "http://not-same-origin",
});
var result = processor.process(data);
is(result.scope, new URL(".", docURL).href, expected);

expected = "Expect the empty string to be the default";
data.jsonText = JSON.stringify({
  scope: "",
});
result = processor.process(data);
is(result.scope, new URL(".", docURL).href, expected);

expected = "Resolve URLs relative to manifest.";
var URLs = ["path""/path""../../path"];
URLs.forEach((url) => {
  data.jsonText = JSON.stringify({
    scope: url,
    start_url: "/path",
  });
  var absURL = new URL(url, manifestURL).toString();
  result = processor.process(data);
  is(result.scope, absURL, expected);
});

expected = "If start URL is not in scope, return the default.";
data.jsonText = JSON.stringify({
  scope: "foo",
  start_url: "bar",
});
result = processor.process(data);
let expected_start = new URL("bar", docURL);
is(result.scope, new URL(document.location.origin).href, expected);

expected = "If start URL is in scope, use the scope.";
data.jsonText = JSON.stringify({
  start_url: "foobar",
  scope: "foo",
});
result = processor.process(data);
is(result.scope.toString(), new URL("foo", manifestURL).toString(), expected);

expected = "Expect start_url to be " + new URL("foobar", manifestURL).toString();
is(result.start_url.toString(), new URL("foobar", manifestURL).toString(), expected);

expected = "If start URL is in scope, use the scope.";
data.jsonText = JSON.stringify({
  start_url: "/foo/",
  scope: "/foo/",
});
result = processor.process(data);
is(result.scope.toString(), new URL("/foo/", manifestURL).toString(), expected);

expected = "If start URL is in scope, use the scope.";
data.jsonText = JSON.stringify({
  start_url: ".././foo/",
  scope: "../foo/",
});
result = processor.process(data);
is(result.scope.toString(), new URL("/foo/", manifestURL).toString(), expected);

expected = "scope member has the URL's query removed.";
data.jsonText = JSON.stringify({
  scope: "./test/?a=b&a=b&b=c&c=d&e",
});
result = processor.process(data);
is(new URL(result.scope).search, "", expected);

expected = "scope member has the URL's fragment removed.";
data.jsonText = JSON.stringify({
  scope: "./test/#fragment"
});
result = processor.process(data);
is(new URL(result.scope).hash, "", expected);

expected = "scope member has the URL's query and fragment removed.";
data.jsonText = JSON.stringify({
  scope: "./test/?a=b&a=b&b=c&c=d&e#fragment"
});
result = processor.process(data);
is(new URL(result.scope).search, "", expected);
is(new URL(result.scope).hash, "", expected);
  </script>
</head>

Messung V0.5 in Prozent
C=99 H=98 G=98

¤ 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.0.19Bemerkung:  (vorverarbeitet am  2026-06-05) ¤

*Bot Zugriff






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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik