fune/testing/web-platform/tests/css/css-page/page-name-inline-block-001-print-ref.html
Emily McDonough 4119bbdfab Bug 1787073 - Migrate all handwritten css-page-3 layout reftests to WPT r=dholbert
This does not touch the autogenerated tests. WPT print reftests are slower
than paged layout reftests, and the autogenerated tests are of much lower
value for catching bugs than the handwritten tests.

Differential Revision: https://phabricator.services.mozilla.com/D184531
2023-07-31 18:47:42 +00:00

9 lines
139 B
HTML

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