Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/pointerattributes
/
.
/
origin-isolation
/
popups-crash.https.html
blob: dcfb5eb277489b5849f250275d6ce8197eedc224 [
file
] [
log
] [
blame
] [
edit
]
<!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>