Changeset 269987 in webkit


Ignore:
Timestamp:
Nov 18, 2020 2:34:56 PM (3 years ago)
Author:
Chris Dumez
Message:

REGRESSION (r269598): [ Mac ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=219008
<rdar://problem/71463894>

LayoutTests/imported/w3c:

Unreviewed, rebaseline test.

  • web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub-expected.txt:

LayoutTests:

Unreviewed, address flakiness by silencing JS CONSOLE messages.

Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r269985 r269987  
     12020-11-18  Chris Dumez  <cdumez@apple.com>
     2
     3        REGRESSION (r269598): [ Mac ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html is flaky failing
     4        https://bugs.webkit.org/show_bug.cgi?id=219008
     5        <rdar://problem/71463894>
     6
     7        Unreviewed, address flakiness by silencing JS CONSOLE messages.
     8
     9        * TestExpectations:
     10
    1112020-11-18  Darin Adler  <darin@apple.com>
    212
  • trunk/LayoutTests/TestExpectations

    r269968 r269987  
    377377imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-weird.html [ DumpJSConsoleLogInStdErr ]
    378378imported/w3c/web-platform-tests/html/browsers/sandboxing/sandbox-disallow-popups.html [ DumpJSConsoleLogInStdErr ]
     379imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html [ DumpJSConsoleLogInStdErr ]
    379380imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-invalid-args.html [ DumpJSConsoleLogInStdErr ]
    380381imported/w3c/web-platform-tests/streams/readable-streams/patched-global.any.html [ DumpJSConsoleLogInStdErr ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r269974 r269987  
     12020-11-18  Chris Dumez  <cdumez@apple.com>
     2
     3        REGRESSION (r269598): [ Mac ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html is flaky failing
     4        https://bugs.webkit.org/show_bug.cgi?id=219008
     5        <rdar://problem/71463894>
     6
     7        Unreviewed, rebaseline test.
     8
     9        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub-expected.txt:
     10
    1112020-11-18  Yusuke Suzuki  <ysuzuki@apple.com>
    212
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub-expected.txt

    r269598 r269987  
    11Blocked access to external URL http://nonexistent.localhost/
    2 CONSOLE MESSAGE: Refused to display 'http://localhost:8800/html/semantics/embedded-content/resources/not-embeddable.html' in a frame because it set 'X-Frame-Options' to 'deny'.
    32Blocked access to external URL http://nonexistent.localhost/
    4 CONSOLE MESSAGE: Refused to display 'http://localhost:8800/html/semantics/embedded-content/resources/not-embeddable.html' in a frame because it set 'X-Frame-Options' to 'deny'.
    53
    64
Note: See TracChangeset for help on using the changeset viewer.