Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / scrollbar-click-retains-focus-expected.txt
blob65168925c81601a0749588b209832d9223d55438
1 This tests clicking scrollbars, which should only move the focus if an ancestor is mouse focusable.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Focus should remain in the input
8 PASS document.activeElement.tagName is "INPUT"
10 Focus should move if ancestor is mouse focusable
11 PASS document.activeElement.tagName is "DIV"
12 PASS document.activeElement.tagName is "DIV"
14 Focus should move if ancestor is content editable
15 PASS document.activeElement.tagName is "SPAN"
16 PASS document.activeElement.tagName is "SPAN"
18 Form controls should move the focus
19 PASS document.activeElement.tagName is "TEXTAREA"
20 PASS document.activeElement.tagName is "SELECT"
22 Disabled form controls should not move the focus
23 PASS document.activeElement.tagName is "INPUT"
24 PASS successfullyParsed is true
26 TEST COMPLETE