| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index 622df8d0437820206ce87ddf3002c6f65f800e23..c26dcbf1f5b28528b0ee14e7aa83f40af7c2f9fa 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -55,7 +55,11 @@ dom/InnerFrameTest: Fail
|
| dom/SVG3Test: Fail
|
| # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeList.
|
| # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
|
| -dom/TypingTest: Pass, Fail # TODO(sigmund): investigate.
|
| +# Note this test now passes for the wrong reasons. It used to be that the only
|
| +# forEach in this program was in NodeList. Due to dependencies from the unittest
|
| +# framework, frog no longer resolves forEach statically, and instead it
|
| +# dynamically binds forEach on a bunch of classes, including HTMLCollection.
|
| +dom/TypingTest: Pass
|
| dom/WebSocketTest: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
|
| # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4
|
| # (NS_ERROR_DOM_BAD_URI) ...
|
|
|