| 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..29969a4d66c44da06af7f91427b2ba798600dbda 100644
|
| --- a/LayoutTests/fast/css/auto-min-size-expected.txt
|
| +++ b/LayoutTests/fast/css/auto-min-size-expected.txt
|
| @@ -1,17 +1,17 @@
|
| PASS div.style.minWidth is ""
|
| PASS getComputedStyle(div)["min-width"] is "0px"
|
| -PASS div.style.minWidth is ""
|
| -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.minWidth is "auto"
|
| +PASS div.style.maxWidth is ""
|
| +PASS getComputedStyle(div).minWidth is "0px"
|
| PASS div.style.minHeight is ""
|
| PASS getComputedStyle(div)["min-height"] is "0px"
|
| -PASS div.style.minHeight is ""
|
| -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 div.style.minHeight is "auto"
|
| +PASS div.style.maxHeight is ""
|
| +PASS getComputedStyle(div).minHeight is "0px"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|