Changeset 56213 in webkit


Ignore:
Timestamp:
Mar 18, 2010 11:03:34 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-18 Ojan Vafai <ojan@chromium.org>

Reviewed by Eric Seidel.

add new results for failing win/linux test after http://trac.webkit.org/changeset/56175
https://bugs.webkit.org/show_bug.cgi?id=36329

Missed this test in r56175 since it does a drag on win/linux, but not a mac.
The new results correctly do the smart-drag behavior of doing a smart-delete
on drag regardless of whether the selection granularity is word granularity.

  • platform/win/editing/selection/drag-text-delay-expected.checksum: Added.
  • platform/win/editing/selection/drag-text-delay-expected.png: Added.
  • platform/win/editing/selection/drag-text-delay-expected.txt:
Location:
trunk/LayoutTests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r56211 r56213  
     12010-03-18  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        add new results for failing win/linux test after http://trac.webkit.org/changeset/56175
     6        https://bugs.webkit.org/show_bug.cgi?id=36329
     7
     8        Missed this test in r56175 since it does a drag on win/linux, but not a mac.
     9        The new results correctly do the smart-drag behavior of doing a smart-delete
     10        on drag regardless of whether the selection granularity is word granularity.
     11
     12        * platform/win/editing/selection/drag-text-delay-expected.checksum: Added.
     13        * platform/win/editing/selection/drag-text-delay-expected.png: Added.
     14        * platform/win/editing/selection/drag-text-delay-expected.txt:
     15
    1162010-03-18  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    217
  • trunk/LayoutTests/platform/win/editing/selection/drag-text-delay-expected.txt

    r54749 r56213  
    99layer at (13,13) size 119x13
    1010  RenderBlock {DIV} at (3,3) size 119x13
    11     RenderText {#text} at (1,0) size 59x13
    12       text run at (1,0) width 59: " worldhello"
    13 selection start: position 6 of child 0 {#text} of child 0 {DIV} of child 1 {INPUT} of child 1 {BODY} of child 0 {HTML} of document
    14 selection end:   position 11 of child 0 {#text} of child 0 {DIV} of child 1 {INPUT} of child 1 {BODY} of child 0 {HTML} of document
     11    RenderText {#text} at (1,0) size 56x13
     12      text run at (1,0) width 56: "worldhello"
     13selection start: position 5 of child 0 {#text} of child 0 {DIV} of child 1 {INPUT} of child 1 {BODY} of child 0 {HTML} of document
     14selection end:   position 10 of child 0 {#text} of child 0 {DIV} of child 1 {INPUT} of child 1 {BODY} of child 0 {HTML} of document
Note: See TracChangeset for help on using the changeset viewer.