Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / auto-min-size-expected.txt
blobb763e7656ec18ee150f506cd16706e93fc2817e1
1 PASS div.style.minWidth is ""
2 PASS getComputedStyle(div)["min-width"] is "0px"
3 PASS div.style.minWidth is "auto"
4 PASS div.style.maxWidth is ""
5 PASS getComputedStyle(div).minWidth is "0px"
6 PASS div.style.minWidth is "0px"
7 PASS getComputedStyle(div)["min-width"] is "0px"
8 PASS div.style.minHeight is ""
9 PASS getComputedStyle(div)["min-height"] is "0px"
10 PASS div.style.minHeight is "auto"
11 PASS div.style.maxHeight is ""
12 PASS getComputedStyle(div).minHeight is "0px"
13 PASS div.style.minHeight is "0px"
14 PASS getComputedStyle(div)["min-height"] is "0px"
15 PASS flexitem.style.minWidth is ""
16 PASS getComputedStyle(flexitem)["min-width"] is "auto"
17 PASS flexitem.style.minWidth is "auto"
18 PASS flexitem.style.maxWidth is ""
19 PASS getComputedStyle(flexitem).minWidth is "auto"
20 PASS flexitem.style.minWidth is "0px"
21 PASS getComputedStyle(flexitem)["min-width"] is "0px"
22 PASS flexitem.style.minHeight is ""
23 PASS getComputedStyle(flexitem)["min-height"] is "auto"
24 PASS flexitem.style.minHeight is "auto"
25 PASS flexitem.style.maxHeight is ""
26 PASS getComputedStyle(flexitem).minHeight is "auto"
27 PASS flexitem.style.minHeight is "0px"
28 PASS getComputedStyle(flexitem)["min-height"] is "0px"
29 PASS griditem.style.minWidth is ""
30 PASS getComputedStyle(griditem)["min-width"] is "auto"
31 PASS griditem.style.minWidth is "auto"
32 PASS griditem.style.maxWidth is ""
33 PASS getComputedStyle(griditem).minWidth is "auto"
34 PASS griditem.style.minWidth is "0px"
35 PASS getComputedStyle(griditem)["min-width"] is "0px"
36 PASS griditem.style.minHeight is ""
37 PASS getComputedStyle(griditem)["min-height"] is "auto"
38 PASS griditem.style.minHeight is "auto"
39 PASS griditem.style.maxHeight is ""
40 PASS getComputedStyle(griditem).minHeight is "auto"
41 PASS griditem.style.minHeight is "0px"
42 PASS getComputedStyle(griditem)["min-height"] is "0px"
43 PASS successfullyParsed is true
45 TEST COMPLETE