Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDialogElement / inert-label-focus-expected.txt
blobeb935a9ed37a165630ae5d87a74d0af671e2ba1e
1 Tests focusing of an inert label for a non-inert target. label.focus() should send focus to the target, but clicking the label should be the same as clicking on the document body.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing that calling focus() on label sends focus to its target.
7 PASS document.activeElement is document.querySelector('#submit')
8 Testing that clicking on the label sends focus to document.body.
9 PASS document.activeElement is document.body
10 PASS successfullyParsed is true
12 TEST COMPLETE
13 Label for Submit