(no bug) fix trailing whitespace in test_flexbox_flex_shorthand.html. whitespace-only, DONTBUILD

Pusing on a CLOSED TREE with KWierso|sheriffduty's permission
This commit is contained in:
Daniel Holbert 2014-03-10 16:57:44 -07:00
Родитель c5871513f9
Коммит 45ade68daf
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -49,7 +49,7 @@ let gFlexShorthandTestcases = [
"flex-grow": "EXPECTED computed value for flex-grow property",
"flex-shrink": "EXPECTED computed value for flex-shrink property",
"flex-basis": "EXPECTED computed value for flex-basis property",
},
},
*/
// Initial values of subproperties:
@ -242,7 +242,7 @@ function runFlexShorthandTest(aFlexShorthandTestcase)
let elem = document.createElement("div");
elem.style[gFlexPropInfo.domProp] = aFlexShorthandTestcase[gFlexPropName];
content.appendChild(elem);
content.appendChild(elem);
gFlexPropInfo.subproperties.forEach(function(aSubPropName) {
var expectedVal = aSubPropName in aFlexShorthandTestcase ?