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

Side by Side 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: Rebase only Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 Tests inert node focusing across frames and iframes. 1 Tests inert node focusing across frames and iframes.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 Opening a modal dialog in frame1. It blocks other nodes in its document. 9 Opening a modal dialog in frame1. It blocks other nodes in its document.
10 PASS "frame1-input"; focusedElement === theElement is false 10 PASS "frame1-input"; focusedElement === theElement is false
11 PASS "iframe-input"; focusedElement === theElement is false 11 PASS "iframe-input"; focusedElement === theElement is false
12 Even a modal dialog in the iframe is blocked by the modal dialog in the parent f rame1. 12 Even a modal dialog in the iframe is blocked by the modal dialog in the parent f rame1.
13 PASS "iframe-dialog-button"; focusedElement === theElement is false 13 PASS "iframe-dialog-button"; focusedElement === theElement is false
14 An iframe within a modal dialog can still be focused.
15 PASS "iframe-under-dialog-input"; focusedElement === theElement is true
14 A modal dialog does not block nodes in a sibling frame. 16 A modal dialog does not block nodes in a sibling frame.
15 PASS "frame2-div"; focusedElement === theElement is true 17 PASS "frame2-div"; focusedElement === theElement is true
16 Closing the dialog in frame1. The modal dialog in the iframe does not block node s in its parent. 18 Closing the dialog in frame1. The modal dialog in the iframe does not block node s in its parent.
17 PASS "iframe-input"; focusedElement === theElement is false 19 PASS "iframe-input"; focusedElement === theElement is false
18 PASS "frame1-input"; focusedElement === theElement is true 20 PASS "frame1-input"; focusedElement === theElement is true
19 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698