mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision 4b25d322ac6ed466f992669e5408b15d37d56436
This commit is contained in:
parent
6a4ad433a2
commit
92e90e6633
32 changed files with 277 additions and 150 deletions
|
@ -134,7 +134,7 @@ class SourceFile(object):
|
|||
ext = ext[1:]
|
||||
if ext in ["html", "htm"]:
|
||||
return "html"
|
||||
if ext in ["xhtml", "xht"]:
|
||||
if ext in ["xhtml", "xht", "xml"]:
|
||||
return "xhtml"
|
||||
if ext == "svg":
|
||||
return "svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue