Changeset 220967 in webkit


Ignore:
Timestamp:
Aug 21, 2017 9:36:59 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][WPE] Rebaseline tests with list item markers.
https://bugs.webkit.org/show_bug.cgi?id=175771

Unreviewed test gardening.

The output was changed in r220858 and rebaselined for ios and mac only.
They're changes in render tree dumps that don't affect rendering.

Patch by Ms2ger <Ms2ger@igalia.com> on 2017-08-21

  • platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
  • platform/gtk/fast/doctypes/002-expected.txt:
  • platform/gtk/fast/lists/marker-before-empty-inline-expected.txt:
  • platform/wpe/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r220965 r220967  
     12017-08-21  Ms2ger  <Ms2ger@igalia.com>
     2
     3        [GTK][WPE] Rebaseline tests with list item markers.
     4        https://bugs.webkit.org/show_bug.cgi?id=175771
     5
     6        Unreviewed test gardening.
     7
     8        The output was changed in r220858 and rebaselined for ios and mac only.
     9        They're changes in render tree dumps that don't affect rendering.
     10
     11        * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
     12        * platform/gtk/fast/doctypes/002-expected.txt:
     13        * platform/gtk/fast/lists/marker-before-empty-inline-expected.txt:
     14        * platform/wpe/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
     15
    1162017-08-21  Ms2ger  <Ms2ger@igalia.com>
    217
  • trunk/LayoutTests/platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt

    r195827 r220967  
    3737          RenderBlock {UL} at (0,0) size 744x51
    3838            RenderListItem {LI} at (40,0) size 704x17
     39              RenderListMarker at (-17,0) size 7x17: white bullet
    3940              RenderListMarker at (-57,0) size 7x17: bullet
    40               RenderListMarker at (-17,0) size 7x17: white bullet
    4141              RenderText {#text} at (0,0) size 75x17
    4242                text run at (0,0) width 75: "dummy text"
  • trunk/LayoutTests/platform/gtk/fast/doctypes/002-expected.txt

    r148826 r220967  
    1313          RenderBlock {UL} at (0,0) size 744x17
    1414            RenderListItem {LI} at (40,0) size 704x17
     15              RenderListMarker at (-17,0) size 7x17: white bullet
    1516              RenderListMarker at (-57,0) size 7x17: bullet
    16               RenderListMarker at (-17,0) size 7x17: white bullet
    1717              RenderText {#text} at (0,0) size 251x17
    1818                text run at (0,0) width 251: "Both bullets should be on the same line."
  • trunk/LayoutTests/platform/gtk/fast/lists/marker-before-empty-inline-expected.txt

    r148819 r220967  
    8080            RenderBlock {UL} at (0,0) size 744x17
    8181              RenderListItem {LI} at (40,0) size 704x17
     82                RenderListMarker at (-17,0) size 7x17: white bullet
    8283                RenderListMarker at (-57,0) size 7x17: bullet
    83                 RenderListMarker at (-17,0) size 7x17: white bullet
    8484                RenderText {#text} at (0,0) size 27x17
    8585                  text run at (0,0) width 27: "item"
     
    9292            RenderBlock {UL} at (0,0) size 744x17
    9393              RenderListItem {LI} at (40,0) size 704x17
     94                RenderListMarker at (-17,0) size 7x17: white bullet
    9495                RenderListMarker at (-57,0) size 7x17: bullet
    95                 RenderListMarker at (-17,0) size 7x17: white bullet
    9696                RenderText {#text} at (0,0) size 27x17
    9797                  text run at (0,0) width 27: "item"
  • trunk/LayoutTests/platform/wpe/css2.1/t0805-c5520-brdr-b-01-e-expected.txt

    r216500 r220967  
    3737          RenderBlock {UL} at (0,0) size 744x51
    3838            RenderListItem {LI} at (40,0) size 704x17
     39              RenderListMarker at (-17,0) size 7x17: white bullet
    3940              RenderListMarker at (-57,0) size 7x17: bullet
    40               RenderListMarker at (-17,0) size 7x17: white bullet
    4141              RenderText {#text} at (0,0) size 75x17
    4242                text run at (0,0) width 75: "dummy text"
Note: See TracChangeset for help on using the changeset viewer.