Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/base/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 3 kB image not shown  

Quelle  test_bug418214.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/dom/base/test/test_bug418214.html


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

<head>
  <title>Test for Bug 418214</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=418214">Mozilla Bug 418214</a>
<p id="display"></p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
<script class="testbody" type="text/javascript">

var str = 'ns:math="http://www.w3.org/1998/Math/MathML">';

/** Test for Bug 418214 **/
var doc = (new DOMParser()).parseFromString(str, "text/xml");
var d = doc.getElementById("d");
var s = doc.getElementById("s");
var m = doc.getElementById("m");

is(d.getAttribute("style"), "border:: invalid",
   "Shouldn't be parsing style on HTML in data documents");
is(s.getAttribute("style"), "border:: invalid",
   "Shouldn't be parsing style on SVG in data documents");
is(m.getAttribute("style"), "border:: invalid",
   "Shouldn't be parsing style on MathML in data documents");

var d2 = d.cloneNode(true);
var s2 = s.cloneNode(true);
var m2 = m.cloneNode(true);

is(d2.getAttribute("style"), "border:: invalid",
   "Shouldn't be parsing style on HTML on clone");
is(s2.getAttribute("style"), "border:: invalid",
   "Shouldn't be parsing style on SVG on clone");
is(m2.getAttribute("style"), "border:: invalid",
   "Shouldn't be parsing style on MathML on clone");

d2.style;
s2.style;
m2.style;

is(d2.getAttribute("style"), "border:: invalid",
   "Getting .style shouldn't affect style attribute on HTML");
is(s2.getAttribute("style"), "border:: invalid",
   "Getting .style shouldn't affect style attribute on SVG");
is(m2.getAttribute("style"), "border:: invalid",
   "Getting .style shouldn't affect style attribute on MathML");

d2.style.color = "green";
s2.style.color = "green";
m2.style.color = "green";

is(d2.getAttribute("style"), "color: green;",
   "Adjusting .style should parse style on HTML");
is(s2.getAttribute("style"), "color: green;",
   "Adjusting .style should parse style on SVG");
is(m2.getAttribute("style"), "color: green;",
   "Adjusting .style should parse style on MathML");

d = document.adoptNode(d);
s = document.adoptNode(s);
m = document.adoptNode(m);

is(d.getAttribute("style"), "border:: invalid",
   "Adopting should not parse style on HTML");
is(s.getAttribute("style"), "border:: invalid",
   "Adopting should not parse style on SVG");
is(m.getAttribute("style"), "border:: invalid",
   "Adopting should not parse style on MathML");

$("display").appendChild(d);
$("display").appendChild(s);
$("display").appendChild(m);

is(d.getAttribute("style"), "border:: invalid",
   "Adopting should not parse style on HTML");
is(s.getAttribute("style"), "border:: invalid",
   "Adopting should not parse style on SVG");
is(m.getAttribute("style"), "border:: invalid",
   "Adopting should not parse style on MathML");

d.style.color = "green";
s.style.color = "green";
m.style.color = "green";

is(d.getAttribute("style"), "color: green;",
   "Adjusting .style should parse style on HTML");
is(s.getAttribute("style"), "color: green;",
   "Adjusting .style should parse style on SVG");
is(m.getAttribute("style"), "color: green;",
   "Adjusting .style should parse style on MathML");

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


Messung V0.5
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.17 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.