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 eea6d6b commit b649090Copy full SHA for b649090
webdriver-spec.html
@@ -4112,7 +4112,7 @@ <h2>Elements</h2>
4112
<dfn data-lt="scroll into view|scrolls into view">scrolled into view</dfn>
4113
by calling <a>scrollIntoView</a>
4114
with the <a><code>ScrollIntoViewOptions</code></a>
4115
- <code>{block: "end", inline: "nearest"}</code>.
+ <code>{behavior: "instant", block: "end", inline: "nearest"}</code>.
4116
4117
<p>An <a>element</a> is considered <dfn>editable</dfn>
4118
if one or more of the following conditions are met:
0 commit comments