mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 19:29:24 +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
235 B
HTML
10 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-paged">
|
|
<body>
|
|
<div style="page: c; display: inline-block">
|
|
<div style="page: a">a</div>
|
|
<div style="page: b">b</div>
|
|
</div>
|
|
<div style="page: c">c</div>
|
|
</body>
|
|
</html>
|