mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests to revision 0abb411331f86f472103183c7ec1136ea21a7e1b
This commit is contained in:
parent
d671010e46
commit
5a5512f805
139 changed files with 2559 additions and 1445 deletions
|
@ -0,0 +1,4 @@
|
|||
# Upgrade-insecure-requests Web Platform Tests
|
||||
|
||||
The subdirectory `gen/` is generated using the generator at `common/security-features`.
|
||||
See [common/security-features/README.md](../common/security-features/README.md) for how to generate tests.
|
|
@ -31,8 +31,6 @@ class UpgradeInsecureRequestsConfig(object):
|
|||
self.sanity_checker_js = '/upgrade-insecure-requests/generic/sanity-checker.js'
|
||||
self.spec_json_js = '/upgrade-insecure-requests/spec_json.js'
|
||||
|
||||
self.test_case_name = 'TestCase'
|
||||
|
||||
script_directory = os.path.dirname(os.path.abspath(__file__))
|
||||
self.spec_directory = os.path.abspath(
|
||||
os.path.join(script_directory, '..', '..'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue