| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 3de332529ce97587da6b47feb4aa0212def95021..eced42c4ebab28c14f71bc357a4239b7b38784da 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -642,6 +642,11 @@ TEST_F(FrameFetchContextTest, MainResourceCachePolicy) {
|
| }
|
|
|
| TEST_F(FrameFetchContextTest, SubResourceCachePolicy) {
|
| + // Reset load event state: if the load event is finished, we ignore the
|
| + // DocumentLoader load type.
|
| + document->open();
|
| + ASSERT_FALSE(document->LoadEventFinished());
|
| +
|
| // Default case
|
| ResourceRequest request("http://www.example.com/mock");
|
| EXPECT_EQ(WebCachePolicy::kUseProtocolCachePolicy,
|
|
|