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

Unified Diff: content/test/data/resource_loading/resource_loading_non_mobile.html

Issue 1420073002: Make sure StyleResolver sets viewport before initializing HTMLPreloadScanner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid XHR as well Created 5 years, 2 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: content/test/data/resource_loading/resource_loading_non_mobile.html
diff --git a/content/test/data/resource_loading/resource_loading_non_mobile.html b/content/test/data/resource_loading/resource_loading_non_mobile.html
index 4f4992802aa03fc5a9833c1b670224f55ad73008..4c5ff83d3b49324e46260227f9cd172d8b89adef 100644
--- a/content/test/data/resource_loading/resource_loading_non_mobile.html
+++ b/content/test/data/resource_loading/resource_loading_non_mobile.html
@@ -27,4 +27,8 @@ function getResourceNumber() {
<img src="400.png">
</picture>
+<img srcset = "635.png 635w, 1270.png 1270w"
+ sizes = "(max-width: 600px) calc(100vw - 32px),
+ (max-width: 1000px) calc(66.67vw - 32px),
+ 635px">
</html>
« no previous file with comments | « content/test/data/resource_loading/635.png ('k') | third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698