| Index: LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt (revision 184784)
|
| +++ LayoutTests/fast/dom/fragment-activation-focuses-target-expected.txt (working copy)
|
| @@ -11,13 +11,22 @@
|
| PASS document.activeElement is link1
|
| Send an enter key event which should also trigger focus to move to the fragment.
|
| PASS document.activeElement is document.getElementById('fragment1')
|
| -Activate a link that does not have a focusable fragment and verify focus does not move.
|
| +Activate a link that does not have a focusable fragment and verify that the currently focused element is unfocused.
|
| PASS document.activeElement is link2
|
| -PASS document.activeElement is link2
|
| +PASS document.activeElement is document.body
|
| +Activate a link that does not refer to an existing fragment and verify that the currently focused element remains focused.
|
| +PASS document.activeElement is link3
|
| +PASS document.activeElement is link3
|
| +Activate a link to #top and verify that the link remains focused
|
| +PASS document.activeElement is link4
|
| +PASS document.activeElement is link4
|
| +Activate a link to # and verify that the link remains focused
|
| +PASS document.activeElement is link5
|
| +PASS document.activeElement is link5
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| -link1 link2
|
| +link1 link2 link3 link4 link5
|
|
|
| fragment1
|
| fragment2
|
|
|