Bug 38976 - fast/css/pseudo-cache-stale.html has incorrect results
Summary: fast/css/pseudo-cache-stale.html has incorrect results
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 23:52 PDT by Dave Hyatt
Modified: 2010-05-12 13:31 PDT (History)
7 users (show)

See Also:


Attachments
Fix the issue (3.18 KB, patch)
2010-05-11 23:55 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (39.51 KB, patch)
2010-05-12 10:59 PDT, James Robinson
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-05-11 23:52:32 PDT
The enclosing block is not becoming the correct size because when first-line styles change that should cause a layout to happen, nothing actually happens.
Comment 1 Dave Hyatt 2010-05-11 23:55:47 PDT
Created attachment 55810 [details]
Fix the issue
Comment 2 Maciej Stachowiak 2010-05-11 23:56:58 PDT
Comment on attachment 55810 [details]
Fix the issue

r=me
Comment 3 Maciej Stachowiak 2010-05-12 00:00:18 PDT
Comment on attachment 55810 [details]
Fix the issue

r=me
Comment 4 Dave Hyatt 2010-05-12 00:01:47 PDT
Fixed in r59211.
Comment 5 mitz 2010-05-12 00:06:32 PDT
How come pixel results were always correct?
Comment 6 Eric Seidel (no email) 2010-05-12 01:01:28 PDT
This caused a test failure on Qt.  I assume the Qt results just need an update?
http://build.webkit.org/results/Qt%20Linux%20Release/r59212%20(11625)/fast/css/pseudo-cache-stale-pretty-diff.html
Comment 7 Csaba Osztrogonác 2010-05-12 01:14:00 PDT
(In reply to comment #6)
> This caused a test failure on Qt.  I assume the Qt results just need an update?
> http://build.webkit.org/results/Qt%20Linux%20Release/r59212%20(11625)/fast/css/pseudo-cache-stale-pretty-diff.html

Yes, it needs an update. I'll commit it immediately.
Comment 8 Csaba Osztrogonác 2010-05-12 01:31:42 PDT
(In reply to comment #6)
Qt specific expected file updated: http://trac.webkit.org/changeset/59214
Comment 9 James Robinson 2010-05-12 10:52:40 PDT
The pixel test results were not previously correct, we just had the old (incorrect) behavior baked into the expectations.  Currently this test fails pixel tests.  It just needs a new baseline.  I'll upload one momentarily.
Comment 10 James Robinson 2010-05-12 10:59:42 PDT
Created attachment 55869 [details]
Patch
Comment 11 James Robinson 2010-05-12 11:00:54 PDT
D'oh, webkit-patch marked the old one as obsolete.  Anyway, can I get a rubber-stamp on the new pixel baselines?
Comment 12 Eric Seidel (no email) 2010-05-12 12:17:18 PDT
Comment on attachment 55869 [details]
Patch

LGTM.  You can always pass --no-obsolete in that case. :)

pseudo-cache-stale-expected.png doesn't look very good with teh form on top of the second sentence.  Is that expected?
Comment 13 James Robinson 2010-05-12 12:20:53 PDT
I think you're looking at the before.  The next expected.png does not have the form control on top of the text (that's what Hyatt's patch fixed).
Comment 14 Eric Seidel (no email) 2010-05-12 12:22:24 PDT
Ah yes, thanks.
Comment 15 James Robinson 2010-05-12 12:55:27 PDT
Comment on attachment 55869 [details]
Patch

Landed http://trac.webkit.org/changeset/59251 (the bad ChangeLog changes fixed in the next rev).
Comment 16 WebKit Review Bot 2010-05-12 13:31:17 PDT
http://trac.webkit.org/changeset/59252 might have broken GTK Linux 64-bit Release
The following changes are on the blame list:
http://trac.webkit.org/changeset/59252
http://trac.webkit.org/changeset/59253