diff --git a/test/roundtrip/roundtrip-fixtures/lists-with-pictures.input.html b/test/roundtrip/roundtrip-fixtures/lists-with-pictures.input.html
new file mode 100644
index 00000000..762a50ee
--- /dev/null
+++ b/test/roundtrip/roundtrip-fixtures/lists-with-pictures.input.html
@@ -0,0 +1,39 @@
+
+
+
+
+ Lists with Pictures
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/test/roundtrip/roundtrip-fixtures/lists-with-pictures.output.html b/test/roundtrip/roundtrip-fixtures/lists-with-pictures.output.html
new file mode 100644
index 00000000..c37816c5
--- /dev/null
+++ b/test/roundtrip/roundtrip-fixtures/lists-with-pictures.output.html
@@ -0,0 +1,65 @@
+
+
+ Lists with Pictures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/test/roundtrip/roundtrip.test.js b/test/roundtrip/roundtrip.test.js
index 0914eab9..4ae9ddf2 100644
--- a/test/roundtrip/roundtrip.test.js
+++ b/test/roundtrip/roundtrip.test.js
@@ -25,6 +25,7 @@ const specs = [
'some-text',
'all-sections',
'microdata',
+ 'lists-with-pictures',
];
describe('Roundtrip tests', () => {