diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 21:09:14 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 21:09:14 +0000 |
commit | 18bc07889e87c01d9cebf2d35400fafc02d71732 (patch) | |
tree | 094aef02c6e2b25ba738f7a7f97b9b21c215e0b7 /chrome/test/data/feeds/feed4.xml | |
parent | 0691bdf48f7ae1af0f5490da1fab0b644068e0f1 (diff) | |
download | chromium_src-18bc07889e87c01d9cebf2d35400fafc02d71732.zip chromium_src-18bc07889e87c01d9cebf2d35400fafc02d71732.tar.gz chromium_src-18bc07889e87c01d9cebf2d35400fafc02d71732.tar.bz2 |
We now postMessage the RSS file over to the js script and have it parse it there in the context of the iframe instead of doing this in the extension html page.
BUG=None
TEST=Covered by automated tests.
Review URL: http://codereview.chromium.org/246066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/feeds/feed4.xml')
-rw-r--r-- | chrome/test/data/feeds/feed4.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/test/data/feeds/feed4.xml b/chrome/test/data/feeds/feed4.xml new file mode 100644 index 0000000..fa200c1 --- /dev/null +++ b/chrome/test/data/feeds/feed4.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?>
+<feed>
+ <updated>2009-09-29T17:51:01Z</updated>
+ <title>Title chars <script> %23 stop</title>
+
+ <entry>
+ <updated>2009-09-29T17:51:01Z</updated>
+ <link rel="alternate" type="text/html" href="http://code.google.com/p/chromium/issues/detail?id=22699#c9" />
+ <title>Title chars <script> %23 stop</title>
+ <author>
+ <name>Some name</name>
+ </author>
+ <content type="html">My dear content<script> %23 stop</content>
+ </entry>
+</feed>
\ No newline at end of file |