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; |
+} |