W3C home > Mailing lists > Public > public-svg-wg@w3.org > April to June 2010

Tests Email and struct-dom-14-f.svg

From: Patrick Dengler <patd@microsoft.com>
Date: Thu, 3 Jun 2010 21:18:44 +0000
To: "public-svg-wg@w3.org" <public-svg-wg@w3.org>
Message-ID: <4A2DB3AE4504E944AF122BBFBA7FBA1F51489891@TK5EX14MBXC116.redmond.corp.microsoft.com>
I certainly didn't mean to send that email about the test suite so widely (got lost between public=private and vice-versa).

Either way, I think we need to fix these.  I am having my test team look into some proposals.

On another note, we caught a test:

struct-dom-14-f.svg

That was in error.

The spec says nothing about equality of elementInstances 

            if (instanceroot.firstChild.correspondingElement !== instanceroot.childNodes.item(0).correspondingElement)
              throw("failed");

But is clear about correspondingElement; so I presume this is what this test should be testing; I made the change below:

            if (instanceroot.firstChild!== instanceroot.childNodes.item(0)
              throw("failed");
Received on Thursday, 3 June 2010 21:19:24 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 17:29:43 UTC