mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
mark submit-entity-body.html as needing a long timeout.
After discussion with jdm.
This commit is contained in:
parent
73917cce83
commit
58bd039b50
2 changed files with 8 additions and 0 deletions
|
@ -37759,6 +37759,13 @@
|
|||
"url": "/cssom-view/MediaQueryList-with-empty-string.html"
|
||||
}
|
||||
],
|
||||
"html/semantics/forms/form-submission-0/submit-entity-body.html": [
|
||||
{
|
||||
"path": "html/semantics/forms/form-submission-0/submit-entity-body.html",
|
||||
"timeout": "long",
|
||||
"url": "/html/semantics/forms/form-submission-0/submit-entity-body.html"
|
||||
}
|
||||
],
|
||||
"html/semantics/forms/the-form-element/form-action-url.html": [
|
||||
{
|
||||
"path": "html/semantics/forms/the-form-element/form-action-url.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<meta name="timeout" content="long">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue