| Summary: | [CSS Shapes] Add initial performance test for shape-outside: content-box | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Zoltan Horvath <zoltan> | ||||||
| Component: | Tools / Tests | Assignee: | Zoltan Horvath <zoltan> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue, rniwa | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 128188 | ||||||||
| Attachments: |
|
||||||||
|
Description
Zoltan Horvath
2014-02-04 09:40:35 PST
Created attachment 223127 [details]
Patch
Comment on attachment 223127 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=223127&action=review > PerformanceTests/ChangeLog:15 > + * Layout/Shapes/ShapeOutsideContentBox.html: Added. Please skip the test by default in Skipped for now since this looks like a micro benchmark. > PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html:6 > + <script src="resources/shapes.js"></script> We should include the script in this file instead for now and extract the shared code into js as needed. Created attachment 223199 [details] Patch for landing (In reply to comment #2) > (From update of attachment 223127 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=223127&action=review > > > PerformanceTests/ChangeLog:15 > > + * Layout/Shapes/ShapeOutsideContentBox.html: Added. > > Please skip the test by default in Skipped for now since this looks like a micro benchmark. I skipped the test. > > PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html:6 > > + <script src="resources/shapes.js"></script> > > We should include the script in this file instead for now and extract the shared code into js as needed. Okay. I moved into the html for now. Comment on attachment 223199 [details] Patch for landing Clearing flags on attachment: 223199 Committed r163424: <http://trac.webkit.org/changeset/163424> All reviewed patches have been landed. Closing bug. |