Skip to content
  • tony@chromium.org's avatar
    [chromium] Fix css3/flexbox/cross-axis-scrollbar-expected to work on · 97559abe
    tony@chromium.org authored
    chromium win.
    
    The scrollbars overflow the bounds of the scrollbar rect (see bug 77368).
    Work around this by using positioned elements and setting the z-index as
    negative.  It didn't work previously because when the scrollbar was
    positioned, it clipped the extra pixels.  Tested to verify that this works
    on Chromium Win and Chromium Linux.
    
    Unreviewed, test fix.
    
    * css3/flexbox/cross-axis-scrollbar-expected.html:
    * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106378 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    97559abe