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

Side by Side Diff: chrome/test/data/predictor/predictor_cross_site_no_referrer.html

Issue 1881463003: Add a browsertest suite for net predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EXPECT that we get the right number of accepted connections after waiting Created 4 years, 7 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 <!DOCTYPE html>
2 <meta name="referrer" content="never">
3 <script src="/predictor/fetch_cross_site.js" type="text/javascript"></script>
4 <p>
5 This test calls Javascript, which issues fetches based on the query param.
6 This test uses a meta referrer tag to avoid referrer tracking, which should
7 prevent predictor learning.
8 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698