summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/visuren/whitespace-present-1-ref.html
blob: 46cac675c51137ccd1214a6971e3705c37c28877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
  body > span { border: 3px solid blue }
  .notstart { border-left: none; }
  .notend { border-right: none; }
</style>
<body>
  <span class="notend"></span>
  <div>One</div>
  <span class="notstart notend"></span>
  <div>Two</div>
  <span class="notstart"></span>
</body>