summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-baseline-ref.html
blob: ff583435a662a6c2c635619d8e4ecbbdf9f8a05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
span {
  border: solid 2px;
  padding: 10px;
  margin: 5px;
}
</style>
<div>
  text <span style="display: inline-block;">line1<br>line2</span>
</div>
<div>
  text <span style="display: inline-flex;">line1<br>line2</span>
</div>