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