Deflake xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html
This test was flaky because the iframe sent a postMessage to the parent frame in its load handler. However, the parent frame may or may not have run its load handler. If the parent frame's load handler hadn't run yet, then there would be no handler for a postMessage. To prevent this race, don't load the iframe until the parent frame is fully initialized. BUG=409579 Review URL: https://codereview.chromium.org/713013005 git-svn-id: svn://svn.chromium.org/blink/trunk@185097 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment