Changeset 57785 in webkit


Ignore:
Timestamp:
Apr 17, 2010 1:00:39 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-17 Adam Barth <abarth@webkit.org>

Unreviewed, but I took Jeremy Orlow's suggestions on an earlier
iteration of this patch.

Add URL parsing tests for relative URL resolution
https://bugs.webkit.org/show_bug.cgi?id=37644

I've split the platform specific parts of this test into separate
files. On KURL-based ports these should have the same results on every
platform. We can decide whether to have platform-specific behavior at
a later time.

  • fast/url/relative-expected.txt: Added.
  • fast/url/relative-unix-expected.txt: Added.
  • fast/url/relative-unix.html: Added.
  • fast/url/relative-win-expected.txt: Added.
  • fast/url/relative-win.html: Added.
  • fast/url/relative.html: Added.
  • fast/url/script-tests/relative-unix.js: Added.
  • fast/url/script-tests/relative-win.js: Added.
  • fast/url/script-tests/relative.js: Added.
Location:
trunk/LayoutTests
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57783 r57785  
     12010-04-17  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed, but I took Jeremy Orlow's suggestions on an earlier
     4        iteration of this patch.
     5
     6        Add URL parsing tests for relative URL resolution
     7        https://bugs.webkit.org/show_bug.cgi?id=37644
     8
     9        I've split the platform specific parts of this test into separate
     10        files.  On KURL-based ports these should have the same results on every
     11        platform.  We can decide whether to have platform-specific behavior at
     12        a later time.
     13
     14        * fast/url/relative-expected.txt: Added.
     15        * fast/url/relative-unix-expected.txt: Added.
     16        * fast/url/relative-unix.html: Added.
     17        * fast/url/relative-win-expected.txt: Added.
     18        * fast/url/relative-win.html: Added.
     19        * fast/url/relative.html: Added.
     20        * fast/url/script-tests/relative-unix.js: Added.
     21        * fast/url/script-tests/relative-win.js: Added.
     22        * fast/url/script-tests/relative.js: Added.
     23
    1242010-04-17  Alejandro G. Castro  <alex@igalia.com>
    225
Note: See TracChangeset for help on using the changeset viewer.