Bug 83418

Summary: [Qt] REGRESSION(r113511): fast/forms/input-autofilled.html fails
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Ilya Sherman <isherman>
Status: RESOLVED FIXED    
Severity: Normal CC: isherman, ossy, simon.fraser, webkit.review.bot
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 66032, 79666    
Attachments:
Description Flags
Patch none

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.