summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorglotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 15:30:20 +0000
committerglotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 15:30:20 +0000
commit49699e8f03b77e0deb32eaed9b4c600c7ae1491c (patch)
tree860c64e2ad4d91249c541beda32f36a5456339d8 /chrome/test
parent5a4c4bb277e9673fd17f1262c5fcbed747c534f4 (diff)
downloadchromium_src-49699e8f03b77e0deb32eaed9b4c600c7ae1491c.zip
chromium_src-49699e8f03b77e0deb32eaed9b4c600c7ae1491c.tar.gz
chromium_src-49699e8f03b77e0deb32eaed9b4c600c7ae1491c.tar.bz2
Introduces cros:// schema for web-page to chrome communication in ChromeOS.
Add test that verifies web-page to chrome communication. BUG=cros/3177 TEST=out/Debug/browser_tests --gtest_filter=AccountScreenTest.TestSchemeInspector Review URL: http://codereview.chromium.org/2291002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/new_account.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/data/new_account.html b/chrome/test/data/new_account.html
new file mode 100644
index 0000000..ece60bc
--- /dev/null
+++ b/chrome/test/data/new_account.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+ <p>Now we are going to tranfer to the special url bearing parameters
+ so Chrome browser intercepts them...</p>
+ <script>window.location="cros://inspector/?param1=value1+param2"</script>
+</body>
+</html>