WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
demo
selectstart.html (text/html), 314 bytes, created by
Ryosuke Niwa
on 2011-05-06 21:46:49 PDT
(
hide
)
Description:
demo
Filename:
MIME Type:
Creator:
Ryosuke Niwa
Created:
2011-05-06 21:46:49 PDT
Size:
314 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><body> ><div id="test" onselectstart="passed = true;" contenteditable>hello world</div> ><script> > >var passed = false; >document.getElementById('test').focus(); >window.getSelection().modify('extend', 'forward', 'character'); >document.write(passed ? 'PASS' : 'FAIL'); > ></script> ></body> ></html>
<!DOCTYPE html> <html> <body> <div id="test" onselectstart="passed = true;" contenteditable>hello world</div> <script> var passed = false; document.getElementById('test').focus(); window.getSelection().modify('extend', 'forward', 'character'); document.write(passed ? 'PASS' : 'FAIL'); </script> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 60430
: 92685 |
106564
|
106717
|
106844
|
106853
|
107027