Bug 103411 - TextTrack's .kind property should return lower-case values
Summary: TextTrack's .kind property should return lower-case values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://w3c-test.org/html/tests/submis...
Keywords: InRadar
: 103256 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-27 07:59 PST by Antoine Quint
Modified: 2012-12-04 05:39 PST (History)
6 users (show)

See Also:


Attachments
Patch (13.46 KB, patch)
2012-12-04 02:45 PST, Antoine Quint
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2012-11-27 07:59:26 PST
In the Opera-submitted test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrack/kind.html, we fail the second test due to the "kind" attribute being set to "CAPTIONS" via a .setAttribute() call but when reading the .kind property, "CAPTIONS" is returned instead of the expected lower-case "captions".
Comment 1 Radar WebKit Bug Importer 2012-11-27 07:59:40 PST
<rdar://problem/12757901>
Comment 2 Antoine Quint 2012-12-04 02:34:08 PST
*** Bug 103256 has been marked as a duplicate of this bug. ***
Comment 3 Antoine Quint 2012-12-04 02:45:34 PST
Created attachment 177459 [details]
Patch
Comment 4 WebKit Review Bot 2012-12-04 05:39:52 PST
Comment on attachment 177459 [details]
Patch

Clearing flags on attachment: 177459

Committed r136506: <http://trac.webkit.org/changeset/136506>
Comment 5 WebKit Review Bot 2012-12-04 05:39:56 PST
All reviewed patches have been landed.  Closing bug.