Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/svg/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  fragmentIdentifier-01b.xhtml   Sprache: unbekannt

 
Haftungsausschluß.xhtml KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
  <head>
    <title>Testcases for SVG fragment identifiers with media fragments</title>
    <style>

iframe {
  border: none;
}

    </style>
  </head>
  <body style="background-color: lime;">
    <div>
      <iframe scrolling="no" type="image/svg+xml" width="100" height="100" src="fragmentIdentifier-rect-01.svg#limeView&t=0" />
      <iframe scrolling="no" type="image/svg+xml" width="100" height="100" src="fragmentIdentifier-rect-01.svg#svgView(viewBox(0,200,100,100))&t=0" />
    </div>
    <div>
      <iframe scrolling="no" type="image/svg+xml" width="100" height="100" src="fragmentIdentifier-rect-01.svg#svgView(viewBox(0,0,100,100);transform(translate(0,200)))&t=0" />
      <iframe scrolling="no" id="replace" type="image/svg+xml" width="100" height="100" src="fragmentIdentifier-rect-01.svg#svgView(viewBox(0,0,100,100);transform(translate(0,0))&t=0" />
      <iframe scrolling="no" id="remove" type="image/svg+xml" width="100" height="100" src="fragmentIdentifier-rect-01.svg#svgView(viewBox(0,200,100,100);transform(translate(0,200)))&t=0" />
    </div>
    <script type="text/javascript">
      window.onload = function() {
        document.addEventListener("MozReftestInvalidate", doTest, false);
        setTimeout(doTest, 4000); // fallback for running outside reftest
      }

      function doTest() {
        document.getElementById("replace").setAttribute("src","fragmentIdentifier-rect-01.svg#svgView(viewBox(0,0,100,100);transform(translate(0,200)))&t=0");
        document.getElementById("remove").setAttribute("src","fragmentIdentifier-rect-01.svg#svgView(viewBox(0,200,100,100))&t=0");
        document.documentElement.removeAttribute("class");
      }
    </script>
  </body>
</html>

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-25]