⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286954 in webkit


Ignore:
Timestamp:
Dec 13, 2021, 10:13:44 AM (5 years ago)
Author:
cathiechen
Message:

[Performance test] Add test lots-of-self-painting-layers.html
https://bugs.webkit.org/show_bug.cgi?id=233684

Reviewed by Rob Buis.

This test is a transform of the test [1] in blink. It uses position: relative to create
lots of self-painting layers. By changing the first layer's height, it tracks the repaint
performance of these self-painting layers.

[1] third_party/blink/perf_tests/layout/contain-content-style-change.html

  • Paint/lots-of-self-painting-layers.html: Added.
Location:
trunk/PerformanceTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r286761 r286954  
     12021-12-13  Cathie Chen  <cathiechen@igalia.com>
     2
     3        [Performance test] Add test lots-of-self-painting-layers.html
     4        https://bugs.webkit.org/show_bug.cgi?id=233684
     5
     6        Reviewed by Rob Buis.
     7
     8        This test is a transform of the test [1] in blink. It uses position: relative to create
     9        lots of self-painting layers. By changing the first layer's height, it tracks the repaint
     10        performance of these self-painting layers.
     11
     12        [1] third_party/blink/perf_tests/layout/contain-content-style-change.html
     13
     14        * Paint/lots-of-self-painting-layers.html: Added.
     15
    1162021-12-08  Alan Bujtas  <zalan@apple.com>
    217
Note: See TracChangeset for help on using the changeset viewer.