Index: Source/web/tests/AssociatedURLLoaderTest.cpp |
diff --git a/Source/web/tests/AssociatedURLLoaderTest.cpp b/Source/web/tests/AssociatedURLLoaderTest.cpp |
index 06c2b49c0c1da6748a595ceb24e972498c6d8893..578a9a6364bf31e22fe2f7ba7b98a714aad4bc7c 100644 |
--- a/Source/web/tests/AssociatedURLLoaderTest.cpp |
+++ b/Source/web/tests/AssociatedURLLoaderTest.cpp |
@@ -512,9 +512,9 @@ TEST_F(AssociatedURLLoaderTest, RedirectCrossOriginFailure) |
serveRequests(); |
EXPECT_FALSE(m_willSendRequest); |
- EXPECT_TRUE(m_didReceiveResponse); |
- EXPECT_TRUE(m_didReceiveData); |
- EXPECT_TRUE(m_didFinishLoading); |
+ EXPECT_FALSE(m_didReceiveResponse); |
+ EXPECT_FALSE(m_didReceiveData); |
+ EXPECT_FALSE(m_didFinishLoading); |
} |
// Test that a cross origin redirect response without CORS headers fails. |