From 63782fa57840d42107008dc6059f1b4a3e4a4d27 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Mon, 30 Nov 2015 14:24:56 -0800 Subject: [PATCH] Clarify this is for IE. --- test/unit/dom-repeat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/dom-repeat.html b/test/unit/dom-repeat.html index 4743d4551a..0b9eca9329 100644 --- a/test/unit/dom-repeat.html +++ b/test/unit/dom-repeat.html @@ -3648,7 +3648,7 @@

x-repeat-chunked

suite('chunked rendering', function() { - // Patch requestAnimationFrame to setTimeout to reduce flakiness on CI + // Patch requestAnimationFrame to setTimeout to reduce IE test flakiness on CI var rAF; suiteSetup(function() { rAF = window.requestAnimationFrame;