mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
Update web-platform-tests to revision 548818eee08f7a6e31b9706b352b5d44b2f6d024
This commit is contained in:
parent
82fd8d1daf
commit
5e74467d68
112 changed files with 1704 additions and 536 deletions
|
@ -484,10 +484,6 @@ def check_parsed(repo_root, path, f):
|
|||
if len(testharnessreport_nodes) > 1:
|
||||
errors.append(rules.MultipleTestharnessReport.error(path))
|
||||
|
||||
testharnesscss_nodes = source_file.root.findall(".//{http://www.w3.org/1999/xhtml}link[@href='/resources/testharness.css']")
|
||||
if testharnesscss_nodes:
|
||||
errors.append(rules.PresentTestharnessCSS.error(path))
|
||||
|
||||
for element in source_file.variant_nodes:
|
||||
if "content" not in element.attrib:
|
||||
errors.append(rules.VariantMissing.error(path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue