Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / focus-on-control-with-zero-size-expected.txt
blob013c7b13cedb1a40642c6d707d05f68dbb05de85
1 Check if a control won't loose focus when it becomes 0-size.
2 PASS document.activeElement is input1
3 PASS input1.value is "01"
4 PASS document.activeElement is input1
6 Check if 0-size control can get focus.
7 PASS document.activeElement is input1
8 PASS successfullyParsed is true
10 TEST COMPLETE