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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/resources/go-to-echo-report.js

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests 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 if (window.testRunner) {
2 testRunner.dumpAsText();
3 testRunner.waitUntilDone();
4 }
5
6 window.onload = function() {
7 var test = window.location.pathname.replace(/^.+\//, '');
8 var match = window.location.search.match(/^\?test=([^&]+)/);
9 if (match)
10 test = match[1];
11 window.location = "/security/contentSecurityPolicy/resources/echo-report.php ?test=" + test;
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698