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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-via-https.css

Issue 2168903002: Set request context when restoring cached CSSImageValue resource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-via-https.css
diff --git a/third_party/WebKit/LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing-expected.txt b/third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-via-https.css
similarity index 55%
copy from third_party/WebKit/LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing-expected.txt
copy to third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-via-https.css
index 3f8b49b0725a954c9eeb6aa4844773a71332b4eb..7cd36a37f3967cdc3ae58794a8dd4dcfc46db256 100644
--- a/third_party/WebKit/LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/css/resources/image-value-via-https.css
@@ -1,5 +1,4 @@
-
-PASS
-PASS
-PASS
-crbug.com/501726: layout gets set on self-collapsing block during margin collapsing
+body {
+ background-image: url(https://localhost:8443/css/resources/abe.png);
+ background-repeat: no-repeat;
+}

Powered by Google App Engine
This is Rietveld 408576698