SOURCE

console 命令行工具 X clear

                    
>
console
<div class="test"></div>
.test {
    width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent red transparent ;
  border-width: 0 7px 7px 7px;
}