mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 687b6cba3385c4c2ca85f44fe072961e651621b5
This commit is contained in:
parent
cd579f6746
commit
1a4444a557
45 changed files with 594 additions and 259 deletions
|
@ -33,8 +33,8 @@ for name, resourceType in [
|
|||
('layout-worklet', 'WORKLET'), ('paint-worklet', 'WORKLET'),
|
||||
('worker', 'WORKER'),
|
||||
('module-worker', 'WORKER'),
|
||||
('worker-subresource-xhr', 'IMAGE'),
|
||||
('worker-subresource-fetch', 'IMAGE')]:
|
||||
('worker-subresource-xhr', 'FETCH'),
|
||||
('worker-subresource-fetch', 'FETCH')]:
|
||||
sameOriginOnly = 'true' if resourceType == 'WORKER' else 'false'
|
||||
types = [('', 'generateTests'), ('-redirect', 'generateRedirectTests')]
|
||||
if name == 'module-worker' or resourceType == 'WORKLET':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue