Changeset 153729 in webkit
- Timestamp:
- Aug 5, 2013, 4:06:30 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r153725 r153729 1 2013-08-05 Alexey Proskuryakov <ap@apple.com> 2 3 <rdar://problem/13128990> chunked-progress-event-expectedLength.html is flaky on Mac 4 https://bugs.webkit.org/show_bug.cgi?id=119498 5 6 Reviewed by Brady Eidson. 7 8 * http/tests/xmlhttprequest/resources/chunked-transfer.php: This test relies on 9 length not being known upfront, which is not the case when the resource is served 10 form cache. 11 1 12 2013-08-05 Alexey Proskuryakov <ap@apple.com> 2 13 -
trunk/LayoutTests/http/tests/xmlhttprequest/resources/chunked-transfer.php
r101612 r153729 1 1 <?php 2 2 header("Transfer-encoding: chunked"); 3 header("Cache-Control: no-cache, no-store"); 3 4 flush(); 4 5 printf("4\r\n<a/>\r\n");
Note:
See TracChangeset
for help on using the changeset viewer.