Changeset 49422 in webkit


Ignore:
Timestamp:
Oct 10, 2009 3:10:30 PM (15 years ago)
Author:
rniwa@webkit.org
Message:

REGRESSION (r49414): Rebaseline needed for Windows / Gtk Linux
https://bugs.webkit.org/show_bug.cgi?id=30279

Patch by Ryosuke Niwa <rniwa@webkit.org> on 2009-10-10
Reviewed by Eric Seidel.

  • platform/gtk/editing/style/5228141-expected.txt: Same rebaseline done for Mac in r49414
  • platform/win/editing/execCommand/toggle-compound-styles-expected.txt: two i tags are merged properly
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r49420 r49422  
     12009-10-10  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        REGRESSION (r49414): Rebaseline needed for Windows / Gtk Linux
     6        https://bugs.webkit.org/show_bug.cgi?id=30279
     7
     8        * platform/gtk/editing/style/5228141-expected.txt: Same rebaseline done for Mac in r49414
     9        * platform/win/editing/execCommand/toggle-compound-styles-expected.txt: two i tags are merged properly
     10
    1112009-10-10  Oliver Hunt  <oliver@apple.com>
    212
  • trunk/LayoutTests/platform/gtk/editing/style/5228141-expected.txt

    r49192 r49422  
    1212            RenderBR {BR} at (0,0) size 0x22
    1313        RenderBlock {DIV} at (0,22) size 784x109
    14           RenderInline {B} at (0,0) size 166x22
     14          RenderInline {B} at (0,0) size 242x22
    1515            RenderText {#text} at (0,87) size 166x22
    1616              text run at (0,87) width 166: "This text should be bold."
    17           RenderInline {B} at (0,0) size 76x22
    1817            RenderImage {IMG} at (166,0) size 76x103
    1918selection start: position 0 of child 0 {BR} of child 0 {B} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
    20 selection end:   position 1 of child 0 {IMG} of child 1 {B} of child 1 {DIV} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
     19selection end:   position 1 of child 1 {IMG} of child 0 {B} of child 1 {DIV} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
  • trunk/LayoutTests/platform/win/editing/execCommand/toggle-compound-styles-expected.txt

    r46920 r49422  
    88one bold command converted <b>hello </b>world to <b>hello world</b>
    99one bold command converted <u><b>hello </b></u>world to <u><b>hello </b></u><b>world</b>
    10 one italic command converted <i>hello</i> <img> to <i>hello </i><i><img></i>
     10one italic command converted <i>hello</i> <img> to <i>hello <img></i>
    1111one italic command converted <s><b>hello<i> world</i></b></s> to <s><b><i>hello world</i></b></s>
    1212PLATFORM-INDEPENDNET TESTS
Note: See TracChangeset for help on using the changeset viewer.