5 window
.onload
= parent
.parent
.frameLoaded
;
10 <button id=
"dialog-button" tabindex=
"0">Button
</button>
12 <input id=
"frame1-input" class=
"target" type=
"text">
13 <iframe id=
"iframe1" srcdoc='
14 <dialog id=
"iframe-dialog">
15 <button id=
"iframe-dialog-button" tabindex=
"0">Button
</button>
17 <input id=
"iframe-input" class=
"target" type=
"date">
18 <script>window
.onload
= parent
.parent
.parent
.frameLoaded
;</script>