Bug 91960

Summary: [EFL] media/controls-styling-strict.html is failing
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit EFLAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, d-r, eric.carlson, feature-media-reviews, gustavo, gyuyoung.kim, kenneth, lucas.de.marchi, macpherson, menard, philn, rakuco, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2012-07-22 22:34:42 PDT
Expected result is missing for media/controls-styling-strict.html, we need to generate it.
Comment 1 Chris Dumez 2012-07-22 23:05:26 PDT
The generated result for this test does not look right: The controls are not properly aligned.
Comment 2 Chris Dumez 2012-07-23 01:38:45 PDT
Created attachment 153753 [details]
Patch

We need to use "display: -webkit-box;" instead of "display: inline-block;" for video controls because inline-block behaves differently in strict mode.
Comment 3 WebKit Review Bot 2012-07-23 02:23:47 PDT
Comment on attachment 153753 [details]
Patch

Clearing flags on attachment: 153753

Committed r123320: <http://trac.webkit.org/changeset/123320>
Comment 4 WebKit Review Bot 2012-07-23 02:23:54 PDT
All reviewed patches have been landed.  Closing bug.