fix comments in .status files

Review URL: https://chromiumcodereview.appspot.com//10024083

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6392 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
sigmund@google.com
2012-04-10 23:50:17 +00:00
parent 2393f17f1a
commit 74bcffc716
+5 -1
View File
@@ -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) ...