Skip to content

Commit 8bfcda5

Browse files
committed
better method name
1 parent 8f67eb0 commit 8bfcda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3780,7 +3780,7 @@ public void removeNode() throws Exception {
37803780
*/
37813781
@Test
37823782
@Alerts({"undefined", "false", "hello", "true"})
3783-
public void firefox__proto__() throws Exception {
3783+
public void access__proto__() throws Exception {
37843784
final String html = DOCTYPE_HTML
37853785
+ "<html><head>\n"
37863786
+ "<script>\n"

0 commit comments

Comments
 (0)