We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bc826 commit fd9057eCopy full SHA for fd9057e
1 file changed
src/main/java/org/htmlunit/javascript/host/html/HTMLElement.java
@@ -590,14 +590,6 @@ public HTMLElement getParentHTMLElement() {
590
return (HTMLElement) parent;
591
}
592
593
- /**
594
- * {@inheritDoc}
595
- */
596
- @Override
597
- public void scrollIntoView() {
598
- /* do nothing at the moment */
599
- }
600
-
601
/**
602
* {@inheritDoc}
603
*/
0 commit comments