Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
HEAD
/
.
/
javascript
/
atoms
/
test
/
testdata
/
blank_page.html
blob: e649a52f2f9972325cd5012c6c71bfe1e52b8429 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
This page deliberately left blank
</title>
</head>
<body>
<script>
localStorage
.
clear
();
sessionStorage
.
clear
();
</script>
</body>
</html>