https://github.com/web-platform-tests/wpt
Revision 49b9015c614bfae38d6f81cf67e5a3e39739e8d9 authored by Boris Zbarsky on 28 March 2018, 19:09:05 UTC, committed by moz-wptsync-bot on 28 March 2018, 19:49:20 UTC
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1443652
gecko-commit: 7daaf289c085e05e0e4a0327a13748002fb467a0
gecko-integration-branch: central
gecko-reviewers: bholley
1 parent 7b35f2c
Raw File
Tip revision: 49b9015c614bfae38d6f81cf67e5a3e39739e8d9 authored by Boris Zbarsky on 28 March 2018, 19:09:05 UTC
part 2. Add a bunch of web platform tests for load and error events on stylesheet links.
Tip revision: 49b9015
.pyup.yml
# search for requirement files
# default: True
# allowed: True, False
search: False

# Specify requirement files by hand, default is empty
# default: empty
# allowed: list
requirements:
 - tools/wptrunner/requirements_chrome_android.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_edge.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_opera.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_servo.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_safari.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_sauce.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_ie.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_firefox.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_chrome.txt:
      update: all
      pin: True
 - tools/wpt/requirements.txt:
      update: all
      pin: True
back to top