Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
frames
/
frame-display-none-focus.html
blob: f3b8df89f45e0e698ac38f3b1b4898c8bb277b57 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
This tests that trying to focus a frame that is display:none will not crash.
<br>
<iframe
src
=
"resources/iframe-focus.html"
style
=
"
display
:
none
"
></iframe>