Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / deprecated-flexbox / vertical-box-form-controls-expected.txt
blob6e0384e1b6f3b2dd1defc9d6591264f06e88b536
5 Check if form controls in vertical flex box will stretch horizontally when rendered as box as opposed to inline-box. If you see any red, then the test has failed.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 Button
11 PASS element.offsetHeight is 100
12 PASS element.offsetWidth is 100
13 Text input
14 PASS element.offsetHeight is 100
15 PASS element.offsetWidth is 100
16 Textarea
17 PASS element.offsetHeight is 100
18 PASS element.offsetWidth is 100
19 Submit
20 PASS element.offsetHeight is 100
21 PASS element.offsetWidth is 100
22 PASS successfullyParsed is true
24 TEST COMPLETE