10 Expected 100 for height, but got 10.
13 <img data-expected-display="block" data-expected-width="345" style="-webkit-flex: 1 0 auto;" src="../images/resources/blue-100.png">
14 <!-- FIXME: The image should stretch in the cross direction. -->
15 <img data-expected-display="block" data-expected-width="255" data-expected-height="100" style="-webkit-flex: 1 0 auto;" src="../images/resources/green-10.png">
19 Expected 100 for height, but got 20.
20 Expected 100 for height, but got 20.
23 <img data-expected-display="block" data-expected-width="200" style="-webkit-flex: 1 0 auto;" src="../images/resources/blue-100.png">
24 <!-- FIXME: The missing image placeholders should stretch in the cross direction. -->
25 <img data-expected-display="block" data-expected-width="200" data-expected-height="100" style="-webkit-flex: 2 0 0;" src="doesnotexist.png">
26 <img data-expected-display="block" data-expected-width="200" data-expected-height="100" style="-webkit-flex: 2 0 0;" src="doesnotexist.png" alt="placeholder text">
33 Expected 600 for width, but got 0.
36 <!-- FIXME: This table should flex. -->
37 <div data-expected-display="table" data-expected-width="600" style="display: inline-table"></div>