Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
index 255623e0dc278c2e588c9dadf80460dec279774e..006d34851ff959f670561234c143f17cfe7f0db7 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-and-move-to-iframe-manual.html |
@@ -16,7 +16,6 @@ async_test(t => { |
document.onfullscreenchange = t.unreached_func("fullscreenchange event"); |
document.onfullscreenerror = t.step_func_done(() => { |
assert_equals(document.fullscreenElement, null); |
- assert_equals(iframeDoc.fullscreenElement, null); |
}); |
trusted_click(t.step_func(() => { |