Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  449362-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/449362-1.html


<html class="reftest-wait">
<head>
    <title>FF3 Test</title>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
 <style>
  td {
   border: 1px solid;
   vertical-align: top;
  }
 </style>
 <script type="text/javascript" language="JavaScript">
  /**
   * Display the element 'idShow' and hide the element 'idHide'.
   *
   * @param idShow the id of the element to show.
   * @param idHide the id of the element to hide.
   */
  toggleElements = function(idShow, idHide)
  {

   var elementHide = document.getElementById(idHide);
   var elementShow = document.getElementById(idShow);
   if (elementHide && elementShow)
   {
    elementHide.style.display = 'none';
    elementShow.style.display = '';
   }

  }
  function doTest()
  {
    toggleElements('B''A');
    document.documentElement.removeAttribute("class");
  }
  window.addEventListener("MozReftestInvalidate", doTest);
 </script>

</head>

<body>

<table id="pp_owned" align="center" cellpadding="0" cellspacing="0">
    
<tbody>
  <tr >
 <td >Column 1</td>
    <td >Column 2</td>
  </tr>
  <tr>

    <td >
hello
    </td>
    <td >
        <span id="A">
              Click me!
  </span>
  <span id="B" style="display: none;" >
      Now I am<br />
      higher.<br />

      Click me<br />
      Again!
        </span>
    </td>
  </tr>
</tbody>
</table>
</body>
</html>



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

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© 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.