RESOLVED FIXED Bug 59016
put unexpected passes into their own table
https://bugs.webkit.org/show_bug.cgi?id=59016
Summary put unexpected passes into their own table
Ojan Vafai
Reported 2011-04-20 12:11:59 PDT
put unexpected passes into their own table
Attachments
Patch (5.19 KB, patch)
2011-04-20 12:14 PDT, Ojan Vafai
no flags
Patch (6.92 KB, patch)
2011-04-21 10:36 PDT, Ojan Vafai
tony: review+
Ojan Vafai
Comment 1 2011-04-20 12:14:08 PDT
Eric Seidel (no email)
Comment 2 2011-04-20 12:17:39 PDT
Comment on attachment 90382 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90382&action=review > Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:11 > +tbody tr:first-of-type:hover { I'm confused why you want to match the first tr in the table body and only on hover.
Ojan Vafai
Comment 3 2011-04-20 12:20:42 PDT
(In reply to comment #2) > (From update of attachment 90382 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=90382&action=review > > > Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:11 > > +tbody tr:first-of-type:hover { > > I'm confused why you want to match the first tr in the table body and only on hover. This change is actually just so that we don't change opacity when you hover over the thead. We put each row in it's own tbody. Then we use a second tr for the expected results. We don't want to change the opacity of the expected results on hover. So the HTML looks something like the following: <table> <thead>...</thead> <tbody> <tr>test name + links to results</tr> <tr>iframes/imgs to the inline results</tr> </tbody> <tbody> <tr>test name + links to results</tr> <tr>iframes/imgs to the inline results</tr> </tbody> </table> This way, when we sort the rows, we can sort the tbody elements and the inline results sort along with the test + result links.
Ojan Vafai
Comment 4 2011-04-20 15:26:08 PDT
Comment on attachment 90382 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90382&action=review >>> Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:11 >>> +tbody tr:first-of-type:hover { >> >> I'm confused why you want to match the first tr in the table body and only on hover. > > This change is actually just so that we don't change opacity when you hover over the thead. > > We put each row in it's own tbody. Then we use a second tr for the expected results. We don't want to change the opacity of the expected results on hover. So the HTML looks something like the following: > > <table> > <thead>...</thead> > <tbody> > <tr>test name + links to results</tr> > <tr>iframes/imgs to the inline results</tr> > </tbody> > <tbody> > <tr>test name + links to results</tr> > <tr>iframes/imgs to the inline results</tr> > </tbody> > </table> > > This way, when we sort the rows, we can sort the tbody elements and the inline results sort along with the test + result links. I can cut this or do this in a separate patch if you need.
Tony Chang
Comment 5 2011-04-21 10:01:02 PDT
Comment on attachment 90382 [details] Patch Ojan says he has a version that is rebased with the globalState() change.
Ojan Vafai
Comment 6 2011-04-21 10:36:17 PDT
Ojan Vafai
Comment 7 2011-04-21 10:43:37 PDT
WebKit Review Bot
Comment 8 2011-04-21 11:24:30 PDT
http://trac.webkit.org/changeset/84518 might have broken Qt Linux ARMv7 Release and Qt Windows 32-bit Debug
Note You need to log in before you can comment on or make changes to this bug.