Changeset 64305 in webkit


Ignore:
Timestamp:
Jul 29, 2010 2:00:36 PM (14 years ago)
Author:
ojan@chromium.org
Message:

2010-07-29 Ojan Vafai <ojan@chromium.org>

Reviewed by Tor Arne Vestbø.

fix for editing/style/remove-underline-from-stylesheet.html on qt after r64303
https://bugs.webkit.org/show_bug.cgi?id=43208

  • platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64304 r64305  
     12010-07-29  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Tor Arne Vestbø.
     4
     5        fix for editing/style/remove-underline-from-stylesheet.html on qt after r64303
     6        https://bugs.webkit.org/show_bug.cgi?id=43208
     7
     8        * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt:
     9
    1102010-07-29  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/LayoutTests/platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt

    r64163 r64305  
    7171EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
    7272This tests removing underline from stylesheet (.editing has underline). Because text-decoration that comes from a style rule cannot be pushed down, the underline should stay. (see bug 27809).
    73 
    74 <DIV class="editing" id="root" contentEditable="">
    75 <#text>xxxxxx </#text>
    76 <#text><selection-anchor>xxxxxx<selection-focus></#text>
    77 <#text> xxxxxx</#text>
    78 <SPAN id="test">
    79 </SPAN>
    80 </DIV>
     73| "xxxxxx "
     74| "<#selection-anchor>xxxxxx<#selection-focus>"
     75| " xxxxxx"
     76| <span>
     77|   id="test"
Note: See TracChangeset for help on using the changeset viewer.