diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/manifest/tests/test_sourcefile.py')
-rw-r--r-- | tests/wpt/web-platform-tests/tools/manifest/tests/test_sourcefile.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/wpt/web-platform-tests/tools/manifest/tests/test_sourcefile.py b/tests/wpt/web-platform-tests/tools/manifest/tests/test_sourcefile.py index 9c3866715dc..57863bf73c4 100644 --- a/tests/wpt/web-platform-tests/tools/manifest/tests/test_sourcefile.py +++ b/tests/wpt/web-platform-tests/tools/manifest/tests/test_sourcefile.py @@ -27,7 +27,6 @@ def items(s): "common/test.html", "support/test.html", "css21/archive/test.html", - "work-in-progress/test.html", "conformance-checkers/test.html", "conformance-checkers/README.md", "conformance-checkers/html/Makefile", @@ -38,7 +37,6 @@ def items(s): "foo/test-support.html", "css/common/test.html", "css/CSS2/archive/test.html", - "css/work-in-progress/test.html", ]) def test_name_is_non_test(rel_path): s = create(rel_path) @@ -54,7 +52,6 @@ def test_name_is_non_test(rel_path): "foo/conformance-checkers/test.html", "foo/_certs/test.html", "foo/css21/archive/test.html", - "foo/work-in-progress/test.html", "foo/CSS2/archive/test.html", "css/css21/archive/test.html", ]) |