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

Unified 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: with cache tests Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/images/image-with-dpr-header.html ('k') | LayoutTests/http/tests/resources/dpr.php » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/images/image-with-dpr-header-expected.html
diff --git a/LayoutTests/http/tests/images/image-with-dpr-header-expected.html b/LayoutTests/http/tests/images/image-with-dpr-header-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d3b69088da61dab6f11b401b26e4b4012a1ef16a
--- /dev/null
+++ b/LayoutTests/http/tests/images/image-with-dpr-header-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<body>
+<img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
+<img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
+<img src="http://127.0.0.1:8000/resources/square100.png" height="100" width="100">
+<img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
+<img src="http://127.0.0.1:8000/resources/square100.png" height="25" width="25">
+<img src="http://127.0.0.1:8000/resources/square100.png" height="100" width="100">
+</body>
+</html>
+
« no previous file with comments | « LayoutTests/http/tests/images/image-with-dpr-header.html ('k') | LayoutTests/http/tests/resources/dpr.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698