| Index: Source/web/tests/AssociatedURLLoaderTest.cpp
|
| diff --git a/Source/web/tests/AssociatedURLLoaderTest.cpp b/Source/web/tests/AssociatedURLLoaderTest.cpp
|
| index 578a9a6364bf31e22fe2f7ba7b98a714aad4bc7c..2813c938857b4cb9c81c9a2a2bcaab15dc56496e 100644
|
| --- a/Source/web/tests/AssociatedURLLoaderTest.cpp
|
| +++ b/Source/web/tests/AssociatedURLLoaderTest.cpp
|
| @@ -555,7 +555,7 @@ TEST_F(AssociatedURLLoaderTest, RedirectCrossOriginWithAccessControlFailure)
|
| // We should get a notification about access control check failure.
|
| EXPECT_FALSE(m_willSendRequest);
|
| EXPECT_FALSE(m_didReceiveResponse);
|
| - EXPECT_TRUE(m_didReceiveData);
|
| + EXPECT_FALSE(m_didReceiveData);
|
| EXPECT_TRUE(m_didFail);
|
| }
|
|
|
|
|