Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mark submit-entity-body.html as needing a long timeout.
After discussion with jdm.
  • Loading branch information
emilio committed Nov 14, 2016
1 parent 73917cc commit 58bd039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/wpt/metadata/MANIFEST.json
Expand Up @@ -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",
Expand Down
@@ -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>
Expand Down

0 comments on commit 58bd039

Please sign in to comment.