4 <script src=
"../../../resources/js-test.js"></script>
7 <input id=
"visible" value=
"text0">
8 <input id=
"disabled" value=
"text1" disabled
>
10 description("This test confirms that select an disabled input element does not cause focus change.");
12 shouldBe('getSelection().anchorNode', 'document.body');
13 shouldBe('getSelection().anchorOffset', '3');
15 shouldBe('getSelection().anchorNode', 'document.body');
16 shouldBe('getSelection().anchorOffset', '3');