blob: e440819df72bdb1cebfc6772211caceb34a8ede3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<h2>storage-iframe.html</h2>
<!-- Sync iframe.src to browser_storage_dfpi.js:PREFIX -->
<iframe src="https://sub1.test1.example.com/browser/devtools/client/storage/test/storage-blank.html"></iframe>
</body>
</html>
|