Chromium Code Reviews| Index: LayoutTests/http/tests/misc/client-hints-no-accept.html |
| diff --git a/LayoutTests/http/tests/misc/client-hints-no-accept.html b/LayoutTests/http/tests/misc/client-hints-no-accept.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ebf09fc3eb933c4cd98d9b5cdca138629cbcefee |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/misc/client-hints-no-accept.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +</script> |
| +<img src="resources/image-checks-for-dpr.php" onload="console.log('DPR sent.')" onerror="console.log('DPR not sent.')"> |
|
Mike West
2015/02/25 09:06:07
This is going to flake (and, in fact, did!). Pleas
|
| +<img src="resources/image-checks-for-rw.php" onload="console.log('RW sent.')" onerror="console.log('RW not sent.')"> |