| Index: LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames-expected.txt b/LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames-expected.txt
|
| index 37cc5c53a3a58e9bcf6f93893e77cb358d219292..328ea14854cae278b6ca4fc6bee0d18223ca0a9e 100644
|
| --- a/LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames-expected.txt
|
| @@ -3,6 +3,9 @@ Tests inert node focusing across frames and iframes.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| Opening a modal dialog in frame1. It blocks other nodes in its document.
|
| PASS "frame1-input"; focusedElement === theElement is false
|
| PASS "iframe-input"; focusedElement === theElement is false
|
| @@ -13,7 +16,4 @@ 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.
|
| PASS "iframe-input"; focusedElement === theElement is false
|
| PASS "frame1-input"; focusedElement === theElement is true
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
|
|
|
|