Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/color-fill-currentColor-and-css.html

Issue 2738773004: No longer clamp setTimeout(..., 0) to 1ms. (Closed)
Patch Set: update webgl2 conformance expectations as well Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/color-fill-currentColor-and-css.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/color-fill-currentColor-and-css.html b/third_party/WebKit/LayoutTests/paint/invalidation/svg/color-fill-currentColor-and-css.html
index abf8f91a542ca2302691ea434d8d01118b6929a9..bd9cc5064ac6d2ca38d169d5cbbae1ee344dca6b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/color-fill-currentColor-and-css.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/color-fill-currentColor-and-css.html
@@ -12,7 +12,7 @@ function repaintTest() {
ani.currentTime = 1000;
ani.pause();
runAfterLayoutAndPaint(finishRepaintTest);
- }, 0);
+ }, 1);
}
</script>
<style>

Powered by Google App Engine
This is Rietveld 408576698