tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

raster-roots-1.yaml (1016B)


      1 # Verify that when a picture cache is both a raster root and also a blend container,
      2 # the readback correctly maps to local raster-space, not final device-space.
      3 ---
      4 root:
      5  items:
      6    - type: iframe
      7      id: [1, 2]
      8      bounds: [0, 100, 1000, 1000]
      9 
     10 pipelines:
     11  - id: [1, 2]
     12    items:
     13      - type: stacking-context
     14        blend-container: true
     15        items:
     16          - type: scroll-frame
     17            bounds: [0, 0, 1000, 1000]
     18            content-size: [1000, 10000]
     19            items:
     20              - type: gradient
     21                bounds: [0, 0, 100, 100]
     22                start: [0, 0]
     23                end: [100, 0]
     24                stops: [0.0, [255, 0, 0, 1], 1.0, [0, 255, 0, 1]]
     25              - type: stacking-context
     26                mix-blend-mode: difference
     27                items:
     28                  - type: gradient
     29                    bounds: [0, 0, 100, 100]
     30                    start: [0, 0]
     31                    end: [100, 0]
     32                    stops: [0.0, [255, 0, 0, 1], 1.0, [0, 255, 0, 1]]