Changeset 57488 in webkit


Ignore:
Timestamp:
Apr 12, 2010 4:42:42 PM (14 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Maciej Stachowiak.

Add a trivial test for URL parsing
https://bugs.webkit.org/show_bug.cgi?id=37475

Hopefully this will be the starting point for many URL tests.

  • fast/url/script-tests/TEMPLATE.html: Added.
  • fast/url/script-tests/trivial.js: Added. (canonicalize):
  • fast/url/trivial-expected.txt: Added.
  • fast/url/trivial.html: Added.
Location:
trunk/LayoutTests
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57483 r57488  
     12010-04-12  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Maciej Stachowiak.
     4
     5        Add a trivial test for URL parsing
     6        https://bugs.webkit.org/show_bug.cgi?id=37475
     7
     8        Hopefully this will be the starting point for many URL tests.
     9
     10        * fast/url/script-tests/TEMPLATE.html: Added.
     11        * fast/url/script-tests/trivial.js: Added.
     12        (canonicalize):
     13        * fast/url/trivial-expected.txt: Added.
     14        * fast/url/trivial.html: Added.
     15
    1162010-04-12  Eric Seidel  <eric@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.