Bug 198200 - ImageOnly reference tests may have race condition if the test (or it's expected result) resizes the window
Summary: ImageOnly reference tests may have race condition if the test (or it's expect...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-23 16:25 PDT by Devin Rousso
Modified: 2019-05-23 17:09 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-05-23 16:25:00 PDT
<https://trac.webkit.org/r244353> caused fast/css/sticky/sticky-left-percentage.html to start failing (ImageOnlyFailing) <https://webkit.org/b/198195>.

```
Error: test and reference images have different sizes. Test image is 800x700, reference image is 800x600
ImageDiff crashed
```

I think this may be a problem with the timing of when the image snapshots are taken, as fast/css/sticky/sticky-left-percentage.html involves resizing the window before the test ends (adds an event listener for "load").