Bug 103411

Summary: TextTrack's .kind property should return lower-case values
Product: WebKit Reporter: Antoine Quint <graouts>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, gyuyoung.kim, ojan, rakuco, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrack/kind.html
Attachments:
Description Flags
Patch none

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.