Backed out changeset 2f626891ac2b

This commit is contained in:
Robert O'Callahan 2010-06-01 13:52:21 +12:00
parent 18de3278a1
commit fe53ffd82f

View File

@ -97,7 +97,11 @@ testNode = nodeList.item(0);
vfaction = formNode.action;
assertEquals("formLink","...",vfaction);
// its not clear that this test is valid
// mozilla returns a fully expanded uri
//assertEquals("formLink","...",vfaction);
todo_is(vfaction, "...", "formLink");
}
</script>