1 Test the effect of percentages widths on the preferred widths of replaced elements.
9 Expected 130 for width, but got 30.
11 <div class="container" data-expected-width="130" data-expected-height="130">
12 <img class="min-content" src="resources/square-blue-100x100.png" style="width: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data-expected-height="120">
16 Expected 130 for width, but got 30.
18 <div class="container" data-expected-width="130" data-expected-height="130">
19 <img class="max-content" src="resources/square-blue-100x100.png" style="width: 100%; border: 5px solid black; padding: 5px;" data-expected-width="120" data-expected-height="120">