Skip to content

Commit e0c46bb

Browse files
committed
Firefox 133
1 parent c6a4c2b commit e0c46bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -716,11 +716,9 @@ public void setType() throws Exception {
716716
EDGE = {":||||||", ":||||||", "mailto:||||||[email protected]", "tel:||||||123456",
717717
"foo:||||||blabla", "file:||||||/P://", "file:||||||/P:/", "file:||||||/P:/TeMp"},
718718
FF = {":||||||", ":||||||", "mailto:||||||[email protected]", "tel:||||||123456",
719-
"foo:||||||blabla", "p:||||||//", "p:||||||/", "p:||||||/TeMp"},
719+
"foo:||||||blabla", "p:||||||", "p:||||||/", "p:||||||/TeMp"},
720720
FF_ESR = {":||||||", ":||||||", "mailto:||||||[email protected]", "tel:||||||123456",
721721
"foo:||||||blabla", "p:||||||//", "p:||||||/", "p:||||||/TeMp"})
722-
@HtmlUnitNYI(FF = {":||||||", ":||||||", "mailto:||||||[email protected]", "tel:||||||123456",
723-
"foo:||||||blabla", "p:||||||", "p:||||||/", "p:||||||/TeMp"})
724722
public void propertiesNonStandardHref() throws Exception {
725723
final String html = "<html>\n"
726724
+ "<body>\n"

0 commit comments

Comments
 (0)