Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames-expected.txt

Issue 2883033003: Propagate inert state to OOPIFs when a modal dialog is active (Closed)
Patch Set: nit addressed Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames-expected.txt
diff --git a/third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames-expected.txt b/third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames-expected.txt
index 328ea14854cae278b6ca4fc6bee0d18223ca0a9e..5d27317cc61474867630a74688d5f469ad54a25f 100644
--- a/third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames-expected.txt
+++ b/third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames-expected.txt
@@ -11,6 +11,8 @@ PASS "frame1-input"; focusedElement === theElement is false
PASS "iframe-input"; focusedElement === theElement is false
Even a modal dialog in the iframe is blocked by the modal dialog in the parent frame1.
PASS "iframe-dialog-button"; focusedElement === theElement is false
+An iframe within a modal dialog can still be focused.
+PASS "iframe-under-dialog-input"; focusedElement === theElement is true
A modal dialog does not block nodes in a sibling frame.
PASS "frame2-div"; focusedElement === theElement is true
Closing the dialog in frame1. The modal dialog in the iframe does not block nodes in its parent.

Powered by Google App Engine
This is Rietveld 408576698