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

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: creis comments 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', '*');
4 window.close();
5 } else {
6 document.write('SUCCESS');
7 window.testRunner && testRunner.notifyDone();
8 }
9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698