Sign in
webkit
/
WebKit
/
40be324278b5482d3e269eac31053c809471d8b4
/
.
/
LayoutTests
/
plugins
/
resources
/
frame-with-plugin-subframe.html
blob: c81b71a8bcfa58cef14dfe161a283fb116cb974c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<iframe
src
=
"plugin-page.html"
></iframe>
<embed
id
=
"testPlugin"
type
=
"application/x-missing-plugin"
width
=
"200"
height
=
"200"
></embed>
</body>
</html>