| Index: third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js b/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| index a24d0de21c8d9ea5d46d2ce99bd38fd836e10cfd..bec96aba5285bb819e82f237024587d9839faa67 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
|
| @@ -15,12 +15,6 @@ function runRepaintTest()
|
| return;
|
| }
|
|
|
| - // TODO(enne): this is a workaround for multiple svg onload events.
|
| - // See: http://crbug.com/372946
|
| - if (window.hasRunRepaintTest)
|
| - return;
|
| - window.hasRunRepaintTest = true;
|
| -
|
| if (window.enablePixelTesting)
|
| testRunner.dumpAsTextWithPixelResults();
|
| else
|
|
|