Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 1ed9dcc

Browse files
committed
Update test case to ensure bug #1744623 was fixed by latest HtmlUnit update.
1 parent 406697a commit 1ed9dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jwebunit-commons-tests/src/main/resources/testcases/NavigationTest/pageWithLink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>pageWithLink</title>
44
</head>
55
<body>
6-
<a href="targetPage.html" id="activeID">an <b>active</b> link</a>
6+
<a href="targetPage.html" id="activeID">an <b>a</b>ctive link</a>
77
<a href="/jwebunit/NavigationTest/targetPage2.html">
88
<img src="graphic.jpg"/>
99
</a>

0 commit comments

Comments
 (0)