Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-focus-imagemap-expected.txt
blob301e9f68bafe527f0d5a39a30adc42bc67ccfcce
2 This tests that a link in an image map with tabindex < 0 is not mouse focusable.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS document.activeElement.id is 'focusable-area'
8 PASS document.activeElement.id == 'focusable-area' || document.activeElement.id == 'body' is true
9 PASS successfullyParsed is true
11 TEST COMPLETE