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

Changeset 280286 in webkit


Ignore:
Timestamp:
Jul 25, 2021, 6:00:57 AM (5 years ago)
Author:
cathiechen
Message:

[Performance test][css-contain] Add test to contain: size layout
https://bugs.webkit.org/show_bug.cgi?id=227948

Reviewed by Ryosuke Niwa.

This test emulates the scenario that a small part of the page is changed. If it's applied contain: size layout,
the performance should be improved. This test is a transform of the test [1] in blink.

[1] third_party/blink/perf_tests/layout/css-contain-change-text.html

  • Layout/css-contain-change-size.html: Added.
Location:
trunk/PerformanceTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r279981 r280286  
     12021-07-25  Cathie Chen  <cathiechen@igalia.com>
     2
     3        [Performance test][css-contain] Add test to contain: size layout
     4        https://bugs.webkit.org/show_bug.cgi?id=227948
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        This test emulates the scenario that a small part of the page is changed. If it's applied contain: size layout,
     9        the performance should be improved. This test is a transform of the test [1] in blink.
     10
     11        [1] third_party/blink/perf_tests/layout/css-contain-change-text.html
     12
     13        * Layout/css-contain-change-size.html: Added.
     14
    1152021-07-16  Manuel Rego Casasnovas  <rego@igalia.com>
    216
Note: See TracChangeset for help on using the changeset viewer.