repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
frames
/
frame-display-none-focus.html
blob
f3b8df89f45e0e698ac38f3b1b4898c8bb277b57
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
This tests that trying to focus a frame that is display:none will not crash.
<br>
6
<iframe
src
=
"resources/iframe-focus.html"
style
=
"display: none"
></iframe>