#dom-node {
  width: 100px;
  height: 100px;
}
.with-background {
  background: url(/base/spec/resources/images/jpg.jpeg) no-repeat left top;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
}
