mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
Update web-platform-tests to revision 33c263fb308d1c3f6ac6d2590d7292317262819d
This commit is contained in:
parent
5bf00c07c2
commit
482fda3a78
524 changed files with 14686 additions and 3270 deletions
|
@ -350,6 +350,13 @@ class LayoutTestsRegexp(Regexp):
|
|||
file_extensions = [".html", ".htm", ".js", ".xht", ".xhtml", ".svg"]
|
||||
description = "eventSender/testRunner/internals used; these are LayoutTests-specific APIs (WebKit/Blink)"
|
||||
|
||||
class MissingDepsRegexp(Regexp):
|
||||
pattern = br"[^\w]/gen/"
|
||||
name = "MISSING DEPENDENCY"
|
||||
file_extensions = [".html", ".htm", ".js", ".xht", ".xhtml", ".svg"]
|
||||
description = "Chromium-specific content referenced"
|
||||
to_fix = "Reimplement the test to use well-documented testing interfaces"
|
||||
|
||||
class SpecialPowersRegexp(Regexp):
|
||||
pattern = b"SpecialPowers"
|
||||
name = "SPECIALPOWERS API"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue