border-color-transparent.html (94B)
1 <!doctype html> 2 <style> 3 div { 4 border: 100px solid transparent; 5 } 6 </style> 7 <div></div>