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

Quelle  snapshot-dependency.yaml   Sprache: unbekannt

 
Spracherkennung für: .yaml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# This test contains a snapshotted stacking context which is defined
# in a less "nested" part of the document than the image that displays
# it (using a stack of filters to nest the image in multiple render
# passes).
# Without special care to render the snapshot before the image,
# WebRender's render task graph would schedule the most nested part
# first, causing the snapshot to be drawn too late.
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 1000, 1000]
      items:
      - type: stacking-context
        bounds: [0, 0, 128, 128]
        snapshot:
          name: "snap0"
        items:
          - type: rect
            bounds: [0, 0, 128, 128]
            color: [100, 100, 100]

      - type: stacking-context
        bounds: [0, 0, 2048, 2048]
        filter: grayscale(1)
        items:
        - type: stacking-context
          bounds: [0, 0, 2048, 2048]
          filter: grayscale(1)
          items:
          - type: stacking-context
            bounds: [0, 0, 2048, 2048]
            filter: grayscale(1)
            items:
            - type: stacking-context
              bounds: [0, 0, 2048, 2048]
              filter: grayscale(1)
              items:
              - image: snapshot(snap0)
                bounds: [130, 0, 128, 128]

[ Dauer der Verarbeitung: 0.34 Sekunden  ]