New issue
Advanced search Search tips

Issue 909964 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 909037



Sign in to add a comment

MultipleShapes perf test doesn't wait for external stylesheets to load

Project Member Reported by szager@google.com, Nov 29

Issue description

https://cs.chromium.org/chromium/src/third_party/blink/perf_tests/layout/Shapes/MultipleShapes.html

The test does document.write() of html content and then forces layout immediately without waiting for an external stylesheet to load.

The test should wait for the document's load event before running layout.

It's also worth pointing out that this test is not very narrowly focused on layout time; it also includes html parsing time. Ideally, the time measurement would be limited to the PerfTestRunner.forceLayout() call.
 
Blocking: 909037
Status: Available (was: Untriaged)

Sign in to add a comment