This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19760 - Test file for test case 552 has invalid markup.
Summary: Test file for test case 552 has invalid markup.
Status: CLOSED FIXED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Test Cases (show other bugs)
Version: 1.0
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Joseph Scheuhammer
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 19:33 UTC by Joseph Scheuhammer
Modified: 2012-12-04 21:51 UTC (History)
0 users

See Also:


Attachments

Description Joseph Scheuhammer 2012-10-29 19:33:29 UTC
The test element in the file for test case 552 is supposed to have "id='test'", but the markup is mangled.  It looks like this:

<input type="text id="test"/>

Note the missing close quote on the @type attribute.

It should be:

<input type="text" id="test"/>

I have marked the test case as invalid:
https://www.w3.org/WAI/PF/testharness/testcases/edit/552

The test report shows that the test has one result -- a failure.  That failure is also invalid under the circumstances.
https://www.w3.org/WAI/PF/testharness/testreport?testsuite_id=1
Comment 1 Joseph Scheuhammer 2012-10-29 19:37:05 UTC
With the correct markup, the test case passes (FF 16.0.1, AT-SPI).
Comment 2 Joseph Scheuhammer 2012-10-29 20:24:06 UTC
Ditto for the test file for test case 553.  Looks like a copy-and-paste error.
Comment 3 Michael Cooper 2012-10-30 14:07:59 UTC
Fixed on the test file reported, but have found instance of this in other test files also. Suggest just fix the file rather than report bug for each one, or file bug for a group of files, as this could be a common problem due to copy / paste.
Comment 4 Joseph Scheuhammer 2012-10-30 17:26:22 UTC
(In reply to comment #3)
> Fixed on the test file reported, but have found instance of this in other
> test files also. Suggest just fix the file rather than report bug for each
> one, or file bug for a group of files, as this could be a common problem due
> to copy / paste.

Okay, but the fix is wrong for another reason -- you've added an aria-label where the testabel statement says there is none.

I've fixed that and pushe the mods to the repository.
Comment 5 Joseph Scheuhammer 2012-10-30 17:34:37 UTC
I've also gone ahead and marked the test case a valid, and ran it (it now passes).
Comment 6 Joseph Scheuhammer 2012-10-31 15:27:47 UTC
Okay, this is now fixed.