Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / deprecated-flexbox / child-flexing-expected.txt
blob0c68a3985639f5ececb7f664cd6cf19b75f1fd73
1 Check if box-flex specified flexboxes expand or shrink correctly. If you see any scrollbars, then the test has failed.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 vertically expanding
7 PASS element.scrollHeight is 100
8 PASS element.scrollWidth is 100
9 vertically shrinking
10 PASS element.scrollHeight is 100
11 PASS element.scrollWidth is 100
12 horizontally expanding
13 PASS element.scrollHeight is 100
14 PASS element.scrollWidth is 100
15 horizontally shrinking
16 PASS element.scrollHeight is 100
17 PASS element.scrollWidth is 100
18 PASS successfullyParsed is true
20 TEST COMPLETE