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

Unified Diff: headless/test/data/window_open.html

Issue 1891843004: [headless] AddWindowTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to latest master Created 4 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
« no previous file with comments | « headless/public/headless_web_contents.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/data/window_open.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/resources/close-top.html b/headless/test/data/window_open.html
similarity index 52%
copy from third_party/WebKit/LayoutTests/fast/frames/resources/close-top.html
copy to headless/test/data/window_open.html
index 9957cd9885aee6c361c3d792d9134979b2b694da..dd5d7ea2624444d7ebc36158ca19b84c99484641 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/resources/close-top.html
+++ b/headless/test/data/window_open.html
@@ -1,3 +1,3 @@
<script>
-top.close()
+ window.open();
</script>
« no previous file with comments | « headless/public/headless_web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698