https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 614c1ccac5f885e58444fe74a2aedd120d2ca73f authored by Marcos Cáceres on 21 August 2018, 05:04:44 UTC
Add romandev
Tip revision: 614c1cc
box-tree-registered-ref.html
<!DOCTYPE html>
<style>
.container {
  margin: 20px 0;
  border: solid 2px;
  width: 100px;
}

.pink {
  background: hotpink;
}
</style>

<div class="container">
  <div class="pink" style="width: 50px; height: 100px;"></div>
</div>

<div class="container">
  <div class="pink" style="width: 100px; height: 100px;"></div>
</div>
back to top