Changeset 137280 in webkit


Ignore:
Timestamp:
Dec 11, 2012 3:30:49 AM (11 years ago)
Author:
allan.jensen@digia.com
Message:

[Qt] Support third-party cookie policy for Qt clients
https://bugs.webkit.org/show_bug.cgi?id=45455

Reviewed by Csaba Osztrogonác.

Fix regressed test. The test is now run from it own dir, not the platform independent dir.

  • platform/qt/TestExpectations:
  • platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r137276 r137280  
     12012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
     2
     3        [Qt] Support third-party cookie policy for Qt clients
     4        https://bugs.webkit.org/show_bug.cgi?id=45455
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        Fix regressed test. The test is now run from it own dir, not the platform independent dir.
     9
     10        * platform/qt/TestExpectations:
     11        * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
     12
    1132012-12-11  Andrey Kosyakov  <caseq@chromium.org>
    214
  • trunk/LayoutTests/platform/qt/TestExpectations

    r137161 r137280  
    19481948http/tests/security/xss-DENIED-xsl-document.xml
    19491949
    1950 # Support for third-party cookie blocking
    1951 # https://bugs.webkit.org/show_bug.cgi?id=45455
    1952 # See also http://bugreports.qt.nokia.com/browse/QTBUG-13601
    1953 platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html
    1954 
    19551950# ============================================================================= #
    19561951# new skipped tests yet to be sorted
  • trunk/LayoutTests/platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html

    r120167 r137280  
    11<html>
    22<head>
    3 <script src="resources/resetCookies.js"></script>
     3<script src="../../../../../http/tests/cookies/resources/resetCookies.js"></script>
    44<script>
    55resetCookies();
Note: See TracChangeset for help on using the changeset viewer.