summaryrefslogtreecommitdiff
path: root/tests/webkitwidgets/MIMESniffing/resources/application_rdf+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_rdf+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_rdf+xml')
-rw-r--r--tests/webkitwidgets/MIMESniffing/resources/application_rdf+xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/webkitwidgets/MIMESniffing/resources/application_rdf+xml b/tests/webkitwidgets/MIMESniffing/resources/application_rdf+xml
new file mode 100644
index 000000000..e21414543
--- /dev/null
+++ b/tests/webkitwidgets/MIMESniffing/resources/application_rdf+xml
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
+
+ <channel rdf:about="http://www.xml.com/xml/news.rss">
+ <title>XML.com</title>
+ <link>http://xml.com/pub</link>
+ <description>
+ XML.com features a rich mix of information and services
+ for the XML community.
+ </description>
+
+ <image rdf:resource="http://xml.com/universal/images/xml_tiny.gif" />
+
+ <items>
+ <rdf:Seq>
+ <rdf:li resource="http://xml.com/pub/2000/08/09/xslt/xslt.html" />
+ <rdf:li resource="http://xml.com/pub/2000/08/09/rdfdb/index.html" />
+ </rdf:Seq>
+ </items>
+
+ </channel>
+
+ <image rdf:about="http://xml.com/universal/images/xml_tiny.gif">
+ <title>XML.com</title>
+ <link>http://www.xml.com</link>
+ <url>http://xml.com/universal/images/xml_tiny.gif</url>
+ </image>
+
+ <item rdf:about="http://xml.com/pub/2000/08/09/xslt/xslt.html">
+ <title>Processing Inclusions with XSLT</title>
+ <link>http://xml.com/pub/2000/08/09/xslt/xslt.html</link>
+ <description>
+ Processing document inclusions with general XML tools can be
+ problematic. This article proposes a way of preserving inclusion
+ information through SAX-based processing.
+ </description>
+ </item>
+
+ <item rdf:about="http://xml.com/pub/2000/08/09/rdfdb/index.html">
+ <title>Putting RDF to Work</title>
+ <link>http://xml.com/pub/2000/08/09/rdfdb/index.html</link>
+ <description>
+ Tool and API support for the Resource Description Framework
+ is slowly coming of age. Edd Dumbill takes a look at RDFDB,
+ one of the most exciting new RDF toolkits.
+ </description>
+ </item>
+
+</rdf:RDF>