Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/gfx/angle/checkout/include/KHR/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 10 kB image not shown  

Quelle  test_bug1072116.html   Sprache: unbekannt

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

<head>
  <title>Test for Bug 1072116</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=1072116">Mozilla Bug 1072116</a>
<p id="display"></p>
<div id="content" style="display: none">

</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 1072116 **/
var attr = document.createAttribute("c");

var xpathExpr = document.createExpression('a', null);

let isAlive = false;
try {
  xpathExpr.evaluate(attr, null, null, null, null);
} catch(e) {
  isAlive = true;
}

ok(isAlive, "Still alive \\o/");

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

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

[ zur Elbe Produktseite wechseln0.13Quellennavigators  Analyse erneut starten  ]