about summary refs log tree commit diff
path: root/spec/fixtures/requests/oembed_json_xml.html
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/requests/oembed_json_xml.html')
-rw-r--r--spec/fixtures/requests/oembed_json_xml.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/fixtures/requests/oembed_json_xml.html b/spec/fixtures/requests/oembed_json_xml.html
new file mode 100644
index 000000000..b5fc9bed0
--- /dev/null
+++ b/spec/fixtures/requests/oembed_json_xml.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <link href='https://host/provider.json' rel='alternate' type='application/json+oembed'>
+    <link href='https://host/provider.xml' rel='alternate' type='application/xml+oembed'>
+  </head>
+  <body></body>
+</html>