- From: SVG Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Tue, 25 May 2010 13:26:58 +0000 (GMT)
- To: public-svg-wg@w3.org
ISSUE-2326 (Cyril): Use of textContent in the 1.1F2 test suite [Test Suite - SVG Full 1.1] http://www.w3.org/Graphics/SVG/WG/track/issues/2326 Raised by: Cyril Concolato On product: Test Suite - SVG Full 1.1 There are 6 tests in the test suite that use the textContent attribute but this is not mandatory in 1.1. Here is the list: \1.1F2\test\svg\conform-viewers-03-f.svg 86: t.textContent = prefix; \1.1F2\test\svg\coords-dom-04-f.svg 87: result.textContent = "Passed subtest #" + subtestCounter; 92: result.textContent = "Failed subtest #" + subtestCounter + ". Expected " + ref + " but got " + toString(m); 140: document.getElementById("scriptstatus").textContent = "Scripting enabled"; \1.1F2\test\svg\struct-dom-13-f.svg 81: t.textContent = str + ": " + (result ? "PASSED" : "FAILED"); \1.1F2\test\svg\struct-svg-02-f.svg 51: t.textContent = str; \1.1F2\test\svg\svgdom-over-01-f.svg 95: t.textContent = str + ": " + (result ? "PASSED" : "FAILED"); \1.1F2\test\svg\text-dom-04-f.svg 121: res.textContent = f;
Received on Tuesday, 25 May 2010 13:26:59 UTC