| Index: third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| index ffd2687a15034d65bb6862bc0d69610ca156605f..2d7ba2b672531ee85ecb183815c94421a918a8ae 100644
|
| --- a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| @@ -38,6 +38,7 @@
|
| {"https://example.com/foo", "blob:null/foo", false},
|
| {"https://example.com/foo", "filesystem:https://example.com/foo", false},
|
| {"https://example.com/foo", "filesystem:http://example.com/foo", false},
|
| + {"https://example.com/foo", "filesystem:null/foo", false},
|
|
|
| {"https://example.com/foo", "http://example.com/foo", true},
|
| {"https://example.com/foo", "http://google.com/foo", true},
|
|
|