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

Unified Diff: chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html

Issue 22185002: Add browser test to the sharing dialog feature in Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed jsdoc. Created 7 years, 4 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
Index: chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html
diff --git a/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html b/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..cbade9ea7025aab8d11db13492af9ca5a842ad4d
--- /dev/null
+++ b/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Share dialog</title>
+ <script type="text/javascript" src="main.js"></script>
+ </head>
+ <body style="display: none">
+ <div id="container">
+ This is a mocked sharing dialog.
+ <button onclick="javascript:client.setVisible(false);">Close</button>
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698