Skip to content
  • commit-queue@webkit.org's avatar
    [Qt] REGRESSION: 5 tests started to fail with newer Qt5 · e6eca916
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=90687
    
    Patch by Marcelo Lira <marcelo.lira@openbossa.org> on 2012-09-21
    Reviewed by Luiz Agostini.
    
    When sending null data via POST method in  XMLHttpRequest the
    expected Content-Type "application/x-www-form-urlencoded",
    instead of "application/octet-stream". In fact that was the previously
    expected value for Qt, but was changed to conform to Qt 4.8 results.
    
    The cookie test result was updated to follow RFC 6265 behavior, as
    already does chromium, gtk, and efl.
    
    * platform/qt-5.0/Skipped:
    * platform/qt/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
    * platform/qt/http/tests/xmlhttprequest/methods-expected.txt:
    * platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt:
    * platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt:
    * platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129234 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e6eca916