Chromium Code Reviews| Index: LayoutTests/fast/block/positioning/static-to-abspos-parent-is-stf-expected.txt |
| diff --git a/LayoutTests/fast/block/positioning/static-to-abspos-parent-is-stf-expected.txt b/LayoutTests/fast/block/positioning/static-to-abspos-parent-is-stf-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c1c5e379f1f36e6eaedb34075f1c4158ee373aa0 |
| --- /dev/null |
| +++ b/LayoutTests/fast/block/positioning/static-to-abspos-parent-is-stf-expected.txt |
| @@ -0,0 +1,5 @@ |
| +Change from position:static to position:absolute when the parent is a shrink-to-fit container. The parent needs to recalculate its intrinsic size when this happens. |
| + |
| +There should be a black square below. |
| + |
| +PASS |