Chromium Code Reviews| Index: LayoutTests/fast/css-intrinsic-dimensions/height-flexbox-expected.html |
| diff --git a/LayoutTests/fast/css-intrinsic-dimensions/height-flexbox-expected.html b/LayoutTests/fast/css-intrinsic-dimensions/height-flexbox-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..21ee78273e661b83c798cabaed7c609446be92dd |
| --- /dev/null |
| +++ b/LayoutTests/fast/css-intrinsic-dimensions/height-flexbox-expected.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + .container { |
| + border: 2px solid blue; |
| + } |
| + |
| + .item { |
| + border: 2px solid red; |
| + } |
| +</style> |
| + |
| +<div class="container"> |
| + <div class="item"> |
|
ojan
2013/04/11 03:21:46
Might be good to add another case with multiple fl
cbiesinger
2013/04/12 01:17:52
Done.
|
| + Line 1<br> |
| + Line 2 |
| + </div> |
| +</div> |