tor-browser

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

raster-root-scaling.yaml (409B)


      1 # Tests that surfaces created by raster roots are scaled based on the surface to parent transform.
      2 ---
      3 root:
      4  items:
      5    - type: stacking-context
      6      bounds: [0, 0, 0, 0]
      7      items:
      8      - type: stacking-context
      9        bounds: [0, 0, 0, 0]
     10        transform-style: preserve-3d
     11        transform: scale(10,10)
     12        items:
     13          - image: checkerboard(2, 16, 16)
     14            bounds: [0, 0, 26, 26]