Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDialogElement / inert-focus-in-frames-expected.txt
blob328ea14854cae278b6ca4fc6bee0d18223ca0a9e
1 Tests inert node focusing across frames and iframes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
8 TEST COMPLETE
9 Opening a modal dialog in frame1. It blocks other nodes in its document.
10 PASS "frame1-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 frame1.
13 PASS "iframe-dialog-button"; focusedElement === theElement is false
14 A modal dialog does not block nodes in a sibling frame.
15 PASS "frame2-div"; focusedElement === theElement is true
16 Closing the dialog in frame1. The modal dialog in the iframe does not block nodes in its parent.
17 PASS "iframe-input"; focusedElement === theElement is false
18 PASS "frame1-input"; focusedElement === theElement is true