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>