diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
commit | 09911bf300f1a419907a9412154760efd0b7abc3 (patch) | |
tree | f131325fb4e2ad12c6d3504ab75b16dd92facfed /chrome/test/data/omnibox_tests.xml | |
parent | 586acc5fe142f498261f52c66862fa417c3d52d2 (diff) | |
download | chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.zip chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.gz chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.bz2 |
Add chrome to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/omnibox_tests.xml')
-rw-r--r-- | chrome/test/data/omnibox_tests.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/chrome/test/data/omnibox_tests.xml b/chrome/test/data/omnibox_tests.xml new file mode 100644 index 0000000..f9ce9521 --- /dev/null +++ b/chrome/test/data/omnibox_tests.xml @@ -0,0 +1,38 @@ +<omnibox_tests> + <test query="google.com"> + </test> + <test query="www.yahoo.com"> + </test> + <test query="http://myspace.com/"> + </test> + <test query="youtube.com"> + </test> + <test query="wikipedia.org/"> + </test> + <test query="msn.com"> + </test> + <test query="ebay.com"> + </test> + <test query="http://live.com"> + </test> + <test query="craigslist.org"> + </test> + <test query="http://blogger.com/"> + </test> + <test query="flickr.com"> + </test> + <test query="nytimes.com"> + </test> + <test query="cnn.com/"> + </test> + <test query="digg.com"> + </test> + <test query="rapidshare.com"> + </test> + <test query="orkut.com/"> + </test> + <test query="http://download.com"> + </test> + <test query="photobucket.com/"> + </test> +</omnibox_tests> |