Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / css-display / display-contents-writing-mode-1-ref.html
blob00ede6bd09f9aaf6ab496b8027683daf82172931
1 <!DOCTYPE html>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <html>
7 <head><meta charset="UTF-8">
8 <title>Reference: display:contents with orthogonal writing-mode</title>
9 <style type="text/css">
11 div { display:inline-block; }
13 span {
14 width: 0;
15 border: 1px solid;
18 </style>
19 </head>
20 <body>
21 <div style="display:inline-block"><span>a b c</span></div>
22 </body>
23 </html>