mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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"
|
"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": [
|
"html/semantics/forms/the-form-element/form-action-url.html": [
|
||||||
{
|
{
|
||||||
"path": "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>
|
<!DOCTYPE html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="timeout" content="long">
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue