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
7 lines
166 B
HTML
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>
|