Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9036)

Unified Diff: chrome/test/data/subresource_filter/window_open.html

Issue 2822773002: [subresource_filter] Force the popup blocker on sites with activation (Closed)
Patch Set: engedy review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698