summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/auto-min-size-expected.txt
blob: b763e7656ec18ee150f506cd16706e93fc2817e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
PASS div.style.minWidth is ""
PASS getComputedStyle(div)["min-width"] is "0px"
PASS div.style.minWidth is "auto"
PASS div.style.maxWidth is ""
PASS getComputedStyle(div).minWidth is "0px"
PASS div.style.minWidth is "0px"
PASS getComputedStyle(div)["min-width"] is "0px"
PASS div.style.minHeight is ""
PASS getComputedStyle(div)["min-height"] is "0px"
PASS div.style.minHeight is "auto"
PASS div.style.maxHeight is ""
PASS getComputedStyle(div).minHeight is "0px"
PASS div.style.minHeight is "0px"
PASS getComputedStyle(div)["min-height"] is "0px"
PASS flexitem.style.minWidth is ""
PASS getComputedStyle(flexitem)["min-width"] is "auto"
PASS flexitem.style.minWidth is "auto"
PASS flexitem.style.maxWidth is ""
PASS getComputedStyle(flexitem).minWidth is "auto"
PASS flexitem.style.minWidth is "0px"
PASS getComputedStyle(flexitem)["min-width"] is "0px"
PASS flexitem.style.minHeight is ""
PASS getComputedStyle(flexitem)["min-height"] is "auto"
PASS flexitem.style.minHeight is "auto"
PASS flexitem.style.maxHeight is ""
PASS getComputedStyle(flexitem).minHeight is "auto"
PASS flexitem.style.minHeight is "0px"
PASS getComputedStyle(flexitem)["min-height"] is "0px"
PASS griditem.style.minWidth is ""
PASS getComputedStyle(griditem)["min-width"] is "auto"
PASS griditem.style.minWidth is "auto"
PASS griditem.style.maxWidth is ""
PASS getComputedStyle(griditem).minWidth is "auto"
PASS griditem.style.minWidth is "0px"
PASS getComputedStyle(griditem)["min-width"] is "0px"
PASS griditem.style.minHeight is ""
PASS getComputedStyle(griditem)["min-height"] is "auto"
PASS griditem.style.minHeight is "auto"
PASS griditem.style.maxHeight is ""
PASS getComputedStyle(griditem).minHeight is "auto"
PASS griditem.style.minHeight is "0px"
PASS getComputedStyle(griditem)["min-height"] is "0px"
PASS successfullyParsed is true

TEST COMPLETE