This currently only includes block frames, grid containers, and flex containers, and the document and pagination frames. It is possible more frames will need to be added or more advanced checks in the future. This adds some related tests to ignoring some subtrees, but are expected fails until bug 1816570 is fixed. Differential Revision: https://phabricator.services.mozilla.com/D169018
9 lines
185 B
HTML
9 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-paged">
|
|
<body>
|
|
<div style="page: a">a</div>
|
|
<div style="page: b; float: left;">b</div>
|
|
<div style="page: c">c</div>
|
|
</body>
|
|
</html>
|