cthulhu/test/html/paragraph-with-onmouseup.html

9 lines
119 B
HTML
Raw Permalink Normal View History

<html>
<head></head>
<body>
<div>Line 1</div>
<p onmouseup="return true;">Line 2</p>
<div>Line 3</div>
</body>
</html>