aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/run.py')
-rw-r--r--tests/wpt/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/run.py b/tests/wpt/run.py
index 1c3d07b95ad..80bee213c5f 100644
--- a/tests/wpt/run.py
+++ b/tests/wpt/run.py
@@ -35,7 +35,7 @@ def run_tests(paths=None, **kwargs):
use_mach_logging = False
if len(kwargs["test_list"]) == 1:
file_ext = os.path.splitext(kwargs["test_list"][0])[1].lower()
- if file_ext in [".htm", ".html", ".js", ".xhtml"]:
+ if file_ext in [".htm", ".html", ".js", ".xhtml", ".xht"]:
use_mach_logging = True
if use_mach_logging: