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:
@@ -411,6 +411,8 @@ function getDefaultStyleValue(style) {
|
||||
case 'bottom':
|
||||
case 'start':
|
||||
case 'end':
|
||||
case 'width':
|
||||
case 'height':
|
||||
return 'undefined';
|
||||
}
|
||||
var node = document.getElementById('default');
|
||||
|
Reference in New Issue
Block a user