From e88119f2d144dc4a1463b0c451f11fdc6becc4c7 Mon Sep 17 00:00:00 2001
From: Jesse Rosenthal <jrosenthal@jhu.edu>
Date: Wed, 21 Jan 2015 13:38:04 -0500
Subject: Docx Reader: Add test for VML images.

Since images are often visually (not structurally) placed on the page,
people might not always get the results they're looking for here.
---
 tests/docx/image_vml.docx   | Bin 0 -> 23559 bytes
 tests/docx/image_vml.native |   4 ++++
 2 files changed, 4 insertions(+)
 create mode 100644 tests/docx/image_vml.docx
 create mode 100644 tests/docx/image_vml.native

(limited to 'tests/docx')

diff --git a/tests/docx/image_vml.docx b/tests/docx/image_vml.docx
new file mode 100644
index 000000000..9e4018e00
Binary files /dev/null and b/tests/docx/image_vml.docx differ
diff --git a/tests/docx/image_vml.native b/tests/docx/image_vml.native
new file mode 100644
index 000000000..8c5450a19
--- /dev/null
+++ b/tests/docx/image_vml.native
@@ -0,0 +1,4 @@
+[Header 1 ("vml-image",[],[]) [Strong [Str "VML",Space,Str "Image"]]
+,BlockQuote
+ [Para [Str "It",Space,Str "should",Space,Str "follow",Space,Str "below:"]
+ ,Para [Image [] ("media/image4.jpeg","")]]]
-- 
cgit v1.2.3