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> |