[Issue facebook/css-layout#78]: Implemented alignContent ; #79
@@ -403,6 +403,13 @@ var layoutTestUtils = (function() {
|
|||||||
bigMinWidth: 100.4375
|
bigMinWidth: 100.4375
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Note(prenaux): Clearly not what I would like, but it seems to be the only
|
||||||
|
// way :( My guess is that since the font on Windows is
|
||||||
|
// different than on OSX it has a different size.
|
||||||
|
if (typeof navigator !== 'undefined' && navigator.userAgent.indexOf("Windows NT") > -1) {
|
||||||
|
preDefinedTextSizes.bigHeight = 36;
|
||||||
|
}
|
||||||
|
|
||||||
var textSizes;
|
var textSizes;
|
||||||
if (typeof require === 'function') {
|
if (typeof require === 'function') {
|
||||||
textSizes = preDefinedTextSizes;
|
textSizes = preDefinedTextSizes;
|
||||||
|
Reference in New Issue
Block a user