tor-browser

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

iframe-nested-in-stacking-context.yaml (552B)


      1 # Ensure that a stacking context with a simple clip that encloses
      2 # an iframe correctly propagates the stacking context clip to the
      3 # clip on the iframe.
      4 ---
      5 root:
      6  items:
      7  - type: clip
      8    id: 2
      9    bounds: [50, 50, 50, 100]
     10  -
     11    type: "clip-chain"
     12    id: 3
     13    clips: [2]
     14  - type: stacking-context
     15    bounds: [50, 50, 100, 100]
     16    clip-chain: 3
     17    items:
     18      - type: iframe
     19        id: [1, 3]
     20        bounds: [0, 0, 100, 100]
     21 pipelines:
     22  -
     23    id: [1, 3]
     24    items:
     25      - type: rect
     26        color: red
     27        bounds: [0, 0, 100, 100]