Changeset 57786 in webkit


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

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

Unreviewed.

Test file: URL canonicalization
https://bugs.webkit.org/show_bug.cgi?id=37700

Re-land http://trac.webkit.org/changeset/57719, hopefully not breaking
the Windows bot this time.

  • fast/url/file-expected.txt: Added.
  • fast/url/file.html: Added.
  • fast/url/mailto.html:
  • fast/url/script-tests/file.js: Added.
Location:
trunk/LayoutTests
Files:
2 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57785 r57786  
     12010-04-17  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed.
     4
     5        Test file: URL canonicalization
     6        https://bugs.webkit.org/show_bug.cgi?id=37700
     7
     8        Re-land http://trac.webkit.org/changeset/57719, hopefully not breaking
     9        the Windows bot this time.
     10
     11        * fast/url/file-expected.txt: Added.
     12        * fast/url/file.html: Added.
     13        * fast/url/mailto.html:
     14        * fast/url/script-tests/file.js: Added.
     15
    1162010-04-17  Adam Barth  <abarth@webkit.org>
    217
  • trunk/LayoutTests/fast/url/file.html

    r57785 r57786  
    99<p id="description"></p>
    1010<div id="console"></div>
    11 <script src="script-tests/mailto.js" charset="utf-8"></script>
     11<script src="script-tests/file.js"></script>
    1212<script src="../js/resources/js-test-post.js"></script>
    1313</body>
  • trunk/LayoutTests/fast/url/mailto.html

    r57636 r57786  
    99<p id="description"></p>
    1010<div id="console"></div>
    11 <script src="script-tests/mailto.js" charset="utf-8"></script>
     11<script src="script-tests/mailto.js"></script>
    1212<script src="../js/resources/js-test-post.js"></script>
    1313</body>
Note: See TracChangeset for help on using the changeset viewer.