blob: 5e4ad4c43755718eedad41c5579c30da0081c7e5 [file] [log] [blame]
Test setting CSSStyleDeclaration.webkitUserSelect and userSelect
editable
uneditable
PASS user-select-js-property
PASS 'userSelect' in style
PASS 'webkitUserSelect' in style
PASS userSelect of '#foo { user-select: none; }' should be 'none'
PASS webkitUserSelect of '#foo { user-select: none; }' should be 'none'
PASS userSelect of '#bar { user-select: none; }' should be 'none'
PASS webkitUserSelect of '#bar { user-select: none; }' should be 'none'
PASS userSelect of 'user-select:none' should be 'none'
PASS webkitUserSelect of 'user-select:none' should be 'none'
PASS userSelect of '-webkit-user-select:none' should be 'none'
PASS webkitUserSelect of '-webkit-user-select:none' should be 'none'