Bug 67300 - [CSS3 Backgrounds and Borders] Implement border-image-source
Summary: [CSS3 Backgrounds and Borders] Implement border-image-source
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 27583
  Show dependency treegraph
 
Reported: 2011-08-31 10:43 PDT by Dave Hyatt
Modified: 2011-08-31 11:10 PDT (History)
2 users (show)

See Also:


Attachments
Patch (61.23 KB, patch)
2011-08-31 10:51 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-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.