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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/resources/multiple-form-submission-protection-post-target.html

Issue 2694903007: Add a warning for the deprecation of content-initiated data URL navigations (Closed)
Patch Set: Fix layout tests that do top-level navigations to data: URLs Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <script>
2 if (opener) {
3 opener.postMessage('trololo', '*'); window.close();
Charlie Reis 2017/02/23 18:39:11 nit: Might as well split this into two lines, like
meacer 2017/02/23 20:47:25 Done.
4 } else {
5 document.write('SUCCESS');
6 window.testRunner && testRunner.notifyDone();
7 }
8 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698