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

Unified Diff: LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698