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