- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 Nov 2012 15:52:14 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066 Bug ID: 20066 Summary: Test at http://w3c-test.org/html/tests/submission/Opera/media/ interfaces/TextTrack/cues.html is faulty Classification: Unclassified Product: HTML WG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: dave.null@w3.org Reporter: graouts@apple.com QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org This bug is in reference to the test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrack/cues.html. I think the error is on line 22: assert_not_equals(t2.cues, null, 't2.cues should not be null'); Actually, the TextTrack instance held in `t2` has its .mode property still set to "disabled" and I believe the HTML5 spec is clear that the track's .cues property should indeed be null. See http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#dom-texttrack-cues. Both a WebKit nightly and Opera 12.11 do the right thing per my reading of the spec and fail the first test of this test. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 23 November 2012 15:52:19 UTC