Changeset 227137 in webkit


Ignore:
Timestamp:
Jan 18, 2018 12:33:14 AM (6 years ago)
Author:
jer.noble@apple.com
Message:

Layout Test http/tests/images/image-supports-video.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=181008
<rdar://problem/36143943>

Reviewed by Youenn Fablet.

Send a "Cache-control: nocache" header from the HTTP server when the image resource is
requested.

  • http/tests/resources/redirect-to-video-if-accepted.php:
  • platform/mac-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r227121 r227137  
     12018-01-18  Jer Noble  <jer.noble@apple.com>
     2
     3        Layout Test http/tests/images/image-supports-video.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=181008
     5        <rdar://problem/36143943>
     6
     7        Reviewed by Youenn Fablet.
     8
     9        Send a "Cache-control: nocache" header from the HTTP server when the image resource is
     10        requested.
     11
     12        * http/tests/resources/redirect-to-video-if-accepted.php:
     13        * platform/mac-wk1/TestExpectations:
     14
    1152018-01-17  Jer Noble  <jer.noble@apple.com>
    216
  • trunk/LayoutTests/http/tests/resources/redirect-to-video-if-accepted.php

    r225472 r227137  
    33    header('HTTP/1.1 301 Moved Permanently');
    44    header('Location: ' . $_GET['video']);
     5    header('Cache-Control: no-cache, must-revalidate');
    56    return;
    67}
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r226804 r227137  
    486486webkit.org/b/180062 fast/text/user-installed-fonts [ ImageOnlyFailure ]
    487487
    488 webkit.org/b/181008 http/tests/images/image-supports-video.html [ Pass Failure ]
    489 
    490488webkit.org/b/180997 svg/animations/smil-leak-element-instances-noBaseValRef.svg [ Pass Failure ]
    491489
Note: See TracChangeset for help on using the changeset viewer.