tor-browser

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

snapshot-offscreen-ref.yaml (732B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 100, 100]
      6      items:
      7      - type: rect
      8        bounds: [0, 0, 320, 250]
      9        color: [100, 50, 10]
     10      # snap0 from the test case
     11      - type: rect
     12        bounds: [10, 20, 80, 180]
     13        color: [200, 200, 200]
     14      - type: rect
     15        bounds: [10, 20, 80, 100]
     16        color: [0, 150, 0]
     17      - type: rect
     18        bounds: [10, 110, 80, 90]
     19        color: [150, 0, 0]
     20      # snap1 from the test case
     21      - type: rect
     22        bounds: [150, 0, 120, 220]
     23        color: [200, 200, 200]
     24      - type: rect
     25        bounds: [160, 10, 90, 100]
     26        color: [0, 150, 0]
     27      - type: rect
     28        bounds: [170, 110, 90, 100]
     29        color: [150, 0, 0]