All the generated tests are passing :)

This commit is contained in:
Christopher Chedeau
2014-04-19 22:08:10 -07:00
parent 94aedd25f6
commit 901db3c3a6
3 changed files with 26514 additions and 196 deletions

View File

@@ -114,6 +114,7 @@ var layoutTestUtils = (function() {
testRandomLayout: function(node, i) {
expect({i: i, node: node, layout: computeLayout(node)})
.toEqual({i: i, node: node, layout: computeDOMLayout(node)});
}
},
computeDOMLayout: computeDOMLayout
}
})();