features/html/multi_elements.html in druid-ts-1.1.3 vs features/html/multi_elements.html in druid-ts-1.1.4
- old
+ new
@@ -133,7 +133,11 @@
<p class="p">Paragraph One</p>
<p class="p">Paragraph Two</p>
<p class="p">Paragraph Three</p>
+ <input type="file" class="file_field_class" title="File Field 1" />
+ <input type="file" class="file_field_class" title="File Field 2" />
+ <input type="file" class="file_field_class" title="File Field 3" />
+
</body>
</html>