Skip to content

Commit 538191a

Browse files
committed
retest
1 parent 50afc66 commit 538191a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/htmlunit/javascript/host/html/HTMLFieldSetElementTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public void reportValidityAlwaysTrueOnFieldsetItself() throws Exception {
261261
* @throws Exception if an error occurs
262262
*/
263263
@Test
264-
@Alerts({"false", "false", "true", "some error"})
264+
@Alerts({"false", "false", "true", ""})
265265
public void setCustomValidityOnFieldset_doesNotAffectCheckValidity() throws Exception {
266266
final String html = DOCTYPE_HTML
267267
+ "<html><head>\n"

0 commit comments

Comments
 (0)