Changeset 220681 in webkit


Ignore:
Timestamp:
Aug 14, 2017 5:28:51 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

GTK-focused gardening.
https://bugs.webkit.org/show_bug.cgi?id=175529

Unreviewed test gardening.

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

  • http/wpt/css/css-pseudo-4/marker-font-properties-expected.html: Set line-height for more reliable rendering.
  • http/wpt/css/css-pseudo-4/marker-font-properties.html: Set line-height for more reliable rendering.
  • media/video-fullscreen-restriction-removed-expected.txt: DOMException's toString was changed in r219663; rebaseline. (The test is marked as flaky on mac.)
  • platform/gtk/TestExpectations:
  • platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt: SecurityError got a new message in r220376; rebaseline.
  • platform/gtk/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt: Added: GTK does not yet enable the in-progress ServiceWorker implementation.
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt: TypeError got a new message in r220622; rebaseline.
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt: Added: TypeError uses a different message on GTK.
Location:
trunk/LayoutTests
Files:
3 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r220655 r220681  
     12017-08-14  Ms2ger  <Ms2ger@igalia.com>
     2
     3        GTK-focused gardening.
     4        https://bugs.webkit.org/show_bug.cgi?id=175529
     5
     6        Unreviewed test gardening.
     7
     8        * http/wpt/css/css-pseudo-4/marker-font-properties-expected.html: Set line-height for more reliable rendering.
     9        * http/wpt/css/css-pseudo-4/marker-font-properties.html: Set line-height for more reliable rendering.
     10        * media/video-fullscreen-restriction-removed-expected.txt: DOMException's toString was changed in r219663; rebaseline. (The test is marked as flaky on mac.)
     11        * platform/gtk/TestExpectations:
     12        * platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt: SecurityError got a new message in r220376; rebaseline.
     13        * platform/gtk/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt: Added: GTK does not yet enable the in-progress ServiceWorker implementation.
     14        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt: TypeError got a new message in r220622; rebaseline.
     15        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt: Added: TypeError uses a different message on GTK.
     16
    1172017-08-14  Ms2ger  <Ms2ger@igalia.com>
    218
  • trunk/LayoutTests/http/wpt/css/css-pseudo-4/marker-font-properties-expected.html

    r220207 r220681  
    1414    list-style-type: lower-alpha;
    1515    font-variant-numeric: tabular-nums;
     16    line-height: 30px;
    1617}
    1718</style>
  • trunk/LayoutTests/http/wpt/css/css-pseudo-4/marker-font-properties.html

    r220207 r220681  
    1111li {
    1212    list-style-type: lower-alpha;
     13    line-height: 30px;
    1314}
    1415
  • trunk/LayoutTests/media/video-fullscreen-restriction-removed-expected.txt

    r216039 r220681  
    1 CONSOLE MESSAGE: Unhandled Promise Rejection: NotAllowedError (DOM Exception 35): The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
     1CONSOLE MESSAGE: Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
    22Test that "fullscreen requires user gesture restriction" is removed by a user gesture.
    33
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r220655 r220681  
    921921webkit.org/b/141699 fast/attachment/attachment-disabled-rendering.html [ Failure ]
    922922webkit.org/b/141699 fast/attachment/attachment-rendering.html [ Failure ]
     923webkit.org/b/141699 fast/attachment/attachment-respects-css-size.html [ ImageOnlyFailure ]
    923924
    924925webkit.org/b/141705 media/video-fullscreeen-only-controls.html [ Failure ]
     
    11991200
    12001201# This test assumes that color on sliders is not reversed for RTL, so failing is good.
    1201 fast/forms/range/input-appearance-range-rtl.html [ Failure ]
     1202fast/forms/range/input-appearance-range-rtl.html [ ImageOnlyFailure ]
    12021203
    12031204# Service-workers implementation is not complete yet
     
    18901891webkit.org/b/168373 media/video-seek-past-end-paused.html [ Failure Pass ]
    18911892
     1893webkit.org/b/172255 imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html [ Pass Failure ]
     1894
    18921895webkit.org/b/174353 media/video-restricted-invisible-autoplay-not-allowed.html [ Crash Pass ]
    18931896
     
    22232226webkit.org/b/174243 fast/images/low-memory-decode.html [ Timeout ]
    22242227
    2225 webkit.org/b/174459 fast/images/async-image-background-image.html [ Timeout ]
    2226 webkit.org/b/174459 fast/images/async-image-body-background-image.html [ Timeout ]
     2228webkit.org/b/174459 fast/images/async-image-body-background-image.html [ ImageOnlyFailure ]
    22272229
    22282230#////////////////////////////////////////////////////////////////////////////////////////
     
    33253327webkit.org/b/171726 media/media-source/media-source-init-segment-duration.html [ Failure ]
    33263328
    3327 webkit.org/b/171972 fast/images/async-image-background-image-repeated.html [ ImageOnlyFailure Timeout ]
    3328 webkit.org/b/171972 fast/images/sprite-sheet-image-draw.html [ ImageOnlyFailure Timeout ]
     3329webkit.org/b/174459 fast/images/async-image-background-image-repeated.html [ ImageOnlyFailure ]
     3330webkit.org/b/174459 fast/images/sprite-sheet-image-draw.html [ ImageOnlyFailure ]
    33293331
    33303332webkit.org/b/172270 fast/text/font-interstitial-invisible-width-while-loading.html [ Failure ]
  • trunk/LayoutTests/platform/gtk/http/tests/dom/document-attributes-null-handling-expected.txt

    r219720 r220681  
    1919* domain attribute
    2020PASS document.domain is "127.0.0.1"
    21 PASS document.domain = null threw exception SecurityError: The operation is insecure..
     21PASS document.domain = null threw exception SecurityError: Attempted to use a non-registrable domain..
    2222PASS document.domain is "127.0.0.1"
    2323PASS successfullyParsed is true
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt

    r220093 r220681  
    66CONSOLE MESSAGE: line 27: Fetch API cannot load about:unicorn. Cross origin requests are only supported for HTTP.
    77
    8 FAIL Fetching about:blank (GET) is OK promise_test: Unhandled rejection with value: object "TypeError: Type error"
    9 FAIL Fetching about:blank (PUT) is OK promise_test: Unhandled rejection with value: object "TypeError: Type error"
    10 FAIL Fetching about:blank (POST) is OK promise_test: Unhandled rejection with value: object "TypeError: Type error"
     8FAIL Fetching about:blank (GET) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
     9FAIL Fetching about:blank (PUT) is OK promise_test: Unhandled rejection with value: object "TypeError: Preflight response is not successful"
     10FAIL Fetching about:blank (POST) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
    1111PASS Fetching about:invalid.com is KO
    1212PASS Fetching about:config is KO
Note: See TracChangeset for help on using the changeset viewer.