1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 window.testIsAsync = true;
6
7 // Spin for a few frames looking for repaints. We shouldn't see any.
8 var frameCount = 10;
esprehn
2015/09/21 21:27:20
This is racy, we don't want to do this. Can you wr
This is racy, we don't want to do this. Can you write a Sim* test instead? See
DocumentLoadingRenderingTest. You want to add real ASSERTs at the repaint/paint
level.
Sami
2015/09/23 18:31:06
Neat, I did't know those were a thing. Done.
On 2015/09/21 21:27:20, esprehn wrote:
> This is racy, we don't want to do this. Can you write a Sim* test instead? See
> DocumentLoadingRenderingTest. You want to add real ASSERTs at the
repaint/paint
> level.
Issue 1246173002: Throttle rendering pipeline for invisible iframes
(Closed)
Created 5 years, 5 months ago by Sami
Modified 5 years, 2 months ago
Reviewers: esprehn, chrishtr, dglazkov, dstockwell, Mike West, ojan
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 59