Bug 118080 - [CSS Shapes] New positioning model: basic support for rectangle shape-outside
Summary: [CSS Shapes] New positioning model: basic support for rectangle shape-outside
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bem Jones-Bey
URL: http://dev.w3.org/csswg/css-shapes/#r...
Keywords:
Depends on: 118502
Blocks: 117898
  Show dependency treegraph
 
Reported: 2013-06-26 14:31 PDT by Bem Jones-Bey
Modified: 2013-07-09 06:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (104.80 KB, patch)
2013-06-26 18:18 PDT, Bem Jones-Bey
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from APPLE-EWS-5 for win-future (1.01 MB, application/zip)
2013-06-27 02:13 PDT, Build Bot
no flags Details
Patch (109.83 KB, patch)
2013-06-27 10:38 PDT, Bem Jones-Bey
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bem Jones-Bey 2013-06-26 14:31:24 PDT
Implement the new positioning model, and have it work for basic rectangles.
Comment 1 Bem Jones-Bey 2013-06-26 18:18:17 PDT
Created attachment 205551 [details]
Patch

Initial implementation of new positioning model. Passes simple tests.
Comment 2 Build Bot 2013-06-27 02:13:38 PDT
Comment on attachment 205551 [details]
Patch

Attachment 205551 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/987191

New failing tests:
csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-002.html
csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-002.html
csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-000.html
csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-001.html
csswg/submitted/shapes/shape-outside/shape-outside-floats-vertical-rectangle-000.html
csswg/submitted/shapes/shape-outside/shape-outside-floats-horizontal-rectangle-001.html
csswg/submitted/shapes/shape-outside/shape-outside-floats-square-000.html
Comment 3 Build Bot 2013-06-27 02:13:41 PDT
Created attachment 205579 [details]
Archive of layout-test-results from APPLE-EWS-5 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: APPLE-EWS-5  Port: win-future  Platform: CYGWIN_NT-6.1-WOW64-1.7.20-0.266-5-3-i686-32bit
Comment 4 Bem Jones-Bey 2013-06-27 10:38:25 PDT
Created attachment 205619 [details]
Patch

Fix tests.
Comment 5 Dave Hyatt 2013-06-27 12:49:10 PDT
Comment on attachment 205619 [details]
Patch

r=me, good to get rid of the confusing paintOffset() stuff.
Comment 6 WebKit Commit Bot 2013-06-27 13:33:40 PDT
Comment on attachment 205619 [details]
Patch

Clearing flags on attachment: 205619

Committed r152122: <http://trac.webkit.org/changeset/152122>
Comment 7 WebKit Commit Bot 2013-06-27 13:33:42 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Andreas Kling 2013-06-27 22:27:44 PDT
Some of the pixel tests added are failing on Apple Win:

http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r152122%20(36876)/results.html
Comment 9 Bem Jones-Bey 2013-06-28 07:55:25 PDT
(In reply to comment #8)
> Some of the pixel tests added are failing on Apple Win:
> 
> http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r152122%20(36876)/results.html

Hrm. Looks like I got bitten by moving the tests, since the fast/exclusions directory is excluded on Windows. I'll add the expectation for the csswg/submitted/shapes directory as well. The patch is in Bug 118192.