Chromium Code Reviews| Index: chrome/test/data/npapi/click_to_play.html |
| diff --git a/chrome/test/data/npapi/click_to_play.html b/chrome/test/data/npapi/click_to_play.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1ad36787c834abc2162c7fa6c566d7c52f36e044 |
| --- /dev/null |
| +++ b/chrome/test/data/npapi/click_to_play.html |
| @@ -0,0 +1,13 @@ |
| +<html> |
| +<head> |
| +<script src="npapi.js"></script> |
| +</head> |
| +<body> |
| +<embed type="application/vnd.npapi-test" |
| + src="foo" |
| + name="setup" |
| + id="1" |
| + mode="np_embed" |
| +> |
| +</body> |
| +</html> |