| Index: LayoutTests/fast/css/auto-min-size-expected.txt
|
| diff --git a/LayoutTests/fast/css/auto-min-size-expected.txt b/LayoutTests/fast/css/auto-min-size-expected.txt
|
| index 439d5cc07a3371a0c96e96dbe4408b95bda8b4d1..23074499b1eb01a440f9274ac5e79c252dcfad84 100644
|
| --- a/LayoutTests/fast/css/auto-min-size-expected.txt
|
| +++ b/LayoutTests/fast/css/auto-min-size-expected.txt
|
| @@ -1,13 +1,13 @@
|
| PASS div.style.minWidth is ""
|
| PASS getComputedStyle(div)["min-width"] is "0px"
|
| -PASS div.style.minWidth is ""
|
| +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 ""
|
| +PASS div.style.minHeight is "auto"
|
| PASS div.style.maxHeight is ""
|
| PASS getComputedStyle(div).minHeight is "0px"
|
| PASS div.style.minHeight is "0px"
|
|
|