adding another ignore

This commit is contained in:
kakwa 2019-02-09 19:15:31 +01:00
parent 9d0d321e9b
commit 7a8468f8b1
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ def _is_html_error(line):
r'.*Warning: <meta> lacks "content" attribute.*',
r'.*Warning: <link> inserting "type" attribute.*',
r'.*Warning: <link> proprietary attribute.*',
r'.*Warning: <input> proprietary attribute.*',
r'.*Warning: <button> proprietary attribute.*',
r'.*Warning: <form> proprietary attribute.*',
r'.*Warning: <table> lacks "summary" attribute.*',