Bug 31455 - Update the description of fast/overflow/004.html to match the results
Summary: Update the description of fast/overflow/004.html to match the results
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-12 21:51 PST by Kinuko Yasuda
Modified: 2009-11-19 03:15 PST (History)
4 users (show)

See Also:


Attachments
Update the description of fast/overflow/004.html (1.36 KB, patch)
2009-11-13 00:22 PST, Kinuko Yasuda
no flags Details | Formatted Diff | Diff
Update the description and expected results for fast/overflow/004.html (37.39 KB, patch)
2009-11-15 22:17 PST, Kinuko Yasuda
mitz: review-
Details | Formatted Diff | Diff
Update fast/overflow/004.html to match the test description and expected results. (28.41 KB, patch)
2009-11-19 00:02 PST, Kinuko Yasuda
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2009-11-12 21:51:58 PST
The change r47255 (http://trac.webkit.org/changeset/47255) seems to have changed how we layout float divs and updated the expected results for float/overflow/004.html (and many others), but the description in the change hasn't been changed and doesn't match the results.
Comment 1 Kinuko Yasuda 2009-11-13 00:22:05 PST
Created attachment 43142 [details]
Update the description of fast/overflow/004.html
Comment 2 Darin Adler 2009-11-13 08:55:43 PST
Comment on attachment 43142 [details]
Update the description of fast/overflow/004.html

I think Hyatt should review this one since he wrote the original test. Or maybe Mitz can clarify.
Comment 3 Kinuko Yasuda 2009-11-13 09:28:46 PST
(In reply to comment #1)
> Created an attachment (id=43142) [details]
> Update the description of fast/overflow/004.html

Oops, I haven't attached updated expected results to this patch - I'll update it later.
Comment 4 Kinuko Yasuda 2009-11-15 22:17:00 PST
Created attachment 43265 [details]
Update the description and expected results for fast/overflow/004.html
Comment 5 Kinuko Yasuda 2009-11-16 20:07:08 PST
+hyatt
Could you take a look at this?  Thanks,
Comment 6 Eric Seidel (no email) 2009-11-18 15:41:44 PST
Adding mitz also per darin's suggestion.
Comment 7 mitz 2009-11-18 22:33:34 PST
Comment on attachment 43265 [details]
Update the description and expected results for fast/overflow/004.html

I think it’s better to make the blocks fit on the same line again. One way to do this is to add “-webkit-box-sizing: border-box;” to their style attributes.
Comment 8 Kinuko Yasuda 2009-11-19 00:02:18 PST
Created attachment 43490 [details]
Update fast/overflow/004.html to match the test description and expected results.
Comment 9 mitz 2009-11-19 00:04:23 PST
Comment on attachment 43490 [details]
Update fast/overflow/004.html to match the test description and expected results.

Thanks!
r=me
Comment 10 Kinuko Yasuda 2009-11-19 00:13:36 PST
Thanks for reviewing, would you mind committing this when you have time?
Comment 11 mitz 2009-11-19 00:16:22 PST
(In reply to comment #10)
> Thanks for reviewing, would you mind committing this when you have time?

Done.

<http://trac.webkit.org/projects/webkit/changeset/51178>
Comment 12 Eric Seidel (no email) 2009-11-19 01:11:04 PST
Thank you mitz!

Yasuda-san: you can also just set commit-queue=? and someone will set commit-queue=+ and the commit bot will automatically land the patch instead of needing human intervention.  The process is described here: http://webkit.org/coding/contributing.html  Totally up to you.
Comment 13 Kinuko Yasuda 2009-11-19 03:15:50 PST
(In reply to comment #12)
> Thank you mitz!
> 
> Yasuda-san: you can also just set commit-queue=? and someone will set
> commit-queue=+ and the commit bot will automatically land the patch instead of
> needing human intervention.  The process is described here:
> http://webkit.org/coding/contributing.html  Totally up to you.

Mitz, thank you very much for committing.  Also thank you for the pointer Eric.  I'll use the commit-queue feature whenever it looks more appropriate / better for future patches.