mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
headless-browser: Support running XHTML tests
This commit is contained in:
parent
4dd912e686
commit
fd32f17c56
|
|
@ -70,7 +70,7 @@ static ErrorOr<void> collect_dump_tests(Vector<Test>& tests, StringView path, St
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!name.ends_with(".html"sv) && !name.ends_with(".svg"sv))
|
||||
if (!name.ends_with(".html"sv) && !name.ends_with(".svg"sv) && !name.ends_with(".xhtml"sv))
|
||||
continue;
|
||||
|
||||
auto expectation_path = ByteString::formatted("{}/expected/{}/{}.txt", path, trail, LexicalPath::title(name));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user