Changeset 69451 in webkit


Ignore:
Timestamp:
Oct 9, 2010 11:25:55 AM (14 years ago)
Author:
robert@webkit.org
Message:

2010-10-09 Robert Hogan <robert@webkit.org>

Reviewed by Andreas Kling.

[Qt] Fix url conversion in QWebHistory

Add results for:

http/tests/navigation/error404-basic.html
http/tests/navigation/error404-goback.html
http/tests/navigation/error404-subframeload.html
http/tests/navigation/javascriptlink-frames.html
http/tests/navigation/postredirect-basic.html
http/tests/navigation/postredirect-frames.html
http/tests/navigation/postredirect-goback1.html

https://bugs.webkit.org/show_bug.cgi?id=47048

  • platform/qt/http/tests/navigation/error404-basic-expected.txt: Added.
  • platform/qt/http/tests/navigation/error404-goback-expected.txt: Added.
  • platform/qt/http/tests/navigation/error404-subframeload-expected.txt: Added.
  • platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
  • platform/qt/http/tests/navigation/postredirect-basic-expected.txt: Added.
  • platform/qt/http/tests/navigation/postredirect-frames-expected.txt: Added.
  • platform/qt/http/tests/navigation/postredirect-goback1-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r69447 r69451  
     12010-10-09  Robert Hogan  <robert@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Fix url conversion in QWebHistory
     6
     7        Add results for:
     8                http/tests/navigation/error404-basic.html
     9                http/tests/navigation/error404-goback.html
     10                http/tests/navigation/error404-subframeload.html
     11                http/tests/navigation/javascriptlink-frames.html
     12                http/tests/navigation/postredirect-basic.html
     13                http/tests/navigation/postredirect-frames.html
     14                http/tests/navigation/postredirect-goback1.html
     15
     16        https://bugs.webkit.org/show_bug.cgi?id=47048
     17
     18
     19        * platform/qt/http/tests/navigation/error404-basic-expected.txt: Added.
     20        * platform/qt/http/tests/navigation/error404-goback-expected.txt: Added.
     21        * platform/qt/http/tests/navigation/error404-subframeload-expected.txt: Added.
     22        * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
     23        * platform/qt/http/tests/navigation/postredirect-basic-expected.txt: Added.
     24        * platform/qt/http/tests/navigation/postredirect-frames-expected.txt: Added.
     25        * platform/qt/http/tests/navigation/postredirect-goback1-expected.txt: Added.
     26
    1272010-10-09  Martin Robinson  <mrobinson@igalia.com>
    228
Note: See TracChangeset for help on using the changeset viewer.