Changeset 267193 in webkit
- Timestamp:
- Sep 17, 2020, 8:59:51 AM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r267189 r267193 1 2020-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 1 9 2020-09-17 Diego Pino Garcia <dpino@igalia.com> 2 10 -
trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt
r266821 r267193 7 7 RenderText {#text} at (0,0) size 0x0 8 8 RenderBlock (anonymous) at (0,600) size 785x28 9 RenderTextControl {INPUT} at (2,2) size 1 92x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]10 layer at (5,605) size 1 86x1811 RenderBlock {DIV} at (3,3) size 1 86x189 RenderTextControl {INPUT} at (2,2) size 173x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 10 layer at (5,605) size 167x18 11 RenderBlock {DIV} at (3,3) size 167x18 12 12 caret: position 1 of body -
trunk/LayoutTests/platform/wpe/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt
r223753 r267193 47 47 text run at (0,324) width 257: "ignore this float text ignore this float" 48 48 RenderBlock {DIV} at (0,143) size 769x468 [color=#C0C0C0] 49 RenderText {#text} at (384,0) size 7 69x46749 RenderText {#text} at (384,0) size 770x467 50 50 text run at (384,0) width 385: "this is some dummy text this is some dummy text this is" 51 51 text run at (384,18) width 98: "some dummy " … … 80 80 text run at (681,306) width 88: "some dummy" 81 81 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 3 7: "this is"82 text run at (732,324) width 38: "this is" 83 83 text run at (0,342) width 405: "some dummy text this is some dummy text this is some dummy " 84 84 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 3 3 PASS Setting location.hash on srcdoc iframe 4 4 PASS Setting hash should automatically include hash character 5 FAIL Setting hash should encode incompatible characters assert_equals: expected "#not%20encoded" but got "#not encoded" 5 PASS Setting hash should encode incompatible characters 6 6 PASS 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" 7 PASS Setting hash which is partially encoded should only encode incompatible characters 8 8
Note:
See TracChangeset
for help on using the changeset viewer.