mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We were dumping pixels before the images loaded. Instead, dig into the shadow root and only dump the pixels once all the images have loaded. This isn't an awesome solution for a real app, but it's good enough to deflake this test since all the images happen to be one shadow root deep. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/792883008