Changeset 58113 in webkit


Ignore:
Timestamp:
Apr 22, 2010 1:17:22 PM (14 years ago)
Author:
morrita@google.com
Message:

2010-04-22 MORITA Hajime <morrita@google.com>

Not reviewed.

Picked a review feedback left on:
https://bugs.webkit.org/show_bug.cgi?id=37056
LayoutTests/editing/selection/move-left-right.html is slow


  • editing/selection/move-left-right.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r58111 r58113  
     12010-04-22  MORITA Hajime <morrita@google.com>
     2
     3        Not reviewed.
     4
     5        Picked a review feedback left on:
     6        https://bugs.webkit.org/show_bug.cgi?id=37056
     7        LayoutTests/editing/selection/move-left-right.html is slow
     8       
     9        * editing/selection/move-left-right.html:
     10
    1112010-04-22  Dave Moore  <davemoore@chromium.org>
    212
  • trunk/LayoutTests/editing/selection/move-left-right.html

    r58048 r58113  
    131131        function runTest()
    132132        {
    133             if (window.layoutTestController)
    134                 layoutTestController.dumpAsText();
    135 
    136133            var tests = document.getElementsByClassName("test");
    137134            var sel = getSelection();
     
    183180            }
    184181        };
     182
     183        if (window.layoutTestController)
     184            layoutTestController.dumpAsText();
    185185    </script>
    186186</head>
Note: See TracChangeset for help on using the changeset viewer.