Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5434)

Unified Diff: chrome/test/data/permissions/flash2.html

Issue 2391743005: Make the flash permission prompt work properly on file: URLs (Closed)
Patch Set: test prompt Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/permissions/flash.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/data/permissions/flash.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698