WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
128393
-webkit-clip-path should support fill, stroke, view-box keywords
https://bugs.webkit.org/show_bug.cgi?id=128393
Summary
-webkit-clip-path should support fill, stroke, view-box keywords
Dirk Schulze
Reported
2014-02-07 13:25:23 PST
The CSS Masking specification demands the support of the keywords fill, stroke and view-box. The keyword bounding-box should be removed instead (never shipped in a browser).
Attachments
Patch
(20.11 KB, patch)
2014-02-09 05:35 PST
,
Dirk Schulze
no flags
Details
Formatted Diff
Diff
Patch
(20.01 KB, patch)
2014-02-09 08:49 PST
,
Dirk Schulze
no flags
Details
Formatted Diff
Diff
Patch
(31.04 KB, patch)
2014-02-09 08:53 PST
,
Dirk Schulze
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from webkit-ews-13 for mac-mountainlion-wk2
(456.05 KB, application/zip)
2014-02-09 10:03 PST
,
Build Bot
no flags
Details
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion
(488.91 KB, application/zip)
2014-02-09 10:35 PST
,
Build Bot
no flags
Details
Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2
(453.79 KB, application/zip)
2014-02-09 10:56 PST
,
Build Bot
no flags
Details
Archive of layout-test-results from webkit-ews-01 for mac-mountainlion
(491.61 KB, application/zip)
2014-02-09 11:40 PST
,
Build Bot
no flags
Details
Patch
(35.67 KB, patch)
2014-02-09 16:42 PST
,
Dirk Schulze
no flags
Details
Formatted Diff
Diff
Show Obsolete
(7)
View All
Add attachment
proposed patch, testcase, etc.
Dirk Schulze
Comment 1
2014-02-09 05:35:24 PST
Created
attachment 223628
[details]
Patch
Dirk Schulze
Comment 2
2014-02-09 08:49:47 PST
Created
attachment 223629
[details]
Patch
Dirk Schulze
Comment 3
2014-02-09 08:53:09 PST
Created
attachment 223630
[details]
Patch
Build Bot
Comment 4
2014-02-09 10:03:48 PST
Comment on
attachment 223630
[details]
Patch
Attachment 223630
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/6373636105568256
New failing tests: fast/masking/parsing-clip-path-shape.html
Build Bot
Comment 5
2014-02-09 10:03:56 PST
Created
attachment 223631
[details]
Archive of layout-test-results from webkit-ews-13 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-13 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Build Bot
Comment 6
2014-02-09 10:35:54 PST
Comment on
attachment 223630
[details]
Patch
Attachment 223630
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/5582130138578944
New failing tests: fast/masking/parsing-clip-path-shape.html
Build Bot
Comment 7
2014-02-09 10:35:59 PST
Created
attachment 223633
[details]
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-04 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Build Bot
Comment 8
2014-02-09 10:56:31 PST
Comment on
attachment 223630
[details]
Patch
Attachment 223630
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/5388951099539456
New failing tests: fast/masking/parsing-clip-path-shape.html
Build Bot
Comment 9
2014-02-09 10:56:36 PST
Created
attachment 223634
[details]
Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-14 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Build Bot
Comment 10
2014-02-09 11:39:57 PST
Comment on
attachment 223630
[details]
Patch
Attachment 223630
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/5480236200230912
New failing tests: fast/masking/parsing-clip-path-shape.html
Build Bot
Comment 11
2014-02-09 11:40:03 PST
Created
attachment 223636
[details]
Archive of layout-test-results from webkit-ews-01 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-01 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Dirk Schulze
Comment 12
2014-02-09 16:42:29 PST
Created
attachment 223657
[details]
Patch Forgot to update test expectation.
Dean Jackson
Comment 13
2014-02-09 21:25:44 PST
Comment on
attachment 223657
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=223657&action=review
> Source/WebCore/rendering/svg/SVGRenderingContext.cpp:128 > + // FIXME: strokeBoundingBox() takes dasharray into account but shouldn't.
Where is the bug? :)
Dirk Schulze
Comment 14
2014-02-09 21:27:29 PST
(In reply to
comment #13
)
> (From update of
attachment 223657
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=223657&action=review
> > > Source/WebCore/rendering/svg/SVGRenderingContext.cpp:128 > > + // FIXME: strokeBoundingBox() takes dasharray into account but shouldn't. > > Where is the bug? :)
I hoped to find a reviewer not noticing the missing link. Will open the bug now :D
WebKit Commit Bot
Comment 15
2014-02-09 21:57:43 PST
Comment on
attachment 223657
[details]
Patch Clearing flags on attachment: 223657 Committed
r163764
: <
http://trac.webkit.org/changeset/163764
>
WebKit Commit Bot
Comment 16
2014-02-09 21:57:48 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug