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 20066 - Test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrack/cues.html is faulty
Summary: Test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/Text...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 15:52 UTC by Antoine Quint
Modified: 2012-12-07 06:58 UTC (History)
3 users (show)

See Also:


Attachments

Description Antoine Quint 2012-11-23 15:52:14 UTC
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.
Comment 1 Simon Pieters 2012-12-07 06:58:23 UTC
http://dvcs.w3.org/hg/html/rev/b1654da7ea22