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

Quelle  snapshot-offscreen-02.yaml   Sprache: unbekannt

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

# This test exercises offscreen pipelines (See Transaction::render_offscreen).
# Two offscreen pipelines are submitted, both producing snapshots. Only one
# of the snapshot is used, no red should be visible in the final output.
---
pipelines:
# The first offscreen pipeline will be rendered, but its output won't be used.
# The test only sanity-checks that this doesn't affect the test output.
- id: [01]
  offscreen: true
  items:
  - type: stacking-context
    bounds: [00200200]
    snapshot:
      name: "snap0"
      area: [00200200]
    items:
      - type: rect
        bounds: [ 00200200 ]
        color: [25500]
- id: [02]
  offscreen: true
  items:
  # This rect should not be visible, since it isn't part of a snapshot.
  - type: rect
    bounds: [-200, -2002000020000 ]
    color: [25500]
  - type: stacking-context
    bounds: [00100100]
    snapshot:
      name: "snap1"
      area: [00100100]
    items:
      - type: rect
        bounds: [ 00100100 ]
        color: [00255]
root:
  items:
    - type: stacking-context
      bounds: [00100100]
      items:
      - image: snapshot(snap1)
        bounds: [00100100]

[Dauer der Verarbeitung: 0.24 Sekunden, vorverarbeitet 2026-08-26]