summaryrefslogtreecommitdiff
path: root/tests/webkitwidgets/MIMESniffing/resources/application_atom+xml
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2019-10-03 22:48:16 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2019-10-04 02:11:52 +0300
commit3395426ab651a631aca8ee6b0a694a71df19100f (patch)
tree4d1d20f3630ef5e68ee17fa8b3f3de9f3269ec19 /tests/webkitwidgets/MIMESniffing/resources/application_atom+xml
parentb47f584d07aec2d78ea4a5a5ccf2c761f44f5585 (diff)
downloadqtwebkit-3395426ab651a631aca8ee6b0a694a71df19100f.tar.gz
Import QtWebKit commit 49b749171e786df3adcd7a755df428c1846acd69
Change-Id: I4c82d8030969d941bb78b1cc4e77c0a66db8da2c Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'tests/webkitwidgets/MIMESniffing/resources/application_atom+xml')
-rw-r--r--tests/webkitwidgets/MIMESniffing/resources/application_atom+xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/webkitwidgets/MIMESniffing/resources/application_atom+xml b/tests/webkitwidgets/MIMESniffing/resources/application_atom+xml
new file mode 100644
index 000000000..54086a7be
--- /dev/null
+++ b/tests/webkitwidgets/MIMESniffing/resources/application_atom+xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+ <title>Example Feed</title>
+ <link href="http://example.org/"/>
+ <updated>2003-12-13T18:30:02Z</updated>
+ <author>
+ <name>John Doe</name>
+ </author>
+ <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+ <entry>
+ <title>Atom-Powered Robots Run Amok</title>
+ <link href="http://example.org/2003/12/13/atom03"/>
+ <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+ <updated>2003-12-13T18:30:02Z</updated>
+ <summary>Some text.</summary>
+ </entry>
+</feed>