Bug 67861 - [CSS3 Backgrounds and Borders] Implement border-image-outset
Summary: [CSS3 Backgrounds and Borders] Implement border-image-outset
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on: 67994
Blocks: 27583
  Show dependency treegraph
 
Reported: 2011-09-09 12:22 PDT by Dave Hyatt
Modified: 2011-09-13 03:36 PDT (History)
2 users (show)

See Also:


Attachments
Patch (969.03 KB, patch)
2011-09-09 12:50 PDT, Dave Hyatt
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2011-09-09 12:22:28 PDT
Implement the border-image-outset property (and the equivalent behavior for masks).
Comment 1 Dave Hyatt 2011-09-09 12:50:38 PDT
Created attachment 106906 [details]
Patch
Comment 2 Dave Hyatt 2011-09-10 14:07:32 PDT
Fixed in r94912.
Comment 3 Ami Fischman 2011-09-12 11:13:22 PDT
This broke media/video-zoom-controls.html by adding a 0x30 DIV to each video (containing "00:00", presumably the time counter for the video); see bug 67913.
Was this effect intentional or is there follow-up work planned to address this?