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

Side by Side Diff: LayoutTests/http/tests/images/image-with-dpr-header-expected.html

Issue 46313002: Support the DPR header for client hints. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
pdr. 2013/10/26 01:26:31 Do you mind adding an additional test or two for c
4 <img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
5 <img src="http://127.0.0.1:8000/resources/square100.png" height="100" width="100 ">
6 <img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
7 <img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
8 <img src="http://127.0.0.1:8000/resources/square100.png" height="100" width="100 ">
9 </body>
10 </html>
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698