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

Unified Diff: LayoutTests/http/tests/misc/client-hints-no-accept.html

Issue 951303003: Added basic client hints support. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
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.')">

Powered by Google App Engine
This is Rietveld 408576698