port latest updates to C
This commit is contained in:
@@ -786,7 +786,6 @@ describe('Layout', function() {
|
||||
|
||||
for (var i = 0; i < 1000; ++i) {
|
||||
var node = generateRandomNode();
|
||||
|
||||
if (JSON.stringify(computeLayout(node)) !== JSON.stringify(computeDOMLayout(node))) {
|
||||
node = reduceTest(node);
|
||||
}
|
||||
|
Reference in New Issue
Block a user