Fix test failure about zero_size_with_child
A test about parent has zero width and height can not pass.
This commit is contained in:
@@ -7,3 +7,9 @@
|
||||
<div style="width: 100px; height: 100px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="zero_size_with_child">
|
||||
<div style="width: 0px; height: 0px;">
|
||||
<div style="width: 100px; height: 100px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user