Changeset 86777 in webkit


Ignore:
Timestamp:
May 18, 2011 11:15:17 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-18 Chang Shu <cshu@webkit.org>

Reviewed by Csaba Osztrogonác.

editing/style/apply-through-end-of-document.html is supposed to be dumpAsText
https://bugs.webkit.org/show_bug.cgi?id=61077

  • editing/style/apply-through-end-of-document-expected.txt:
  • editing/style/apply-through-end-of-document.html:
  • platform/chromium-linux/editing/style/apply-through-end-of-document-expected.png: Removed.
  • platform/chromium-win/editing/style/apply-through-end-of-document-expected.png: Removed.
  • platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt: Removed.
  • platform/gtk/editing/style/apply-through-end-of-document-expected.txt: Removed.
  • platform/mac-leopard/editing/style/apply-through-end-of-document-expected.png: Removed.
  • platform/mac/editing/style/apply-through-end-of-document-expected.png: Removed.
Location:
trunk/LayoutTests
Files:
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r86776 r86777  
     12011-05-18  Chang Shu  <cshu@webkit.org>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        editing/style/apply-through-end-of-document.html is supposed to be dumpAsText
     6        https://bugs.webkit.org/show_bug.cgi?id=61077
     7
     8        * editing/style/apply-through-end-of-document-expected.txt:
     9        * editing/style/apply-through-end-of-document.html:
     10        * platform/chromium-linux/editing/style/apply-through-end-of-document-expected.png: Removed.
     11        * platform/chromium-win/editing/style/apply-through-end-of-document-expected.png: Removed.
     12        * platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt: Removed.
     13        * platform/gtk/editing/style/apply-through-end-of-document-expected.txt: Removed.
     14        * platform/mac-leopard/editing/style/apply-through-end-of-document-expected.png: Removed.
     15        * platform/mac/editing/style/apply-through-end-of-document-expected.png: Removed.
     16
    1172011-05-18  Erik Arvidsson  <arv@chromium.org>
    218
  • trunk/LayoutTests/editing/style/apply-through-end-of-document-expected.txt

    r63296 r86777  
    1 layer at (0,0) size 800x600
    2   RenderView at (0,0) size 800x600
    3 layer at (0,0) size 800x600
    4   RenderBlock {HTML} at (0,0) size 800x600
    5     RenderBody {BODY} at (8,8) size 784x579
    6       RenderBlock {P} at (0,0) size 784x36
    7         RenderText {#text} at (0,0) size 53x18
    8           text run at (0,0) width 53: "Test for "
    9         RenderInline {I} at (0,0) size 747x36
    10           RenderInline {A} at (0,0) size 154x18 [color=#0000EE]
    11             RenderText {#text} at (53,0) size 154x18
    12               text run at (53,0) width 154: "rdar://problem/6864786"
    13           RenderText {#text} at (207,0) size 747x36
    14             text run at (207,0) width 540: ": REGRESSION: Crash below ApplyStyleCommand::applyInlineStyleToRange when"
    15             text run at (0,18) width 185: "reviewing a patch in Bugzilla"
    16         RenderText {#text} at (185,18) size 4x18
    17           text run at (185,18) width 4: "."
    18       RenderBlock {P} at (0,52) size 784x18
    19         RenderText {#text} at (0,0) size 217x18
    20           text run at (0,0) width 217: "The test passes if it does not crash."
    21       RenderBlock {DIV} at (0,86) size 784x41
    22         RenderText {#text} at (0,0) size 563x41
    23           text run at (0,0) width 563: "Copy the second word in this sentence."
    24       RenderBlock {PRE} at (0,140) size 784x15
    25         RenderText {#text} at (0,0) size 24x15
    26           text run at (0,0) width 24: "the"
    27         RenderBR {BR} at (24,12) size 0x0
    28 caret: position 3 of child 0 {#text} of child 7 {PRE} of body
     1Test for rdar://problem/6864786: REGRESSION: Crash below ApplyStyleCommand::applyInlineStyleToRange when reviewing a patch in Bugzilla.
     2
     3The test passes if it does not crash.
     4
     5Copy the second word in this sentence.
     6the
     7
  • trunk/LayoutTests/editing/style/apply-through-end-of-document.html

    r43420 r86777  
    44        function test()
    55        {
    6             if (window.layoutTextController)
     6            if (window.layoutTestController)
    77                layoutTestController.dumpAsText();
    88
Note: See TracChangeset for help on using the changeset viewer.