Changeset 22076 in webkit


Ignore:
Timestamp:
Jun 8, 2007 1:03:37 PM (17 years ago)
Author:
bdakin
Message:

Reviewed by Brady.

Fix for http://trac.webkit.org/projects/webkit/changeset/21738

This test started failing after Adele's r21738. After investigating
this, it turns out that it just needs updated results. This test
happened to tickle the very bug that Adele fixed.

  • http/tests/navigation/relativeanchor-goback-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r22075 r22076  
     12007-06-08  dethbakin  <bdakin@apple.com>
     2
     3        Reviewed by Brady.
     4
     5        Fix for http://trac.webkit.org/projects/webkit/changeset/21738
     6
     7        This test started failing after Adele's r21738. After investigating
     8        this, it turns out that it just needs updated results. This test
     9        happened to tickle the very bug that Adele fixed.
     10
     11        * http/tests/navigation/relativeanchor-goback-expected.txt:
     12
    1132007-06-08  Justin Garcia  <justin.garcia@apple.com>
    214
  • trunk/LayoutTests/http/tests/navigation/relativeanchor-goback-expected.txt

    r18264 r22076  
    5353        RenderMenuList {SELECT} at (2,268) size 255x18 [bgcolor=#FFFFFF]
    5454          RenderBlock (anonymous) at (8,2) size 224x13
    55             RenderText at (0,0) size 225x13
    56               text run at (0,0) width 225: "Value set by User that should be Restored"
     55            RenderText at (0,0) size 63x13
     56              text run at (0,0) width 63: "Initial Value"
    5757        RenderBR {BR} at (259,281) size 0x0
    5858        RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     
    9393          RenderText {#text} at (0,0) size 531x37
    9494            text run at (0,0) width 531: "This is an anchor point named \"anchor1\"."
    95 layer at (389,363) size 142x13
     95layer at (389,363) size 142x13 scrollWidth 153
    9696  RenderBlock {DIV} at (3,3) size 142x13
    97     RenderText {#text} at (1,0) size 133x13
    98       text run at (1,0) width 133: "New form text from user"
     97    RenderText {#text} at (1,0) size 151x13
     98      text run at (1,0) width 151: "Initial text before user input"
    9999layer at (347,400) size 142x13
    100100  RenderBlock {DIV} at (3,3) size 142x13
    101101layer at (11,592) size 230x130
    102102  RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 202: "More new form text from user, which "
    105       text run at (3,13) width 205: "should be restored when we return to "
    106       text run at (3,26) width 53: "this page."
     103    RenderText {#text} at (3,0) size 185x13
     104      text run at (3,0) width 185: "More initial text before user input."
     105      text run at (188,0) width 0: " "
     106    RenderBR {BR} at (3,13) size 0x13
    107107scrolled to 0,950
    108108
Note: See TracChangeset for help on using the changeset viewer.