Changeset 212975 in webkit


Ignore:
Timestamp:
Feb 24, 2017 4:17:36 PM (7 years ago)
Author:
mrajca@apple.com
Message:

API test WebKit2.WebsitePoliciesPlayAfterPreventedAutoplay is timing out
https://bugs.webkit.org/show_bug.cgi?id=167466

Reviewed by Alex Christensen.

  • TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm:

(TEST): Use the correct API version.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r212974 r212975  
     12017-02-23  Matt Rajca  <mrajca@apple.com>
     2
     3        API test WebKit2.WebsitePoliciesPlayAfterPreventedAutoplay is timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=167466
     5
     6        Reviewed by Alex Christensen.
     7
     8        * TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm:
     9        (TEST): Use the correct API version.
     10
    1112017-02-20  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm

    r212332 r212975  
    253253}
    254254
    255 // FIXME: webkit.org/b/167466 Re-enable this test once the cause of timeouts on the bots can be fixed.
    256 TEST(WebKit2, DISABLED_WebsitePoliciesPlayAfterPreventedAutoplay)
     255TEST(WebKit2, WebsitePoliciesPlayAfterPreventedAutoplay)
    257256{
    258257    auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     
    268267    memset(&uiClient, 0, sizeof(uiClient));
    269268
    270     uiClient.base.version = 8;
     269    uiClient.base.version = 9;
    271270    uiClient.didPlayMediaPreventedFromPlayingWithoutUserGesture = didPlayMediaPreventedFromPlayingWithoutUserGesture;
    272271
Note: See TracChangeset for help on using the changeset viewer.