Skip to content
  • commit-queue@webkit.org's avatar
    Add test infrastructure to test rubber-banding overhang drawing along with... · a6e510e0
    commit-queue@webkit.org authored
    Add test infrastructure to test rubber-banding overhang drawing along with layout tests for existing Chromium Mac overhang drawing in the non-gpu path.
    https://bugs.webkit.org/show_bug.cgi?id=67511
    
    Patch by Alexei Svitkine <asvitkine@chromium.org> on 2011-09-07
    Reviewed by Dimitri Glazkov.
    
    .:
    
    * Source/autotools/symbols.filter:
    
    Source/WebCore:
    
    Tests: platform/chromium-mac/rubberbanding/overhang-e.html
           platform/chromium-mac/rubberbanding/overhang-n.html
           platform/chromium-mac/rubberbanding/overhang-ne.html
           platform/chromium-mac/rubberbanding/overhang-nw.html
           platform/chromium-mac/rubberbanding/overhang-s.html
           platform/chromium-mac/rubberbanding/overhang-se.html
           platform/chromium-mac/rubberbanding/overhang-sw.html
           platform/chromium-mac/rubberbanding/overhang-w.html
    
    * WebCore.exp.in:
    * platform/ScrollableArea.h:
    * testing/Internals.cpp:
    (WebCore::Internals::setScrollViewPosition):
    * testing/Internals.h:
    * testing/Internals.idl:
    
    Source/WebKit2:
    
    * win/WebKit2.def:
    * win/WebKit2CFLite.def:
    
    LayoutTests:
    
    * platform/chromium-mac/rubberbanding: Added.
    * platform/chromium-mac/rubberbanding/overhang-e-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-e-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-e.html: Added.
    * platform/chromium-mac/rubberbanding/overhang-n-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-n-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-n.html: Added.
    * platform/chromium-mac/rubberbanding/overhang-ne-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-ne-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-ne.html: Added.
    * platform/chromium-mac/rubberbanding/overhang-nw-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-nw-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-nw.html: Added.
    * platform/chromium-mac/rubberbanding/overhang-s-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-s-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-s.html: Added.
    * platform/chromium-mac/rubberbanding/overhang-se-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-se-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-se.html: Added.
    * platform/chromium-mac/rubberbanding/overhang-sw-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-sw-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-sw.html: Added.
    * platform/chromium-mac/rubberbanding/overhang-w-expected.png: Added.
    * platform/chromium-mac/rubberbanding/overhang-w-expected.txt: Added.
    * platform/chromium-mac/rubberbanding/overhang-w.html: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@94705 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a6e510e0