blob: c4ec651c05aba682317cebe03bbe04999899867a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Test for network events</title>
</head>
<body>
<p>Test for network events</p>
<script src="network_navigation.js" />
</body>
</html>
|