[Webkit-unassigned] [Bug 120474] New: Follow-up to r154810 and r154810: Missing tests and fix one misplaced call to setCaptionDisplayMode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 29 08:59:41 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120474
Summary: Follow-up to r154810 and r154810: Missing tests and
fix one misplaced call to setCaptionDisplayMode
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.pena at samsung.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list