flutter_flutter/engine/web/tests/data/longpress_selection.html
2014-10-23 11:17:19 -07:00

24 lines
397 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span {
font-size: 300%;
}
</style>
</head>
<body>
Hello this is some text for testing. Here is a
<span id="target">
testword
</span>
that we should be able to select by longpressing.
To test onselectstart, here is
<span id="onselectstartfalse" onselectstart="return false;">
anotherbitoftext
</span>
that we should not be able to select.
</body>
</html>