Skip to content
  • commit-queue@webkit.org's avatar
    flex-wrap:nowrap should be flex-wrap:none · a97f58bf
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=78772
    
    As per the spec http://dev.w3.org/csswg/css3-flexbox/#flex-wrap0, flex-wrap:nowrap should be changed to flex-wrap:none.
    
    Patch by Joe Thomas <joethomas@motorola.com> on 2012-02-17
    Reviewed by Ojan Vafai.
    
    Source/WebCore:
    
    * css/CSSParser.cpp:
    (WebCore::CSSParser::parseValue):
    * css/CSSPrimitiveValueMappings.h:
    (WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
    (WebCore::CSSPrimitiveValue::operator EFlexWrap):
    * css/CSSValueKeywords.in:
    * rendering/style/RenderStyle.h:
    * rendering/style/RenderStyleConstants.h:
    
    LayoutTests:
    
    * css3/flexbox/css-properties-expected.txt:
    * css3/flexbox/script-tests/css-properties.js:
    * fast/css/getComputedStyle/computed-style-expected.txt:
    * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-expected.txt:
    * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
    * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
    * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
    * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * svg/css/getComputedStyle-basic-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108102 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a97f58bf