Bug 31455

Summary: Update the description of fast/overflow/004.html to match the results
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: eric, hyatt, kinuko, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Update the description of fast/overflow/004.html
none
Update the description and expected results for fast/overflow/004.html
mitz: review-
Update fast/overflow/004.html to match the test description and expected results. mitz: review+

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.