mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 19:59:18 +02:00
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
10 lines
205 B
HTML
10 lines
205 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-paged">
|
|
<body>
|
|
<div style="display: inline-block">
|
|
<div>a</div>
|
|
<div>b</div>
|
|
</div>
|
|
<div style="break-before: page">c</div>
|
|
</body>
|
|
</html>
|