Bug 130366 - [CSS Shapes] shape-outside: ellipse(50% 50% at) causes crash
Summary: [CSS Shapes] shape-outside: ellipse(50% 50% at) causes crash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hans Muller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 15:33 PDT by Hans Muller
Modified: 2014-03-18 12:51 PDT (History)
8 users (show)

See Also:


Attachments
Test case. (740 bytes, text/html)
2014-03-17 15:33 PDT, Hans Muller
no flags Details
Patch (8.80 KB, patch)
2014-03-18 09:39 PDT, Hans Muller
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Muller 2014-03-17 15:33:48 PDT
Created attachment 226971 [details]
Test case.

An incomplete shape-outside ellipse property value causes a crash:

shape-outside: ellipse(50% 50% at)
Comment 1 Hans Muller 2014-03-18 09:39:20 PDT
Created attachment 227060 [details]
Patch

The BasicShape ellipse and circle functions now report a syntax error if the "at" keyword is not followed by a position.
Comment 2 Andreas Kling 2014-03-18 12:43:51 PDT
Comment on attachment 227060 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-03-18 12:51:26 PDT
Comment on attachment 227060 [details]
Patch

Clearing flags on attachment: 227060

Committed r165835: <http://trac.webkit.org/changeset/165835>
Comment 4 WebKit Commit Bot 2014-03-18 12:51:30 PDT
All reviewed patches have been landed.  Closing bug.