4 <script src=
"../../../resources/js-test.js"></script>
7 <input id=
"visible" value=
"text0">
8 <input id=
"hidden" value=
"text1" style=
"display: none">
10 description("This test confirms that select an hidden 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');