Update web-platform-tests to revision 2df7f9ff620cbdaa2928464892fb1dfb880fd6c6

This commit is contained in:
WPT Sync Bot 2018-09-28 21:31:46 -04:00
parent 97e3c5f3a9
commit 7ba3376dde
74 changed files with 1985 additions and 504 deletions

View file

@ -267,6 +267,7 @@ class SourceFile(object):
self.name_prefix("MANIFEST") or
self.filename == "META.yml" or
self.filename.startswith(".") or
self.filename.endswith(".headers") or
self.type_flag == "support" or
self.in_non_test_dir())

View file

@ -36,6 +36,7 @@ def items(s):
"foo/resources/test.html",
"foo/support/test.html",
"foo/test-support.html",
"foo/foo-manual.html.headers",
"css/common/test.html",
"css/CSS2/archive/test.html",
])
@ -64,6 +65,7 @@ def test_not_name_is_non_test(rel_path):
@pytest.mark.parametrize("rel_path", [
"foo/foo-manual.html",
"html/test-manual.html",
"html/test-manual.xhtml",
"html/test-manual.https.html",