Bug 120474

Summary: Follow-up to r154810 and r154810: Missing tests and fix one misplaced call to setCaptionDisplayMode
Product: WebKit Reporter: Simon Pena <spenap>
Component: Tools / TestsAssignee: Simon Pena <spenap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, glenn, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Simon Pena 2013-08-29 08:59:04 PDT
I used a simple regular expression to identify the tests missing the call to setCaptionDisplay mode, 

git grep 'kind="captions" .* default>'

so I missed several other occurrences of this issue. I now added

git grep -l -e "default.*captions.*>"

and

git grep -l -e "captions.*default.*>"

Besides, in media/track/track-cue-rendering-on-resize.html, I added setCaptionDisplayMode before the method is defined by video-test.js, so it wouldn't work.

The new patch coming hopefully addresses all this issues.
Comment 1 Simon Pena 2013-08-29 09:13:05 PDT
Created attachment 209989 [details]
Patch
Comment 2 WebKit Commit Bot 2013-08-29 09:40:25 PDT
Comment on attachment 209989 [details]
Patch

Clearing flags on attachment: 209989

Committed r154815: <http://trac.webkit.org/changeset/154815>
Comment 3 WebKit Commit Bot 2013-08-29 09:40:26 PDT
All reviewed patches have been landed.  Closing bug.