about summary refs log tree commit diff stats
path: root/test/layout/pseudo-element-display-table-empty-content.html
blob: 0d217c363522da6dffbc7fc0eff260b4acb18ac8 (plain) (blame)
1
2
3
<!DOCTYPE html>
<style>div::before { content: ""; display: table }</style>
<div></div>