Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / a-focus-by-tab-offscreen-expected.txt
blobf0ec5a6af696697c08f2a95f39152271643332ab
1 tabToLinks=true
2 PASS input1.focus(); document.activeElement is input1
3 PASS eventSender.keyDown(tab); document.activeElement is document.getElementById("svg-a")
4 tabToLinks=false
5 PASS input1.focus(); document.activeElement is input1
6 PASS eventSender.keyDown(tab); document.activeElement is not document.getElementById("svg-a")
7 PASS successfullyParsed is true
9 TEST COMPLETE
11 Link