Changeset 49918 in webkit


Ignore:
Timestamp:
Oct 21, 2009 12:43:48 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-10-21 Alejandro G. Castro <alex@igalia.com>

Reviewed by Xan Lopez.

[GTK] Removed 5333725.html from Skipped and modified the expected
result of 5232159-expected.txt and fake-drag-expected.txt, this
modifications come from the changes in EventSender (bug 30633 and
bug 30636).
https://bugs.webkit.org/show_bug.cgi?id=30593

  • LayoutTests/platform/gtk/Skipped:
  • LayoutTests/platform/gtk/editing/selection/5232159-expected.txt:
  • LayoutTests/platform/gtk/editing/selection/fake-drag-expected.tx :
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r49914 r49918  
     12009-10-21  Alejandro G. Castro  <alex@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [GTK] Removed 5333725.html from Skipped and modified the expected
     6        result of 5232159-expected.txt and fake-drag-expected.txt, this
     7        modifications come from the changes in EventSender (bug 30633 and
     8        bug 30636).
     9        https://bugs.webkit.org/show_bug.cgi?id=30593
     10
     11        * LayoutTests/platform/gtk/Skipped:
     12        * LayoutTests/platform/gtk/editing/selection/5232159-expected.txt:
     13        * LayoutTests/platform/gtk/editing/selection/fake-drag-expected.tx :
     14
    1152009-10-21  Victor Wang  <victorw@chromium.org>
    216
  • trunk/LayoutTests/platform/gtk/Skipped

    r49901 r49918  
    55455545fast/events/pageshow-pagehide.html
    55465546
    5547 # https://bugs.webkit.org/show_bug.cgi?id=30593
    5548 editing/selection/5333725.html
    5549 
    55505547# No TextInputController
    55515548fast/forms/input-maxlength-ime-completed.html
  • trunk/LayoutTests/platform/gtk/editing/selection/5232159-expected.txt

    r49192 r49918  
    2424        text run at (0,60) width 753: "natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque dapibus ante et nulla. Cras nec velit."
    2525        text run at (0,80) width 645: "Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Integer ut tortor."
    26 caret: position 3 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
     26selection start: position 3 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
     27selection end:   position 236 of child 2 {#text} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
  • trunk/LayoutTests/platform/gtk/editing/selection/fake-drag-expected.txt

    r49192 r49918  
    77        RenderText {#text} at (0,0) size 193x20
    88          text run at (0,0) width 193: "Select me, select me, select me"
    9 selection start: position 0 of child 0 {#text} of child 1 {DIV} of child 1 {BODY} of child 0 {HTML} of document
    10 selection end:   position 6 of child 0 {#text} of child 1 {DIV} of child 1 {BODY} of child 0 {HTML} of document
     9selection start: position 5 of child 0 {#text} of child 1 {DIV} of child 1 {BODY} of child 0 {HTML} of document
     10selection end:   position 8 of child 0 {#text} of child 1 {DIV} of child 1 {BODY} of child 0 {HTML} of document
Note: See TracChangeset for help on using the changeset viewer.