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  552334-1.html   Sprache: HTML

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


<!DOCTYPE html>
<html>
  <head>
    <style>
      div { position: absolute; top: 0; left: 0; width: 100px; height: 100px; }
      div.offset { left: 100px; }
      div.offset2 { left: 200px; }
    </style>
  </head>
  <body>
    <!-- Make sure the difference of the two z-index values overflows a 32-bit
    signed int.  So set the positive one to 2^30 + 1 and the negative one to
    -(2^30 + 1).  Then the difference is 2^31 + 2 which is negative when
    treated as a 32-bit signed int.  -->

    <div style="background: green; z-index: 1073741825"></div>
    <div style="background: red; z-index: -1073741825"></div>
    <!-- Test clamping on the high end by setting the high z-index to
         2^32 + 1  -->

    <div class="offset" style="background: green; z-index: 4294967297"></div>
    <div class="offset" style="background: red; z-index: 2"></div>
    <!-- Test clamping on the low end by setting the low z-index to
         -(2^32 + 1)  -->

    <div class="offset2" style="background: green; z-index: -2"></div>
    <div class="offset2" style="background: red; z-index: -4294967297"></div>
  </body>
</html>

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

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