瀏覽代碼

tests(images): fix standard testsuite images test

Estevao Soares dos Santos 10 年之前
父節點
當前提交
307d135e0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>