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

Unified Diff: chrome/test/data/npapi/click_to_play.html

Issue 3539002: Add UI test for click-to-play. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: move message declaration to bottom of file Created 10 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/automation/tab_proxy.cc ('k') | chrome/test/data/valgrind/ui_tests.gtest_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/data/valgrind/ui_tests.gtest_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698