https://github.com/web-platform-tests/wpt
Revision 7879f0f9e76e214690e4dd38075004e903924f2b authored by Tarun Bansal on 13 March 2018, 04:27:01 UTC, committed by Blink WPT Bot on 13 March 2018, 04:35:03 UTC
This CL includes the test for "Accept-CH" header.

If the origin includes "Accept-CH" in the response header,
then the browser should include the specified client hints
in the HTTP request headers for the resources contained
in that page.

Bug: 817049
Change-Id: Id74193ab7a1cc3c4b03d66e080c43c64a6fcfbb2
Reviewed-on: https://chromium-review.googlesource.com/951867
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542724}
1 parent 6163df2
Raw File
Tip revision: 7879f0f9e76e214690e4dd38075004e903924f2b authored by Tarun Bansal on 13 March 2018, 04:27:01 UTC
External WPT tests for Client hints
Tip revision: 7879f0f
.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