diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 05:16:36 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 05:16:36 +0000 |
commit | 00ccade34090881c8e9917d54877892994dee741 (patch) | |
tree | afae359311f490532974fc33a5aa34eefcbb007a /chrome/test | |
parent | 9b880d34421a7d49655aeed6d339b2f7451591a7 (diff) | |
download | chromium_src-00ccade34090881c8e9917d54877892994dee741.zip chromium_src-00ccade34090881c8e9917d54877892994dee741.tar.gz chromium_src-00ccade34090881c8e9917d54877892994dee741.tar.bz2 |
Current firefox2 importer import bookmarks with strict rules.
This manner failed to import lazy html-based bookmarks like Epiphany's one.
Add hierarchical structure checs to import tests.
Patch contributed by Takashi Toyoshima <toyoshim@google.com>.
BUG=28517
TEST=Add epiphany bookmark import test into unit_tests and pass it
Review URL: http://codereview.chromium.org/6246024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/firefox2_importer/epiphany.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/data/firefox2_importer/epiphany.html b/chrome/test/data/firefox2_importer/epiphany.html new file mode 100644 index 0000000..8fa3bbc --- /dev/null +++ b/chrome/test/data/firefox2_importer/epiphany.html @@ -0,0 +1,5 @@ +<!DOCTYPE NETSCAPE-Bookmark-file-1> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Bookmarks</title><h1>Bookmarks</h1><dl> +<dt><a href="http://www.tamurayukari.com/">[Tamura Yukari.com]</a></dt> +<dt><a href="http://www.google.com">Google</a></dt> +</dl> |