Bug 1650438 - Add some docs about reftest-[no-]display-list. r=mattwoodrow

Differential Revision: https://phabricator.services.mozilla.com/D82215
This commit is contained in:
Kartikaya Gupta 2020-07-16 15:56:34 +00:00
Родитель 1fbc60a38e
Коммит e01dd52f41
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -537,6 +537,14 @@ when doing an invalidation test. Causing a repaint in your
MozReftestInvalidate handler (for example, by changing the body's background
colour) will accurately test whether the element is painted.
Display List Tests: class="reftest-[no-]display-list"
=====================================================
These classes work similarly to reftest-no-paint, but check if the element has
display items created or not. These classes are useful for checking the behaviour
of retained display lists, where the display list is incrementally updated by
changes, rather than thrown out and rebuilt from scratch.
Opaque Layer Tests: class="reftest-opaque-layer"
================================================