Changeset 267193 in webkit


Ignore:
Timestamp:
Sep 17, 2020, 8:59:51 AM (5 years ago)
Author:
Diego Pino Garcia
Message:

[WPE] Unreviewed gardening. Update baselines after r20056.

  • platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt:
  • platform/wpe/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Updated after r266510.
  • platform/wpe/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt: Updated after r266399.
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r267189 r267193  
     12020-09-17  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [WPE] Unreviewed gardening. Update baselines after r20056.
     4
     5        * platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt:
     6        * platform/wpe/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Updated after r266510.
     7        * platform/wpe/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt: Updated after r266399.
     8
    192020-09-17  Diego Pino Garcia  <dpino@igalia.com>
    210
  • trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt

    r266821 r267193  
    77      RenderText {#text} at (0,0) size 0x0
    88    RenderBlock (anonymous) at (0,600) size 785x28
    9       RenderTextControl {INPUT} at (2,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    10 layer at (5,605) size 186x18
    11   RenderBlock {DIV} at (3,3) size 186x18
     9      RenderTextControl {INPUT} at (2,2) size 173x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     10layer at (5,605) size 167x18
     11  RenderBlock {DIV} at (3,3) size 167x18
    1212caret: position 1 of body
  • trunk/LayoutTests/platform/wpe/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt

    r223753 r267193  
    4747          text run at (0,324) width 257: "ignore this float text ignore this float"
    4848      RenderBlock {DIV} at (0,143) size 769x468 [color=#C0C0C0]
    49         RenderText {#text} at (384,0) size 769x467
     49        RenderText {#text} at (384,0) size 770x467
    5050          text run at (384,0) width 385: "this is some dummy text this is some dummy text this is"
    5151          text run at (384,18) width 98: "some dummy "
     
    8080          text run at (681,306) width 88: "some dummy"
    8181          text run at (384,324) width 349: "text this is some dummy text this is some dummy text "
    82           text run at (732,324) width 37: "this is"
     82          text run at (732,324) width 38: "this is"
    8383          text run at (0,342) width 405: "some dummy text this is some dummy text this is some dummy "
    8484          text run at (404,342) width 365: "text this is some dummy text this is some dummy text this"
  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt

    r263048 r267193  
    33PASS Setting location.hash on srcdoc iframe
    44PASS Setting hash should automatically include hash character
    5 FAIL Setting hash should encode incompatible characters assert_equals: expected "#not%20encoded" but got "#not encoded"
     5PASS Setting hash should encode incompatible characters
    66PASS Setting hash to an already encoded value should not double encode it
    7 FAIL Setting hash which is partially encoded should only encode incompatible characters assert_equals: expected "#mixed%20encoding%20here" but got "#mixed encoding%20here"
     7PASS Setting hash which is partially encoded should only encode incompatible characters
    88
Note: See TracChangeset for help on using the changeset viewer.