Changeset 20002 in webkit


Ignore:
Timestamp:
Mar 6, 2007 8:16:09 PM (17 years ago)
Author:
bdash
Message:

2007-03-07 Mark Rowe <mrowe@apple.com>

Add dumpAsText to test to match expected results.

  • fast/dom/Window/window-location-replace-functions.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r20001 r20002  
     12007-03-07  Mark Rowe  <mrowe@apple.com>
     2
     3        Add dumpAsText to test to match expected results.
     4
     5        * fast/dom/Window/window-location-replace-functions.html:
     6
    172007-03-06  Mark Rowe  <mrowe@apple.com>
    28
  • trunk/LayoutTests/fast/dom/Window/window-location-replace-functions.html

    r19996 r20002  
    11<html>
    2 <script>window.location.toString = function() { return "http://webkit.org"; }
     2<script>
     3    window.location.toString = function() { return "http://webkit.org"; }
     4    if (window.layoutTestController)
     5        layoutTestController.dumpAsText();
    36</script>
    47<body>
Note: See TracChangeset for help on using the changeset viewer.