forked from mirrors/gecko-dev
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
9 lines
139 B
HTML
9 lines
139 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="display: inline-block">
|
|
<div>a</div>
|
|
<div>b</div>
|
|
</div>
|
|
</body>
|
|
</html>
|