Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / search-hidden-cancel-button-expected.txt
blob773979d05df7e84fb15d483b3a2bce64090d30cd
1 This tests that clicking on the hidden cancel button won't start capturing mouse events. To run this test manually, click where the cancel button would be, and then click in the middle of the field. If you see two "onmousedown" strings logged, then the test passes.
3 onmousedown
4 onmousedown
5 Test Passed