summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/469227-2.html
blob: ffaf2ed1c95c51ec31e4c39b5194644b78955601 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<title>Testcase for issue in bug 469227 comment 9</title>
<style type="text/css">

span, p::first-line { border: medium solid green; }

</style>
<span>Hello</span>
<p>Hello</p>