5 -webkit-user-select: none;
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
12 document
.execCommand('SelectAll');
13 if (window
.getSelection().toString() == "")
14 document
.body
.innerHTML
= "Test Passed";
18 <body onload=
"test()">
19 Test Failed (this should not be selected)