Fix flaky test
When the iframes are loaded in parallel, the ordering of the alert() calls is not deterministic. This converts the test to testharness, and loads the iframes serially to ensure determinism. If any of the iframes fails to generate a load event, the test will time out. BUG=1004650 R=clamy@chromium.org Change-Id: I4c4c2f2bca388f2a157907029b155366cf27b4da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986958 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#732521}
Showing
Please register or sign in to comment