diff --git a/t/cgi.t b/t/cgi.t index cae99af46eb626cac66e181b43accd13b908a0d9..1e42f97743d514d86a6df5156bd378df092aed26 100755 --- a/t/cgi.t +++ b/t/cgi.t @@ -116,11 +116,6 @@ sub html_ok { }); $tidy->ignore(type => TIDY_INFO); $tidy->ignore(text => qr/<img> lacks "alt" attribute/); - # https://github.com/htacg/tidy-html5/issues/611 - $tidy->ignore(text => qr/inserting implicit <table>/); - $tidy->ignore(text => qr/\S+ isn't allowed in <table> elements/); - $tidy->ignore(text => qr/missing \S+/); - $tidy->ignore(text => qr/discarding unexpected \S+/); local $ENV{LANG} = 'C'; Test::HTML::Tidy5::html_tidy_ok($tidy, $res->text(), "HTML content OK"); }