Sign in
webkit
/
WebKit
/
a231b9c05f00391ba283ff877aa3287c882082d0
/
.
/
LayoutTests
/
plugins
/
missing-plugin-placeholder.html
blob: e1edec82c212add7229d76a944dc369699b4976b [
file
] [
log
] [
blame
]
<html>
<head>
<title>
This tests that missing-plugin placeholder shows up.
</title>
<style>
embed
{
width
:
500px
;
height
:
500px
;
background
:
green
;
}
</style>
</head>
<body>
<embed
type
=
"application/x-non-existent"
></embed>
</body>
</html>