Skip to content

Commit 3842487

Browse files
authored
Merge pull request #25 from castaway/castaway/revise_tests_for_html_tagset_v5
Update tests to remove HTML4 specific tags
2 parents a578d31 + 5b7704f commit 3842487

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

t/linkextor-base.t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ $p->parse(<<HTML)->eof;
1414
<head>
1515
<base href="http://www.sn.no/">
1616
</head>
17-
<body background="http://www.sn.no/sn.gif">
17+
<body>
18+
<form action="/post_here">
19+
</form>
1820
1921
This is <A HREF="link.html">link</a> and an <img SRC="img.jpg"
2022
lowsrc="img.gif" alt="Image">.

0 commit comments

Comments
 (0)