Chromium Code Reviews| 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"> |
|
pdr.
2013/10/26 01:26:31
Do you mind adding an additional test or two for c
|
| +<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> |
| + |