mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Add mozilla tests for referrer policy in iframe without postmessage
Can be removed and web-platform-tests not ignored with postmessage support
This commit is contained in:
parent
a5de59bf94
commit
6a540cfcd9
86 changed files with 3416 additions and 0 deletions
|
@ -54,6 +54,7 @@ ignored_dirs = [
|
|||
os.path.join(".", "tests", "wpt", "harness"),
|
||||
os.path.join(".", "tests", "wpt", "update"),
|
||||
os.path.join(".", "tests", "wpt", "web-platform-tests"),
|
||||
os.path.join(".", "tests", "wpt", "mozilla", "tests", "mozilla", "referrer-policy"),
|
||||
os.path.join(".", "tests", "wpt", "sync"),
|
||||
os.path.join(".", "tests", "wpt", "sync_css"),
|
||||
os.path.join(".", "python", "mach"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue