gecko-dev/layout/reftests/css-page/page-name-inline-block-003-ref.html
Emily McDonough 77d0e95928 Bug 1779645 Part 2 - Additional CSS named page fragmentation reftests r=dholbert
This adds test for replaced frames which have block layout, frames with zero
content-height, inline-block frames, and vertical and orthogonal writing modes.

Differential Revision: https://phabricator.services.mozilla.com/D156239
2022-09-13 21:29:38 +00:00

7 lines
166 B
HTML

<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div style="display: inline-block">a</div>
<div style="display: inline-block">b</div>
</body>
</html>