tor-browser

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

too-many-surfaces.yaml (1237B)


      1 # Test that when there are too many compositor surfaces present that
      2 # the additional compositor surfaces are correctly drawn as regular
      3 # primitives into picture cache content tiles.
      4 ---
      5 root:
      6  items:
      7    - type: rect
      8      bounds: [50, 50, 400, 88]
      9      color: green
     10    - image: transparent-checkerboard(2,8,8)
     11      bounds: [60, 60, 68, 68]
     12      prefer-compositor-surface: true
     13    - type: rect
     14      bounds: [55, 70, 390, 5]
     15      color: [255, 0, 0, 0.9]
     16    - image: transparent-checkerboard(2,8,8)
     17      bounds: [138, 60, 68, 68]
     18      prefer-compositor-surface: true
     19    - type: rect
     20      bounds: [55, 80, 390, 5]
     21      color: [255, 0, 0, 0.9]
     22    - image: transparent-checkerboard(2,8,8)
     23      bounds: [216, 60, 68, 68]
     24      prefer-compositor-surface: true
     25    - type: rect
     26      bounds: [55, 90, 390, 5]
     27      color: [255, 0, 0, 0.9]
     28    - image: transparent-checkerboard(2,8,8)
     29      bounds: [294, 60, 68, 68]
     30      prefer-compositor-surface: true
     31    - type: rect
     32      bounds: [55, 100, 390, 5]
     33      color: [255, 0, 0, 0.9]
     34    - image: transparent-checkerboard(2,8,8)
     35      bounds: [372, 60, 68, 68]
     36      prefer-compositor-surface: true
     37    - type: rect
     38      bounds: [55, 110, 390, 5]
     39      color: [255, 0, 0, 0.9]