Bug 180801

Summary: [GTK][Win] fast/forms/input-autofilled.html is failing
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, dbates, lforschler, mcatanzaro, pvollan
Priority: P1 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 180651    
Bug Blocks:    

Description Miguel Gomez 2017-12-14 03:28:11 PST
Failing since r225879 with this diff

-PASS 
+FAIL Foreground color did not change when autofilled.
Comment 1 Daniel Bates 2017-12-14 10:52:39 PST
The test is also failing with the same diff on the Apple Windows bots. For some reason the test does not fail on Mac or iOS (why?).
Comment 3 Daniel Bates 2017-12-14 14:48:26 PST
With help from Alex Christensen, I was able to get a WebKit setup on GTK with a clean build of WebKit and the test case fast/forms/input-autofilled.html passes. We should look to force a clean build on both the GTK and Windows bots.
Comment 4 Michael Catanzaro 2018-01-15 18:40:47 PST
It started passing on the bot in the range r226741-r226750 (inclusive). But two other autofill tests began failing at the same time, see bug #181662.

I don't know what changed, and none of the commits in that range look suspicious. It's common for a test failure to not be reproducible locally, and it would be quite unusual for a clean build to change tests results, but I suppose it is possible if there is an unusual error in the build system.