From d82ec0ddfdb820f93641c8599d40bd71215d2fbd Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Fri, 12 Dec 2014 15:16:25 +0000 Subject: [PATCH] add bug reports urls for weird behaviors --- src/__tests__/Layout-test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/__tests__/Layout-test.js b/src/__tests__/Layout-test.js index 61c42335..5057c2aa 100755 --- a/src/__tests__/Layout-test.js +++ b/src/__tests__/Layout-test.js @@ -1116,6 +1116,7 @@ describe('Layout', function() { // This behavior is very weird. The child has a width of 0 but somehow the // parent has a width of 500. Looks like a bug rather than a feature. + // https://code.google.com/p/chromium/issues/detail?id=441768 xit('should layout with flex: 0 and a specific width', function() { testLayout( {style: {flexDirection: 'row'}, children: [ @@ -1174,6 +1175,7 @@ describe('Layout', function() { // The container should be width = 25 because the width of the two children // are 20 and 5. It's likely a bug in Chrome + // https://code.google.com/p/chromium/issues/detail?id=247963#c16 xit('should layout flex wrap with padding and borders', function() { testLayout( {style: {height: 100, flexWrap: 'wrap'}, children: [