Sign in
webkit
/
WebKit
/
90500a31e77254f5fcdff3947bc08b5fb782ad6d
/
.
/
LayoutTests
/
http
/
tests
/
loading
/
simple-subframe.html
blob: 105a1c1d374235bf8f74e589bf31874da0282aeb [
file
] [
log
] [
blame
]
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpFrameLoadCallbacks
();
</script>
This is a test of load callbacks. It is only useful inside the regression test tool.
<br>
<iframe name="f1" src="data:text/html,
<b>
test
</b>
">
</iframe>