tor-browser

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

WEB_FEATURES.yml (2490B)


      1 features:
      2 - name: background
      3  files:
      4  - background-3*
      5  - background_color_padding_box.htm
      6 - name: background-clip
      7  files:
      8  - background-clip*
      9  - css3-background-clip*
     10 - name: border-image
     11  files:
     12  - border-image*
     13  - css3-border-image*
     14 - name: background-attachment
     15  files:
     16  - background-attachment-*
     17  - local-attachment-content-box-scroll.html
     18  - table-cell-background-local*
     19 - name: background-color
     20  files:
     21  - background-color-*
     22  # The above pattern matches a number of tests which do not use the
     23  # `background-color` property but which nonetheless test relevant semantics
     24  # via the `background` shorthand:
     25  # - background-color-body-propagation-004.html
     26  # - background-color-body-propagation-005.html
     27  # - background-color-body-propagation-006.html
     28  # - background-color-body-propagation-007.html
     29  # - background-color-root-propagation-001.html
     30  # - background-color-root-propagation-002.html
     31  - background-none-none-and-color.html
     32  - background_color_padding_box.htm
     33  - bg-color-with-gradient.html
     34  - color-behind-images.htm
     35 - name: background-image
     36  files:
     37  # The presence of a number of unrelated test files whose name begins with
     38  # `background-color-` makes the `0` in following pattern the most
     39  # stable/concise way to express this classifier.
     40  - background-image-0*
     41  - background-image-first-letter.html
     42  - background-image-first-line.html
     43  - background-image-large-with-auto.html
     44  - background-image-shared-stylesheet.html
     45  - background-image-table-cells-straddling-no-repeat.html
     46  - background-image-table-cells-zoomed.html
     47  - color-behind-images.htm
     48  - none-as-image-layer.htm
     49  - order-of-images.htm
     50  - scroll-positioned-multiple-background-images.html
     51 - name: background-origin
     52  files:
     53  - background-origin-*
     54  - css3-background-origin-*
     55 - name: background-position
     56  files:
     57  - background-position-*
     58  - scroll-positioned-multiple-background-images.html
     59 - name: background-repeat
     60  files:
     61  - background-repeat-*
     62  - background_repeat_*
     63 - name: background-size
     64  files:
     65  - background-image-cover-zoomed-1.html
     66  - background-image-large-with-auto.html
     67  - background-size-*
     68  - css3-background-size*
     69 - name: border-radius
     70  files:
     71  - border-*-radius-*
     72  - border-radius-*
     73  - "!border-radius-clip*"
     74  - css-border-radius-001.html
     75 - name: borders
     76  files:
     77  - border-*
     78  - "!border-image*"
     79  - "!border-*radius-*"
     80  - ttwf-css3background-border-*
     81 - name: box-shadow
     82  files:
     83  - "*box-shadow*"
     84  - fieldset-inset-shadow.html