summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-layout-api/style-map-multi-ref.html
blob: fc5406841820eef4e8b737dcd1bd2914fb66f20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<style>
.result {
  background: green;
  margin: 10px;
  margin-left: 2px;

  width: 100px;
  height: 100px;
}
</style>

<div class="result"></div>