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

Unified Diff: LayoutTests/http/tests/misc/resources/image-checks-for-width.php

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/resources/image-checks-for-width.php
diff --git a/LayoutTests/http/tests/misc/resources/image-checks-for-rw.php b/LayoutTests/http/tests/misc/resources/image-checks-for-width.php
similarity index 89%
rename from LayoutTests/http/tests/misc/resources/image-checks-for-rw.php
rename to LayoutTests/http/tests/misc/resources/image-checks-for-width.php
index c6cd2d85bc292f7288dae11bde11210fb79d6f82..483c8cf7b3c0e647dbb50f90962c9e3e4c84f6c6 100644
--- a/LayoutTests/http/tests/misc/resources/image-checks-for-rw.php
+++ b/LayoutTests/http/tests/misc/resources/image-checks-for-width.php
@@ -1,5 +1,5 @@
<?php
- $rw = $_SERVER["HTTP_RW"];
+ $rw = $_SERVER["HTTP_WIDTH"];
$expected_rw = $_GET["rw"];
if ((isset($expected_rw) && $rw == $expected_rw) || (isset($rw) && !isset($expected_rw))) {
« no previous file with comments | « LayoutTests/http/tests/misc/resources/image-checks-for-viewport-width.php ('k') | Source/core/fetch/ClientHintsPreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698