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:
Rebecca 2016-05-21 18:04:50 -04:00 committed by Anthony Ramine
parent a5de59bf94
commit 6a540cfcd9
86 changed files with 3416 additions and 0 deletions

View file

@ -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"),