Changeset 180812 in webkit


Ignore:
Timestamp:
Feb 27, 2015, 7:16:25 PM (10 years ago)
Author:
ddkilzer@apple.com
Message:

[iOS] Gardening: rebaseline fast/attachment results

  • platform/ios-simulator/fast/attachment/attachment-disabled-dom-expected.txt: Add.
  • platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Update.
  • platform/ios-simulator/fast/attachment/attachment-dom-expected.txt: Add.
  • platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Update.
Location:
trunk/LayoutTests
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r180811 r180812  
     12015-02-27  David Kilzer  <ddkilzer@apple.com>
     2
     3        [iOS] Gardening: rebaseline fast/attachment results
     4
     5        * platform/ios-simulator/fast/attachment/attachment-disabled-dom-expected.txt: Add.
     6        * platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Update.
     7        * platform/ios-simulator/fast/attachment/attachment-dom-expected.txt: Add.
     8        * platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Update.
     9
    1102015-02-27  David Kilzer  <ddkilzer@apple.com>
    211
  • trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt

    r180556 r180812  
    33layer at (0,0) size 800x600
    44  RenderBlock {HTML} at (0,0) size 800x600
    5     RenderBody {BODY} at (8,8) size 784x576
     5    RenderBody {BODY} at (8,8) size 784x584
    66      RenderBlock {P} at (0,0) size 784x20
    77        RenderText {#text} at (0,0) size 766x19
    88          text run at (0,0) width 766: "This tests that attachments don't have a custom renderer when they are disabled. This test must be run in the test runner."
    99      RenderBlock (anonymous) at (0,36) size 784x0
    10         RenderInline {ATTACHMENT} at (0,0) size 0x0
     10        RenderBlock {ATTACHMENT} at (0,0) size 0x0
    1111        RenderText {#text} at (0,0) size 0x0
  • trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt

    r180556 r180812  
    77        RenderText {#text} at (0,0) size 326x19
    88          text run at (0,0) width 326: "This tests that attachments have a custom renderer."
    9       RenderBlock (anonymous) at (0,36) size 784x200
    10         RenderAttachment {ATTACHMENT} at (0,0) size 200x200
     9      RenderBlock (anonymous) at (0,36) size 784x0
     10        RenderAttachment {ATTACHMENT} at (0,0) size 0x0
    1111        RenderText {#text} at (0,0) size 0x0
Note: See TracChangeset for help on using the changeset viewer.