This commit is contained in:
Christopher Chedeau
2014-04-15 16:46:06 -07:00
parent e55a6fbf27
commit 1a0cce4f42

View File

@@ -508,7 +508,7 @@ describe('Layout', function() {
// The iframe's body has a natural width of 300 that it doesn't really make // The iframe's body has a natural width of 300 that it doesn't really make
// to replicate in the test suite. The easiest workaround is not to test // to replicate in the test suite. The easiest workaround is not to test
// alignSelf property on the top element. // alignSelf and flex properties on the root element.
delete node.style.alignSelf; delete node.style.alignSelf;
delete node.style.flex; delete node.style.flex;