Sign in
webkit
/
WebKit
/
a0495c12ad7206273807376db70c1551cc36c986
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
nested-iframe-loading-another-iframe.html
blob: 0d0664d2cf3b27cfa53e802a429029fe32d6d772 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
body
{
background-color
:
yellow
;
}
</style>
</head>
<body>
<div>
<p>
Load another level of nested iframe.
</p>
</div>
<iframe
src
=
"3rd-level-iframe-with-blocking-resource.py"
></iframe>
</body>
</html>