Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
actor
/
concurrent_navigations.html
blob: 4a7c3cda6c5e5a2f4a42f78a8ee6f470c49a8fb4 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
name
=
"viewport"
content
=
"width=device-width,minimum-scale=1"
>
<title>
Concurrent Navigations Test Case
</title>
</head>
<iframe
src
=
"blank.html?A1"
></iframe>
<iframe
src
=
"blank.html?B1"
></iframe>
</html>