⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246325 in webkit


Ignore:
Timestamp:
Jun 11, 2019, 11:17:24 AM (7 years ago)
Author:
dbates@webkit.org
Message:

Skip test http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html as
testRunner.queueLoad() does not support loading data URLs in Legacy WebKit on Mac and iOS

  • platform/ios-wk1/TestExpectations:
  • platform/mac-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246324 r246325  
     12019-06-11  Daniel Bates  <dabates@apple.com>
     2
     3        Skip test http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html as
     4        testRunner.queueLoad() does not support loading data URLs in Legacy WebKit on Mac and iOS
     5
     6        * platform/ios-wk1/TestExpectations:
     7        * platform/mac-wk1/TestExpectations:
     8
    192019-06-11  Daniel Bates  <dabates@apple.com>
    210
  • trunk/LayoutTests/platform/ios-wk1/TestExpectations

    r246285 r246325  
    3535fast/events/ios/key-command-italic.html [ Skip ]
    3636fast/events/ios/type-digits-holding-control-key.html [ Skip ]
     37
     38# testRunner.queueLoad() does not support loading data URLs in iOS WK1
     39http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html [ Skip ]
    3740
    3841# <input type=color> is not supported in WebKit1 on iOS.
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r246106 r246325  
    112112intersection-observer [ Skip ]
    113113
     114# testRunner.queueLoad() does not support loading data URLs in Mac WK1
     115http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html [ Skip ]
     116
    114117#//////////////////////////////////////////////////////////////////////////////////////////
    115118# End features not supported in WebKit1
Note: See TracChangeset for help on using the changeset viewer.