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

Unified Diff: LayoutTests/http/tests/misc/client-hints-accept-meta-preloader.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-accept-meta-preloader.html
diff --git a/LayoutTests/http/tests/misc/client-hints-accept-meta-preloader.html b/LayoutTests/http/tests/misc/client-hints-accept-meta-preloader.html
index 4b3a00f36a89bf53f3f1445d7c93f35eb760b095..b443de26bdd50e4e643f70f32ac7408c6f2a8b7b 100644
--- a/LayoutTests/http/tests/misc/client-hints-accept-meta-preloader.html
+++ b/LayoutTests/http/tests/misc/client-hints-accept-meta-preloader.html
@@ -17,10 +17,10 @@
}
</script>
<script src="../resources/slow-script.pl?sleep=300"></script>
-<meta http-equiv="Accept-CH" content="DPR, RW">
+<meta http-equiv="Accept-CH" content="DPR, Width">
This test checks that a meta based Accept-CH is properly parsed by the HTMLPreloadScanner.
<div id=result></div>
-<img src='resources/image-checks-for-rw.php'
+<img src='resources/image-checks-for-width.php'
onload="checkIfPassed(this.clientWidth, 128);"
onerror="failed();">

Powered by Google App Engine
This is Rietveld 408576698