Skip to content

Commit 77294a9

Browse files
authored
1 parent 3abecb1 commit 77294a9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

css/css-flexbox/flex-aspect-ratio-img-column-017.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<div id=log></div>
1313

14+
<body onload="checkLayout('img')">
1415
<pre>
1516
Specified size suggestion = 200px
1617
Content size suggestion = 150px [1]
@@ -28,7 +29,3 @@
2829
<div style="display: flex; flex-direction: column; height: 0px; width: 150px;">
2930
<img src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" />' style="height: 200px; background: green;" data-expected-height=150>
3031
</div>
31-
32-
<script>
33-
checkLayout('img');
34-
</script>

0 commit comments

Comments
 (0)