blob: 80332262db7e66b05c27f4b055416379f5761745 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<!-- https://bugs.webkit.org/show_bug.cgi?id=50315 -->
When you click on 'link', a second 'abc' should get inserted after the first.
<span id="span">abc<br></span>
<span id="span">abc<br></span>
<span id="link">link</span>
</body>
</html>