Changeset 57044 in webkit


Ignore:
Timestamp:
Apr 2, 2010 11:15:04 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-04-02 Adam Barth <abarth@webkit.org>

Unreviewed.

REGRESSION(56394): http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html fails on Tiger
https://bugs.webkit.org/show_bug.cgi?id=36934

Attempt Alexey's solution of using a non-sniffable MIME type.

  • http/tests/xmlhttprequest/resources/download-with-delay.php:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57043 r57044  
     12010-04-02  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed.
     4
     5        REGRESSION(56394): http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html fails on Tiger
     6        https://bugs.webkit.org/show_bug.cgi?id=36934
     7
     8        Attempt Alexey's solution of using a non-sniffable MIME type.
     9
     10        * http/tests/xmlhttprequest/resources/download-with-delay.php:
     11
    1122010-04-02  Adam Barth  <abarth@webkit.org>
    213
  • trunk/LayoutTests/http/tests/xmlhttprequest/resources/download-with-delay.php

    r56394 r57044  
    33header("Cache-Control: no-cache, no-store, must-revalidate");
    44header("Pragma: no-cache");
     5header("Content-Type: application/x-no-buffering-please");
    56
    67$iteration = $_GET['iteration'];
Note: See TracChangeset for help on using the changeset viewer.