Commit 8d82b92f authored by Domenic Denicola's avatar Domenic Denicola Committed by Commit Bot

Origin isolation: add crash test for noopener popup windows

This illustrates the issue in https://crbug.com/1099718.

Bug: 1099718
Change-Id: Ie27df0a2cd5f62370332b318726bc10f965efe85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270626Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: Domenic Denicola <domenic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809886}
parent 49962399
<!DOCTYPE html>
<meta charset="utf-8">
<title>Crash test for https://crbug.com/1099718</title>
<div id="log"></div>
<script>
window.open("resources/crashy-popup.sub.html", "windowName1", "noopener");
</script>
<!DOCTYPE html>
<meta charset="utf-8">
<title>This page helps exhibit a crash bug when window.open()ed</title>
<iframe src="https://{{hosts[][www]}}:{{ports[https][0]}}/origin-isolation/resources/send-origin-isolation-header.py"></iframe>
<iframe src="https://{{hosts[][www]}}:{{ports[https][0]}}/origin-isolation/resources/send-origin-isolation-header.py?header=?1"></iframe>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment