summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/perfmetrics/dummy.html
blob: 6ec72c216048a45a8a140486947d82dc2c5d51f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<title>Dummy test page</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
</head>
<body>
<p>Dummy test page</p>
<script>
  localStorage.setItem("foo", "bar");
</script>
</body>
</html>