Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / touchadjustment / html-label-expected.txt
blobdd1c9210988e85cb6fd2136fe5602d77dd7828eb
1 Tests if labels are treated as clickable if the input they control is.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing small direct hits.
7 PASS adjusted node was A#mylink.
8 PASS adjusted node was LABEL#mylabel.
9 PASS adjusted node was INPUT#myinput.
10 Testing indirect hits.
11 PASS adjusted node was A#mylink.
12 FAIL adjusted node should be LABEL#mylabel. Was A#mylink.
13 PASS adjusted node was INPUT#myinput.
14 PASS successfullyParsed is true
16 TEST COMPLETE