Sign in
fuchsia
/
third_party
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKit2
/
open-and-close-window.html
blob: 6ac778a9e2b6742aae53ef681087297c453cfca2 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
document
.
location
.
search
===
"?close-window"
)
window
.
close
();
else
window
.
open
(
"open-and-close-window.html?close-window"
);
</script>
</head>
</html>