summaryrefslogtreecommitdiffstats
path: root/layout/reftests/outline/outline-on-table-ref.html
blob: fd9fbe01bb9a2193c911e393f022a894f335700c (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<style>
#target {
  width: 100px;
  height: 100px;
  outline: 1px solid black;
}
</style>
<div id="target"></div>