Bug 17699

Summary: -moz-box-sizing:border-box not supported
Product: WebKit Reporter: jasneet <jasneet>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: jasneet, mrowe
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: https://personal.vanguard.com/us/home
Attachments:
Description Flags
screenshot
none
reduction none

Description jasneet 2008-03-06 15:44:10 PST
I Steps:
Go to
https://personal.vanguard.com/us/home
Click on "Log on" at right side of page without entering username.
It will direct to page: https://personal.vanguard.com:443/us/hnwnesc/PMLogin

II Issue:
Notice the 2 yellow bars. They have different length. 

III Conclusion: -moz-box-sizing:border-box not supported.

IV Other browsers:
IE7: not ok
FF: ok
Opera: not ok

V Nightly tested: 30628
Comment 1 jasneet 2008-03-06 15:44:42 PST
Created attachment 19575 [details]
screenshot
Comment 2 jasneet 2008-03-06 15:45:47 PST
Created attachment 19576 [details]
reduction
Comment 3 Mark Rowe (bdash) 2008-03-06 15:58:35 PST
As the -moz prefix indicates, -moz-box-sizing is a Mozilla-specific name for a property specified in an upcoming CSS draft.  WebKit implements -webkit-box-sizing, which provides similar functionality.  This is probably going to be a WONTFIX as we don't support any other vendors prefixed CSS properties, nor is there a strong reason to do so.