summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/painting-stretchy-operator-001-ref.html
blob: 0c7642a20ac6ebc0779a2c9e2222797c92dad579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Painting of vertical assembly (reference)</title>
<style>
  .container {
      font-size: 50px;
      position: absolute;
      left: 1em;
      top: 1em;
      padding: 5px;
      background: green;
      width: 4em;
      height: 8em;
  }
</style>
<body>
  <p>This test passes if you see a green rectangle and no red.</p>
  <div class="container">
  </div>
</body>