1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/first-line/469227-2.html
T

10 lines
193 B
HTML

<!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>