tor-browser

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

sticky-applied-ref.yaml (1571B)


      1 root:
      2  items:
      3    # Reference images are listed in the same order as the test images -
      4    # all the "bottom-sticky" ones are first, grouped together.
      5    - type: rect
      6      bounds: [10, 10, 50, 50]
      7      color: green
      8    - type: rect
      9      bounds: [10, 70, 50, 40]
     10      color: green
     11    - type: rect
     12      bounds: [10, 130, 50, 50]
     13      color: green
     14    - type: rect
     15      bounds: [10, 190, 50, 50]
     16      color: green
     17    - type: rect
     18      bounds: [10, 255, 50, 45]
     19      color: green
     20 
     21    # Top sticky
     22    - type: rect
     23      bounds: [70, 10, 50, 50]
     24      color: green
     25    - type: rect
     26      bounds: [70, 80, 50, 40]
     27      color: green
     28    - type: rect
     29      bounds: [70, 130, 50, 50]
     30      color: green
     31    - type: rect
     32      bounds: [70, 190, 50, 50]
     33      color: green
     34    - type: rect
     35      bounds: [70, 250, 50, 45]
     36      color: green
     37 
     38    # Right sticky
     39    - type: rect
     40      bounds: [130, 10, 50, 50]
     41      color: green
     42    - type: rect
     43      bounds: [130, 70, 40, 50]
     44      color: green
     45    - type: rect
     46      bounds: [130, 130, 50, 50]
     47      color: green
     48    - type: rect
     49      bounds: [130, 190, 50, 50]
     50      color: green
     51    - type: rect
     52      bounds: [135, 250, 45, 50]
     53      color: green
     54 
     55    # Left sticky
     56    - type: rect
     57      bounds: [190, 10, 50, 50]
     58      color: green
     59    - type: rect
     60      bounds: [200, 70, 40, 50]
     61      color: green
     62    - type: rect
     63      bounds: [190, 130, 50, 50]
     64      color: green
     65    - type: rect
     66      bounds: [190, 190, 50, 50]
     67      color: green
     68    - type: rect
     69      bounds: [190, 250, 45, 50]
     70      color: green