summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/focus-on-control-with-zero-size-expected.txt
blob: 013c7b13cedb1a40642c6d707d05f68dbb05de85 (plain)
1
2
3
4
5
6
7
8
9
10
11
Check if a control won't loose focus when it becomes 0-size.
PASS document.activeElement is input1
PASS input1.value is "01"
PASS document.activeElement is input1

Check if 0-size control can get focus.
PASS document.activeElement is input1
PASS successfullyParsed is true

TEST COMPLETE