mirror of
https://github.com/servo/servo.git
synced 2025-08-26 07:38:21 +01:00
Update web-platform-tests to revision 2b7dace05fc1869398ee24f84fda4c0e4c0455ae
This commit is contained in:
parent
b23125d590
commit
6c901de216
844 changed files with 19802 additions and 3093 deletions
|
@ -113,7 +113,7 @@ class NoSuchWindowException(WebDriverException):
|
|||
|
||||
|
||||
class ScriptTimeoutException(WebDriverException):
|
||||
http_status = 408
|
||||
http_status = 500
|
||||
status_code = "script timeout"
|
||||
|
||||
|
||||
|
@ -128,7 +128,7 @@ class StaleElementReferenceException(WebDriverException):
|
|||
|
||||
|
||||
class TimeoutException(WebDriverException):
|
||||
http_status = 408
|
||||
http_status = 500
|
||||
status_code = "timeout"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue