Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
index 380943d4bd35d176f42aaf4746e2d270e45c48ab..04287ea19f3345b23decf62a671c14ae4283668f 100644 |
--- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp |
@@ -7816,9 +7816,7 @@ TEST_P(ParameterizedWebFrameTest, FullscreenNestedExit) { |
webViewImpl->updateAllLifecyclePhases(); |
// We should now have fully exited fullscreen. |
- // TODO(foolip): The top document's currentFullScreenElement is left |
- // unchanged, leaving the page in a strange state. https://crbug.com/552541 |
- EXPECT_EQ(topBody, Fullscreen::currentFullScreenElementFrom(*topDoc)); |
+ EXPECT_EQ(nullptr, Fullscreen::currentFullScreenElementFrom(*topDoc)); |
EXPECT_EQ(nullptr, Fullscreen::fullscreenElementFrom(*topDoc)); |
EXPECT_EQ(nullptr, Fullscreen::currentFullScreenElementFrom(*iframeDoc)); |
EXPECT_EQ(nullptr, Fullscreen::fullscreenElementFrom(*iframeDoc)); |