Skip to content

Commit

Permalink
Firefox 133
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 27, 2024
1 parent c6a4c2b commit e0c46bb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -716,11 +716,9 @@ public void setType() throws Exception {
EDGE = {":||||||", ":||||||", "mailto:||||||foo@foo.com", "tel:||||||123456",
"foo:||||||blabla", "file:||||||/P://", "file:||||||/P:/", "file:||||||/P:/TeMp"},
FF = {":||||||", ":||||||", "mailto:||||||foo@foo.com", "tel:||||||123456",
"foo:||||||blabla", "p:||||||//", "p:||||||/", "p:||||||/TeMp"},
"foo:||||||blabla", "p:||||||", "p:||||||/", "p:||||||/TeMp"},
FF_ESR = {":||||||", ":||||||", "mailto:||||||foo@foo.com", "tel:||||||123456",
"foo:||||||blabla", "p:||||||//", "p:||||||/", "p:||||||/TeMp"})
@HtmlUnitNYI(FF = {":||||||", ":||||||", "mailto:||||||foo@foo.com", "tel:||||||123456",
"foo:||||||blabla", "p:||||||", "p:||||||/", "p:||||||/TeMp"})
public void propertiesNonStandardHref() throws Exception {
final String html = "<html>\n"
+ "<body>\n"
Expand Down

0 comments on commit e0c46bb

Please sign in to comment.