add bug reports urls for weird behaviors

This commit is contained in:
Christopher Chedeau
2014-12-12 15:16:25 +00:00
parent 1605bdfb1e
commit d82ec0ddfd

View File

@@ -1116,6 +1116,7 @@ describe('Layout', function() {
// This behavior is very weird. The child has a width of 0 but somehow the // 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. // 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() { xit('should layout with flex: 0 and a specific width', function() {
testLayout( testLayout(
{style: {flexDirection: 'row'}, children: [ {style: {flexDirection: 'row'}, children: [
@@ -1174,6 +1175,7 @@ describe('Layout', function() {
// The container should be width = 25 because the width of the two children // The container should be width = 25 because the width of the two children
// are 20 and 5. It's likely a bug in Chrome // 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() { xit('should layout flex wrap with padding and borders', function() {
testLayout( testLayout(
{style: {height: 100, flexWrap: 'wrap'}, children: [ {style: {height: 100, flexWrap: 'wrap'}, children: [