Chromium Code Reviews| Index: chrome/test/data/subresource_filter/window_open.html |
| diff --git a/chrome/test/data/subresource_filter/window_open.html b/chrome/test/data/subresource_filter/window_open.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d79e895fcede6af2ddccc7c9baadfd5352007b5a |
| --- /dev/null |
| +++ b/chrome/test/data/subresource_filter/window_open.html |
| @@ -0,0 +1,6 @@ |
| +<script> |
| +function openWindow() { |
| + var opened = !!window.open(); |
| + window.domAutomationController.send(opened); |
| +} |
| +</script> |