Bug 83418 - [Qt] REGRESSION(r113511): fast/forms/input-autofilled.html fails
Summary: [Qt] REGRESSION(r113511): fast/forms/input-autofilled.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Sherman
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 66032 79666
  Show dependency treegraph
 
Reported: 2012-04-07 06:02 PDT by Csaba Osztrogonác
Modified: 2012-05-03 23:46 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.43 KB, patch)
2012-05-02 15:45 PDT, Ilya Sherman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-04-07 06:02:36 PDT
After http://trac.webkit.org/changeset/113511 
fast/forms/input-autofilled.html started to fail
on Qt platforms with the following diff:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/input-autofilled-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/input-autofilled-actual.txt 
@@ -1,7 +1,7 @@
 This tests that foreground and background colors properly change for autofilled inputs. It can only be run using DumpRenderTree.
     
 PASS computedStyleUnstyled.color == originalForegroundUnstyled is true
-PASS computedStyleUnstyled.backgroundColor == originalBackgroundUnstyled is false
+FAIL computedStyleUnstyled.backgroundColor == originalBackgroundUnstyled should be false. Was true.
 PASS computedStyleStyled.color == originalForegroundStyled is true
 PASS computedStyleStyled.backgroundColor == originalBackgroundStyled is true
 PASS computedStyleStyledWithSelector.color == originalForegroundStyledWithSelector is false
Comment 1 Csaba Osztrogonác 2012-04-07 06:14:48 PDT
I skipped it - http://trac.webkit.org/changeset/113545
Please unskip it with the proper fix.
Comment 2 Ilya Sherman 2012-05-02 15:45:25 PDT
Created attachment 139894 [details]
Patch
Comment 3 Simon Hausmann 2012-05-03 22:55:18 PDT
Comment on attachment 139894 [details]
Patch

rs=me
Comment 4 WebKit Review Bot 2012-05-03 23:46:47 PDT
Comment on attachment 139894 [details]
Patch

Clearing flags on attachment: 139894

Committed r116072: <http://trac.webkit.org/changeset/116072>
Comment 5 WebKit Review Bot 2012-05-03 23:46:51 PDT
All reviewed patches have been landed.  Closing bug.