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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/permissions/flash.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script src="flash.js"></script>
4 <body>
5 <object id="flash-object-no-fallback" data="test.swf"
6 type="application/x-shockwave-flash" width="400" height="100">
7 </object>
8 <object id="flash-object" data="test.swf"
9 type="application/x-shockwave-flash" width="400" height="100">
10 Flash not supported.
11 <br>
12 <a href="https://get.adobe.com/flashplayer/" id="flash-link">
13 Download Flash.
14 </a>
15 <a id="flash-new-window-link"
16 onclick="window.open('https://get.adobe.com/flashplayer/');">
17 Download Flash window.open
18 </a>
19 </object>
20 </body>
21 </html>
OLDNEW
« 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