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

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

Issue 1183233002: Split RW hint into Width and Viewport-Width (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed and added layout tests Created 5 years, 6 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
index 540016fc8ed8f434bb9fd4034c4b2094032bc314..2e35251b2db87ece1229df8f500c63433852f18a 100644
--- a/LayoutTests/http/tests/misc/client-hints-no-accept.html
+++ b/LayoutTests/http/tests/misc/client-hints-no-accept.html
@@ -11,7 +11,7 @@
var loadRWImage = function() {
var img = new Image();
- img.src = 'resources/image-checks-for-rw.php';
+ img.src = 'resources/image-checks-for-width.php';
img.onload = t.step_func(unreached);
img.onerror = t.step_func(function(){ t.done(); });
body.appendChild(img);

Powered by Google App Engine
This is Rietveld 408576698