Bug 180801 - [GTK][Win] fast/forms/input-autofilled.html is failing
Summary: [GTK][Win] fast/forms/input-autofilled.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on: 180651
Blocks:
  Show dependency treegraph
 
Reported: 2017-12-14 03:28 PST by Miguel Gomez
Modified: 2018-01-15 18:40 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.