Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update test manifest.
This is just the result of running --manifest-update on master; not sure
how it got out of sync.

These tests currently timeout, so also add the expected result.
  • Loading branch information
eefriedman committed Nov 15, 2015
1 parent d11fe9e commit a9a1e34
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
20 changes: 19 additions & 1 deletion tests/wpt/metadata/MANIFEST.json
Expand Up @@ -29831,6 +29831,24 @@
"deleted": [],
"items": {
"testharness": {
"dom/nodes/Node-contains.xml": [
{
"path": "dom/nodes/Node-contains.xml",
"url": "/dom/nodes/Node-contains.xml"
}
],
"dom/nodes/getElementsByClassName-10.xml": [
{
"path": "dom/nodes/getElementsByClassName-10.xml",
"url": "/dom/nodes/getElementsByClassName-10.xml"
}
],
"dom/nodes/getElementsByClassName-11.xml": [
{
"path": "dom/nodes/getElementsByClassName-11.xml",
"url": "/dom/nodes/getElementsByClassName-11.xml"
}
],
"html/browsers/browsing-the-web/navigating-across-documents/javascript-url-query-fragment-components.html": [
{
"path": "html/browsers/browsing-the-web/navigating-across-documents/javascript-url-query-fragment-components.html",
Expand Down Expand Up @@ -35384,4 +35402,4 @@
"rev": "7123012427f92f0dc38a120e6e86a75b6c03aab5",
"url_base": "/",
"version": 2
}
}
3 changes: 3 additions & 0 deletions tests/wpt/metadata/dom/nodes/Node-contains.xml.ini
@@ -0,0 +1,3 @@
[Node-contains.xml]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[getElementsByClassName-10.xml]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[getElementsByClassName-11.xml]
type: testharness
expected: TIMEOUT
Expand Up @@ -4,4 +4,3 @@
[iframes with javascript src]
expected: FAIL


0 comments on commit a9a1e34

Please sign in to comment.