summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/find_in_page/user-select.html
blob: fccceb42967694f5395a890a0bbe14db42fa0300 (plain)
1
2
3
4
5
6
<html><head></head>
<body style="-webkit-user-select: none;">
This is some un-selectable text. Try finding a character in it
and verify that we don't crash.
</body>
</html>