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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/referrer-policy/css-integration/README.md

Issue 2780533002: Use Referrer-Policy headers for CSS stylesheets (Closed)
Patch Set: updates Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/referrer-policy/css-integration/external-import-stylesheet.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 These tests exercise differnt ways to load an image, generated via
2 ```/referrer-policy/generic/subresource/image.py?id=<UUID>``` and later
3 verify the headers used to request that image.
4
5 Since there is no way to wait for a resource referenced from CSS to be loaded,
6 all tests use ```step_timeout()``` to delay the verification step until
7 after the image (hopefully) was loaded.
8
9 Since there is also no way to retrieve headers (or other information) from
10 images loaded via CSS, we store the headers with the given ```UUID``` as key
11 on the server, and retrieve them later via an XHR to
12 ```/referrer-policy/generic/subresource/image.py?id=<UUID>&report-headers```.
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/referrer-policy/css-integration/external-import-stylesheet.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698