Changeset 286954 in webkit
- Timestamp:
- Dec 13, 2021, 10:13:44 AM (5 years ago)
- Location:
- trunk/PerformanceTests
- Files:
-
- 2 added
- 1 edited
-
ChangeLog (modified) (1 diff)
-
Paint (added)
-
Paint/lots-of-self-painting-layers.html (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PerformanceTests/ChangeLog
r286761 r286954 1 2021-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 1 16 2021-12-08 Alan Bujtas <zalan@apple.com> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.