tor-browser

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

raster-root-scaling-2.yaml (555B)


      1 # Tests that the correct device pixel scale is propagated to child surfaces.
      2 # See bug 1639729
      3 ---
      4 root:
      5  items:
      6    - type: stacking-context
      7      bounds: [0, 0, 0, 0]
      8      items:
      9      - type: stacking-context
     10        bounds: [0, 0, 0, 0]
     11        transform-style: preserve-3d
     12        transform: scale(10,10)
     13        items:
     14        - type: stacking-context
     15          bounds: 0 0 0 0
     16          # Create a non-raster root surface
     17          filters: invert(1)
     18          items:
     19          - image: checkerboard(2, 16, 16)
     20            bounds: [0, 0, 26, 26]