summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/before-after-no-content-expected.html
blob: ce6cf39c853100634814ac249f6e57f81e4b356f (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<style>
div { font-family: monospace; }
</style>
<p>There should be two green PASSes below.</p>
<div style="color:green">PASS</div>
<div style="color:green">PASS</div>