Bug 67300

Summary: [CSS3 Backgrounds and Borders] Implement border-image-source
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: peter, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 27583    
Attachments:
Description Flags
Patch bdakin: review+

Description Dave Hyatt 2011-08-31 10:43:10 PDT
This bug is tracking the implementation of the border-image-source property, one component of the new border-image shorthand.
Comment 1 Dave Hyatt 2011-08-31 10:51:02 PDT
Created attachment 105792 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-31 10:56:36 PDT
Attachment 105792 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1

Source/WebCore/css/CSSParser.cpp:5259:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 1 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Beth Dakin 2011-08-31 11:01:33 PDT
Comment on attachment 105792 [details]
Patch

Looks good!
Comment 4 Dave Hyatt 2011-08-31 11:10:42 PDT
Fixed in r94206.