Parcourir la source

tests(images): fix standard testsuite images test

Estevao Soares dos Santos il y a 10 ans
Parent
commit
307d135e0a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test/cases/images.html

+ 1 - 1
test/cases/images.html

@@ -1,4 +1,4 @@
-<p><img src="/path/to/img.jpg" alt="Alt text" title="" /></p>
+<p><img src="/path/to/img.jpg" alt="Alt text" /></p>
 
 <p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>