Changeset 63861 in webkit


Ignore:
Timestamp:
Jul 21, 2010 3:59:20 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-21 Peter Beverloo <peter@lvp-media.com>

Reviewed by Darin Adler.

Updated six more layout tests from -khtml to -webkit
https://bugs.webkit.org/show_bug.cgi?id=42788

This is a follow up to r63854 and r63857

  • css3/khtml-background-size-0x0-bmp.html:
  • editing/deleting/delete-3959464-fix.html:
  • editing/deleting/delete-and-undo.html:
  • editing/deleting/delete-at-paragraph-boundaries-001.html:
  • editing/deleting/delete-at-paragraph-boundaries-002.html:
  • editing/deleting/delete-at-paragraph-boundaries-003.html:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r63860 r63861  
     12010-07-21  Peter Beverloo  <peter@lvp-media.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Updated six more layout tests from -khtml to -webkit
     6        https://bugs.webkit.org/show_bug.cgi?id=42788
     7       
     8        This is a follow up to r63854 and r63857
     9
     10        * css3/khtml-background-size-0x0-bmp.html:
     11        * editing/deleting/delete-3959464-fix.html:
     12        * editing/deleting/delete-and-undo.html:
     13        * editing/deleting/delete-at-paragraph-boundaries-001.html:
     14        * editing/deleting/delete-at-paragraph-boundaries-002.html:
     15        * editing/deleting/delete-at-paragraph-boundaries-003.html:
     16
    1172010-07-21  Adam Barth  <abarth@webkit.org>
    218
  • trunk/LayoutTests/css3/khtml-background-size-0x0-bmp.html

    r36047 r63861  
    88    body {
    99        background-image:url("support/0x0.bmp");
    10         -khtml-background-size: 100 auto;
     10        -webkit-background-size: 100 auto;
    1111    }
    1212</style>
  • trunk/LayoutTests/editing/deleting/delete-3959464-fix.html

    r11995 r63861  
    3939</div>
    4040
    41 <div contenteditable="true" id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
     41<div contenteditable="true" id="root" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
    4242<div id="test" class="editing">foo</div>
    4343</div>
  • trunk/LayoutTests/editing/deleting/delete-and-undo.html

    r11995 r63861  
    3939</div>
    4040
    41 <div id="root" contenteditable="true" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
     41<div id="root" contenteditable="true" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
    4242<div id="test" class="editing">foo bar baz</div></div>
    4343
  • trunk/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-001.html

    r11995 r63861  
    4848</div>
    4949
    50 <div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
     50<div contenteditable id="root" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
    5151<div id="test" class="editing">
    5252<p style="margin-top: 0; margin-bottom: 0">A</p>
    53 <p style="margin-top: 0; margin-bottom: 0"><BR class="khtml-block-placeholder"></p>
     53<p style="margin-top: 0; margin-bottom: 0"><BR class="webkit-block-placeholder"></p>
    5454<p style="margin-top: 0; margin-bottom: 0">A</p>
    55 <p style="margin-top: 0; margin-bottom: 0"><BR class="khtml-block-placeholder"></p>
     55<p style="margin-top: 0; margin-bottom: 0"><BR class="webkit-block-placeholder"></p>
    5656</div>
    5757</div>
  • trunk/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-002.html

    r11995 r63861  
    4848</div>
    4949
    50 <div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
     50<div contenteditable id="root" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
    5151<div id="test" class="editing">
    5252<p style="margin-top: 0; margin-bottom: 0">A</p>
    5353<BR>
    5454<p style="margin-top: 0; margin-bottom: 0">A</p>
    55 <p style="margin-top: 0; margin-bottom: 0"><BR class="khtml-block-placeholder"></p>
     55<p style="margin-top: 0; margin-bottom: 0"><BR class="webkit-block-placeholder"></p>
    5656</div>
    5757</div>
  • trunk/LayoutTests/editing/deleting/delete-at-paragraph-boundaries-003.html

    r11995 r63861  
    4949</div>
    5050
    51 <div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
     51<div contenteditable id="root" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
    5252<div id="test" class="editing">
    5353<p style="margin-top: 0; margin-bottom: 0">A</p>
    54 <p style="margin-top: 0; margin-bottom: 0"><BR class="khtml-block-placeholder"></p>
     54<p style="margin-top: 0; margin-bottom: 0"><BR class="webkit-block-placeholder"></p>
    5555<p style="margin-top: 0; margin-bottom: 0">AA</p>
    5656</div>
Note: See TracChangeset for help on using the changeset viewer.