Changeset 64495 in webkit


Ignore:
Timestamp:
Aug 2, 2010 2:50:20 PM (14 years ago)
Author:
ojan@chromium.org
Message:

2010-08-02 Ojan Vafai <ojan@chromium.org>

Reviewed by Eric Seidel.

fix editing/selection/focus-contenteditable-iframe.html after r64489
https://bugs.webkit.org/show_bug.cgi?id=43383

I had just messed up the expected results before committing r64489.
This new output is correct and matches the test description.

  • editing/selection/focus-contenteditable-iframe-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64491 r64495  
     12010-08-02  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        fix editing/selection/focus-contenteditable-iframe.html after r64489
     6        https://bugs.webkit.org/show_bug.cgi?id=43383
     7
     8        I had just messed up the expected results before committing r64489.
     9        This new output is correct and matches the test description.
     10
     11        * editing/selection/focus-contenteditable-iframe-expected.txt:
     12
    1132010-07-29  Jon Honeycutt  <jhoneycutt@apple.com>
    214
  • trunk/LayoutTests/editing/selection/focus-contenteditable-iframe-expected.txt

    r64489 r64495  
    66|   <body>
    77|     contenteditable="true"
    8 |     "<#selection-caret>asdf"
     8|     "<#selection-anchor>asdf<#selection-focus>"
Note: See TracChangeset for help on using the changeset viewer.