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

Unified Diff: third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html

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/resources/inert-focus-in-frames-frame1.html
diff --git a/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html b/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html
index a569993c98220f341170c7ee9afccd03bdd64349..c5566bc092a3c4a53202013570f314b867ce0bf9 100644
--- a/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html
+++ b/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html
@@ -8,6 +8,9 @@ window.onload = parent.parent.frameLoaded;
<body>
<dialog id="dialog">
<button id="dialog-button" tabindex="0">Button</button>
+ <iframe id="iframe-in-dialog" srcdoc='
+ <input id="iframe-under-dialog-input" class="target" type="date">
+ '></iframe>
</dialog>
<input id="frame1-input" class="target" type="text">
<iframe id="iframe1" srcdoc='

Powered by Google App Engine
This is Rietveld 408576698