Chromium Code Reviews| Index: chrome/test/data/durable/durability-window1.html |
| diff --git a/chrome/test/data/durable/durability-window1.html b/chrome/test/data/durable/durability-window1.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..55c3f5d0aaf31e7af846267a9e9a8e60ba58990c |
| --- /dev/null |
| +++ b/chrome/test/data/durable/durability-window1.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE HTML> |
| +<script> |
| + |
| +function checkPermission() { |
| + navigator.storage.persistentPermission().then(function(permission) { |
| + window.domAutomationController.send(permission); |
| + }); |
| +} |
| + |
| +</script> |