Changeset 226328 in webkit


Ignore:
Timestamp:
Jan 2, 2018 10:29:40 AM (6 years ago)
Author:
Ms2ger@igalia.com
Message:

LayoutTests/imported/w3c:
Update imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html from upstream wpt.
https://bugs.webkit.org/show_bug.cgi?id=172255

Unreviewed test gardening.

  • web-platform-tests/html/browsers/windows/browsing-context-expected.txt: rebaseline.
  • web-platform-tests/html/browsers/windows/browsing-context.html: update.

LayoutTests:
Remove obsolete expectations for updated imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html.
https://bugs.webkit.org/show_bug.cgi?id=172255

Unreviewed test gardening.

  • platform/gtk/TestExpectations:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r226322 r226328  
     12018-01-02  Ms2ger  <Ms2ger@igalia.com>
     2
     3        Remove obsolete expectations for updated imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html.
     4        https://bugs.webkit.org/show_bug.cgi?id=172255
     5
     6        Unreviewed test gardening.
     7
     8        * platform/gtk/TestExpectations:
     9        * platform/mac/TestExpectations:
     10
    1112018-01-02  Oleksandr Skachkov  <gskachkov@gmail.com>
    212
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r226320 r226328  
     12018-01-02  Ms2ger  <Ms2ger@igalia.com>
     2
     3        Update imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html from upstream wpt.
     4        https://bugs.webkit.org/show_bug.cgi?id=172255
     5
     6        Unreviewed test gardening.
     7
     8        * web-platform-tests/html/browsers/windows/browsing-context-expected.txt: rebaseline.
     9        * web-platform-tests/html/browsers/windows/browsing-context.html: update.
     10
    111== Rolled over to ChangeLog-2018-01-01 ==
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/browsers/windows/browsing-context-expected.txt

    r213882 r226328  
    33PASS Check that new document nodes extant, empty
    44PASS Check the document properties corresponding to the creator browsing context
    5 FAIL Check the history.length of the created browsing context assert_equals: The history.length should be 1. expected 1 but got 100
    65
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html

    r213882 r226328  
    4545      assert_equals(iframe.contentWindow.parent.document, document);
    4646    }, "Check the document properties corresponding to the creator browsing context");
    47 
    48     test(function () {
    49       assert_equals(iframe.contentWindow.history.length, 1, "The history.length should be 1.");
    50     }, "Check the history.length of the created browsing context");
    51 
    5247    </script>
    5348  </body>
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r226319 r226328  
    18551855webkit.org/b/168373 media/video-seek-past-end-paused.html [ Failure Pass ]
    18561856
    1857 webkit.org/b/172255 imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html [ Pass Failure ]
    1858 
    18591857webkit.org/b/174240 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Pass Timeout ]
    18601858
  • trunk/LayoutTests/platform/mac/TestExpectations

    r226278 r226328  
    15221522webkit.org/b/170907 [ Debug ] imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.html [ Pass Failure Timeout ]
    15231523
    1524 webkit.org/b/172255 imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html [ Pass Failure ]
    1525 
    15261524webkit.org/b/173328 [ ElCapitan Sierra ] fast/text/system-font-fallback-emoji.html [ Failure ]
    15271525webkit.org/b/173328 [ ElCapitan Sierra ] fast/text/system-font-fallback.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.