blob: f1de82c63ef32675a3168382d2cb696df77370a6 [file] [log] [blame]
Testing that text selection is turned off for AirplayPlacard.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS !!document.querySelector('.placard') became true
PASS window.getComputedStyle(document.querySelector('.title')).webkitUserSelect is "none"
PASS window.getComputedStyle(document.querySelector('.title')).cursor is "default"
PASS window.getComputedStyle(document.querySelector('.description')).webkitUserSelect is "none"
PASS window.getComputedStyle(document.querySelector('.description')).cursor is "default"
PASS successfullyParsed is true
TEST COMPLETE