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.
This commit is contained in:
Eli Friedman 2015-11-14 17:46:48 -08:00
parent d11fe9ed21
commit a9a1e343f9
5 changed files with 28 additions and 2 deletions

View file

@ -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",
@ -35384,4 +35402,4 @@
"rev": "7123012427f92f0dc38a120e6e86a75b6c03aab5",
"url_base": "/",
"version": 2
}
}

View file

@ -0,0 +1,3 @@
[Node-contains.xml]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[getElementsByClassName-10.xml]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[getElementsByClassName-11.xml]
type: testharness
expected: TIMEOUT