Title: [215317] trunk/LayoutTests
- Revision
- 215317
- Author
- [email protected]
- Date
- 2017-04-13 01:31:54 -0700 (Thu, 13 Apr 2017)
Log Message
Try to unflake a test.
* http/tests/cache/disk-cache/disk-cache-media-small.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (215316 => 215317)
--- trunk/LayoutTests/ChangeLog 2017-04-13 06:55:50 UTC (rev 215316)
+++ trunk/LayoutTests/ChangeLog 2017-04-13 08:31:54 UTC (rev 215317)
@@ -1,3 +1,9 @@
+2017-04-13 Antti Koivisto <[email protected]>
+
+ Try to unflake a test.
+
+ * http/tests/cache/disk-cache/disk-cache-media-small.html:
+
2017-04-12 Brady Eidson <[email protected]>
QuotaExceededError when saving to localStorage in private mode.
Modified: trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-media-small.html (215316 => 215317)
--- trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-media-small.html 2017-04-13 06:55:50 UTC (rev 215316)
+++ trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-media-small.html 2017-04-13 08:31:54 UTC (rev 215317)
@@ -27,7 +27,7 @@
{
const ranges = internals.mediaResponseContentRanges(media);
const sources = internals.mediaResponseSources(media);
- for (i = 0; i < ranges.length; ++i)
+ for (i = 0; i < Math.min(2, ranges.length); ++i)
logdiv.innerHTML += `Content range: ${ranges[i]}, Response source: ${sources[i]}<br>`;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes