Sign in
chromium
/
chromium
/
src.git
/
72b780488ad614f98cd9da170b28d69b8ec0cdd7
/
.
/
third_party
/
WebKit
/
LayoutTests
/
plugins
/
resources
/
plugin-page.html
blob: 7bcdf3475c23662afe72e7f32854370870ae8695 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<style>
#
plugin
{
position
:
absolute
;
left
:
50px
;
top
:
50px
;
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<embed
id
=
"plugin"
type
=
"application/x-webkit-test-webplugin"
></embed>
</body>
</html>