Changeset 57719 in webkit


Ignore:
Timestamp:
Apr 16, 2010 12:27:09 AM (14 years ago)
Author:
mjs@apple.com
Message:

2010-04-16 Maciej Stachowiak <mjs@apple.com>

Reviewed by Adam Barth.

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

  • fast/url/script-tests/file.js: Added new test.
  • fast/url/file-expected.txt: Added (expected results).
  • fast/url/file.html: Added (wrapper).
  • fast/url/script-tests/TEMPLATE.html: Add an explicit dependable <base> URL to the template, to avoid making test expectations system dependent.


Other test wrappers regenerated for the above change:

  • fast/url/anchor.html:
  • fast/url/ipv4.html:
  • fast/url/path-url.html:
  • fast/url/port.html:
  • fast/url/query.html:
  • fast/url/standard-url.html:
  • fast/url/trivial.html:
Location:
trunk/LayoutTests
Files:
3 added
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57713 r57719  
     12010-04-16  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        Test file: URL canonicalization
     6        https://bugs.webkit.org/show_bug.cgi?id=37700
     7
     8        * fast/url/script-tests/file.js: Added new test.
     9        * fast/url/file-expected.txt: Added (expected results).
     10        * fast/url/file.html: Added (wrapper).
     11
     12        * fast/url/script-tests/TEMPLATE.html: Add an explicit dependable
     13        <base> URL to the template, to avoid making test expectations
     14        system dependent.
     15       
     16        Other test wrappers regenerated for the above change:
     17
     18        * fast/url/anchor.html:
     19        * fast/url/ipv4.html:
     20        * fast/url/path-url.html:
     21        * fast/url/port.html:
     22        * fast/url/query.html:
     23        * fast/url/standard-url.html:
     24        * fast/url/trivial.html:
     25
    1262010-04-15  Tony Chang  <tony@chromium.org>
    227
  • trunk/LayoutTests/fast/url/anchor.html

    r57502 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
  • trunk/LayoutTests/fast/url/ipv4.html

    r57501 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
  • trunk/LayoutTests/fast/url/path-url.html

    r57586 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
  • trunk/LayoutTests/fast/url/port.html

    r57588 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
  • trunk/LayoutTests/fast/url/query.html

    r57501 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
  • trunk/LayoutTests/fast/url/script-tests/TEMPLATE.html

    r57501 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
  • trunk/LayoutTests/fast/url/standard-url.html

    r57585 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
  • trunk/LayoutTests/fast/url/trivial.html

    r57501 r57719  
    22<html>
    33<head>
     4<base href="file:///tmp/LayoutTests/fast/url/">
    45<link rel="stylesheet" href="../js/resources/js-test-style.css">
    56<script src="../js/resources/js-test-pre.js"></script>
Note: See TracChangeset for help on using the changeset viewer.