Sign in
webkit
/
WebKit
/
ccf8f7cdbfbfa46d99c5a9dcfbbf6cb2e9ec8c2c
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
nested-iframe-loading-another-iframe.html
blob: 729df930c724f4d9f8f9ee1d56eb49c4485fa2a3 [
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.php"
></iframe>
</body>
</html>