Fix child frame test case in http/tests/security/isolatedWorld/world-reuse.html
The intent appears to be to execute script in an isolated world in the child frame's context. However, the iframe completion callback's global scope is the main frame's global, not the child frame's global. The test worked anyway, because window.parent simply points to window in the main frame. Change-Id: I24915e06ef1dd67cbf4a2de33018da979f39fb57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617135Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#841384}
Showing
Please register or sign in to comment