| Index: chrome/test/data/permissions/flash2.html
|
| diff --git a/chrome/test/data/permissions/flash2.html b/chrome/test/data/permissions/flash2.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c13aa6ade53a09fe9590d2dba972e47c4c11d9c5
|
| --- /dev/null
|
| +++ b/chrome/test/data/permissions/flash2.html
|
| @@ -0,0 +1,21 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<script src="flash.js"></script>
|
| +<body>
|
| + <object id="flash-object-no-fallback" data="test.swf"
|
| + type="application/x-shockwave-flash" width="400" height="100">
|
| + </object>
|
| + <object id="flash-object" data="test.swf"
|
| + type="application/x-shockwave-flash" width="400" height="100">
|
| + Flash not supported.
|
| + <br>
|
| + <a href="https://get.adobe.com/flashplayer/" id="flash-link">
|
| + Download Flash.
|
| + </a>
|
| + <a id="flash-new-window-link"
|
| + onclick="window.open('https://get.adobe.com/flashplayer/');">
|
| + Download Flash window.open
|
| + </a>
|
| + </object>
|
| +</body>
|
| +</html>
|
|
|