mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +01:00
Update web-platform-tests to revision 2df7f9ff620cbdaa2928464892fb1dfb880fd6c6
This commit is contained in:
parent
97e3c5f3a9
commit
7ba3376dde
74 changed files with 1985 additions and 504 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue